Package org.cdk8s.plus20
Interface ExposeServiceViaIngressOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ExposeDeploymentViaIngressOptions
- All Known Implementing Classes:
ExposeDeploymentViaIngressOptions.Jsii$Proxy,ExposeServiceViaIngressOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-26T09:02:10.471Z") @Stability(Stable) public interface ExposeServiceViaIngressOptions extends software.amazon.jsii.JsiiSerializable
Options for exposing a service using an ingress.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classExposeServiceViaIngressOptions.BuilderA builder forExposeServiceViaIngressOptionsstatic classExposeServiceViaIngressOptions.Jsii$ProxyAn implementation forExposeServiceViaIngressOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ExposeServiceViaIngressOptions.Builderbuilder()default IngressV1Beta1getIngress()The ingress to add rules to.
-
-
-
Method Detail
-
getIngress
@Stability(Stable) @Nullable default IngressV1Beta1 getIngress()
The ingress to add rules to.Default: - An ingress will be automatically created.
-
builder
@Stability(Stable) static ExposeServiceViaIngressOptions.Builder builder()
-
-