@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-24T22:49:58.415Z") @Stability(value=Stable) public class IngressV1Beta1Backend extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
IngressV1Beta1Backend(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
IngressV1Beta1Backend(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IngressV1Beta1Backend |
fromService(Service service)
A Kubernetes `Service` to use as the backend for this path.
|
static IngressV1Beta1Backend |
fromService(Service service,
ServiceIngressV1BetaBackendOptions options)
A Kubernetes `Service` to use as the backend for this path.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected IngressV1Beta1Backend(software.amazon.jsii.JsiiObjectRef objRef)
protected IngressV1Beta1Backend(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) @NotNull public static IngressV1Beta1Backend fromService(@NotNull Service service, @Nullable ServiceIngressV1BetaBackendOptions options)
service - The service object. This parameter is required.options - @Stability(value=Stable) @NotNull public static IngressV1Beta1Backend fromService(@NotNull Service service)
service - The service object. This parameter is required.Copyright © 2021. All rights reserved.