Class IngressV1Beta1Backend

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

    @Generated(value="jsii-pacmak/1.57.0 (build f614666)",
               date="2022-04-26T09:02:10.491Z")
    @Stability(Stable)
    public class IngressV1Beta1Backend
    extends software.amazon.jsii.JsiiObject
    The backend for an ingress path.
    • Constructor Detail

      • IngressV1Beta1Backend

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

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

      • fromService

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

        Parameters:
        serv - This parameter is required.