Package org.cdk8s.plus25
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.88.0 (build eaabd08)", date="2023-09-11T06:17:58.283Z") @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 IngressgetIngress()The ingress to add rules to.default HttpIngressPathTypegetPathType()The type of the path.
-
-
-
Method Detail
-
getIngress
@Stability(Stable) @Nullable default Ingress getIngress()
The ingress to add rules to.Default: - An ingress will be automatically created.
-
getPathType
@Stability(Stable) @Nullable default HttpIngressPathType getPathType()
The type of the path.Default: HttpIngressPathType.PREFIX
-
builder
@Stability(Stable) static ExposeServiceViaIngressOptions.Builder builder()
-
-