Package org.cdk8s.plus23
Class ExposeDeploymentViaIngressOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus23.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.plus23.ExposeDeploymentViaIngressOptions
ExposeDeploymentViaIngressOptions.Builder, ExposeDeploymentViaIngressOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ExposeDeploymentViaIngressOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theExposeDeploymentViaIngressOptions.Builder.protectedJsii$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()booleanequals(Object o)IngressgetIngress()The ingress to add rules to.StringgetName()The name of the service to expose.HttpIngressPathTypegetPathType()The type of the path.List<ServicePort>getPorts()The ports that the service should bind to.ServiceTypegetServiceType()The type of the exposed service.inthashCode()
-
-
-
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:DeploymentExposeViaServiceOptionsThe 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:
getNamein interfaceDeploymentExposeViaServiceOptions
-
getPorts
public final List<ServicePort> getPorts()
Description copied from interface:DeploymentExposeViaServiceOptionsThe ports that the service should bind to.Default: - extracted from the deployment.
- Specified by:
getPortsin interfaceDeploymentExposeViaServiceOptions
-
getServiceType
public final ServiceType getServiceType()
Description copied from interface:DeploymentExposeViaServiceOptionsThe type of the exposed service.Default: - ClusterIP.
- Specified by:
getServiceTypein interfaceDeploymentExposeViaServiceOptions
-
getIngress
public final Ingress getIngress()
Description copied from interface:ExposeServiceViaIngressOptionsThe ingress to add rules to.Default: - An ingress will be automatically created.
- Specified by:
getIngressin interfaceExposeServiceViaIngressOptions
-
getPathType
public final HttpIngressPathType getPathType()
Description copied from interface:ExposeServiceViaIngressOptionsThe type of the path.Default: HttpIngressPathType.PREFIX
- Specified by:
getPathTypein interfaceExposeServiceViaIngressOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-