@Generated(value="jsii-pacmak/1.13.0 (build 385c325)", date="2020-10-21T06:58:44.665Z") @Stability(value=Experimental) public class IngressBackend extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
IngressBackend(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
IngressBackend(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IngressBackend |
fromService(Service service)
(experimental) A Kubernetes `Service` to use as the backend for this path.
|
static IngressBackend |
fromService(Service service,
ServiceIngressBackendOptions options)
(experimental) A Kubernetes `Service` to use as the backend for this path.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetprotected IngressBackend(software.amazon.jsii.JsiiObjectRef objRef)
protected IngressBackend(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public static IngressBackend fromService(@NotNull Service service, @Nullable ServiceIngressBackendOptions options)
service - The service object. This parameter is required.options - @Stability(value=Experimental) @NotNull public static IngressBackend fromService(@NotNull Service service)
service - The service object. This parameter is required.Copyright © 2020. All rights reserved.