@Generated(value="jsii-pacmak/1.43.0 (build b69a797)", date="2021-11-09T00:21:33.842Z") @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.