Package org.cdk8s.plus20
Class IngressV1Beta1Backend
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus20.IngressV1Beta1Backend
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.55.1 (build 07d2d90)", date="2022-04-02T02:38:57.551Z") @Stability(Stable) public class IngressV1Beta1Backend extends software.amazon.jsii.JsiiObject
The backend for an ingress path.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedIngressV1Beta1Backend(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedIngressV1Beta1Backend(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IngressV1Beta1BackendfromService(Service service)A Kubernetes `Service` to use as the backend for this path.static IngressV1Beta1BackendfromService(Service service, ServiceIngressV1BetaBackendOptions options)A Kubernetes `Service` to use as the backend for this path.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
fromService
@Stability(Stable) @NotNull public static IngressV1Beta1Backend fromService(@NotNull Service service, @Nullable ServiceIngressV1BetaBackendOptions 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 IngressV1Beta1Backend fromService(@NotNull Service service)
A Kubernetes `Service` to use as the backend for this path.- Parameters:
service- The service object. This parameter is required.
-
-