Package org.cdk8s.plus24
Class ExposeDeploymentViaIngressOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.ExposeDeploymentViaIngressOptions.Jsii$Proxy
-
- All Implemented Interfaces:
DeploymentExposeViaServiceOptions
,ExposeDeploymentViaIngressOptions
,ExposeServiceViaIngressOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ExposeDeploymentViaIngressOptions
@Stability(Stable) @Internal public static final class ExposeDeploymentViaIngressOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ExposeDeploymentViaIngressOptions
An implementation forExposeDeploymentViaIngressOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.ExposeDeploymentViaIngressOptions
ExposeDeploymentViaIngressOptions.Builder, ExposeDeploymentViaIngressOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(ExposeDeploymentViaIngressOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theExposeDeploymentViaIngressOptions.Builder
.protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
$jsii$toJson()
boolean
equals(Object o)
Ingress
getIngress()
The ingress to add rules to.String
getName()
The name of the service to expose.HttpIngressPathType
getPathType()
The type of the path.List<ServicePort>
getPorts()
The ports that the service should bind to.ServiceType
getServiceType()
The type of the exposed service.int
hashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ExposeDeploymentViaIngressOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theExposeDeploymentViaIngressOptions.Builder
.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:DeploymentExposeViaServiceOptions
The name of the service to expose.If you'd like to expose the deployment multiple times, you must explicitly set a name starting from the second expose call.
Default: - auto generated.
- Specified by:
getName
in interfaceDeploymentExposeViaServiceOptions
-
getPorts
public final List<ServicePort> getPorts()
Description copied from interface:DeploymentExposeViaServiceOptions
The ports that the service should bind to.Default: - extracted from the deployment.
- Specified by:
getPorts
in interfaceDeploymentExposeViaServiceOptions
-
getServiceType
public final ServiceType getServiceType()
Description copied from interface:DeploymentExposeViaServiceOptions
The type of the exposed service.Default: - ClusterIP.
- Specified by:
getServiceType
in interfaceDeploymentExposeViaServiceOptions
-
getIngress
public final Ingress getIngress()
Description copied from interface:ExposeServiceViaIngressOptions
The ingress to add rules to.Default: - An ingress will be automatically created.
- Specified by:
getIngress
in interfaceExposeServiceViaIngressOptions
-
getPathType
public final HttpIngressPathType getPathType()
Description copied from interface:ExposeServiceViaIngressOptions
The type of the path.Default: HttpIngressPathType.PREFIX
- Specified by:
getPathType
in interfaceExposeServiceViaIngressOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-