Package org.cdk8s.plus24
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.63.2 (build a8a8833)", date="2022-07-31T02:59:12.393Z") @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 class
ExposeServiceViaIngressOptions.Builder
A builder forExposeServiceViaIngressOptions
static class
ExposeServiceViaIngressOptions.Jsii$Proxy
An implementation forExposeServiceViaIngressOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ExposeServiceViaIngressOptions.Builder
builder()
default Ingress
getIngress()
The ingress to add rules to.default HttpIngressPathType
getPathType()
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()
-
-