Class IngressBackend

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.52.1 (build 5ccc8f6)",
               date="2022-02-08T00:13:45.264Z")
    @Stability(Stable)
    public class IngressBackend
    extends software.amazon.jsii.JsiiObject
    The backend for an ingress path.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected IngressBackend​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected IngressBackend​(software.amazon.jsii.JsiiObjectRef objRef)  
    • Constructor Detail

      • IngressBackend

        protected IngressBackend​(software.amazon.jsii.JsiiObjectRef objRef)
      • IngressBackend

        protected IngressBackend​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • Method Detail

      • fromService

        @Stability(Stable)
        @NotNull
        public static IngressBackend fromService​(@NotNull
                                                 Service service,
                                                 @Nullable
                                                 ServiceIngressBackendOptions options)
        A Kubernetes `Service` to use as the backend for this path.

        Parameters:
        service - The service object. This parameter is required.
        options -
      • fromService

        @Stability(Stable)
        @NotNull
        public static IngressBackend fromService​(@NotNull
                                                 Service service)
        A Kubernetes `Service` to use as the backend for this path.

        Parameters:
        service - The service object. This parameter is required.