| Modifier and Type | Method and Description |
|---|---|
ServiceType |
ExposeDeploymentViaIngressOptions.Jsii$Proxy.getServiceType() |
default ServiceType |
ExposeDeploymentViaServiceOptions.getServiceType()
The type of the exposed service.
|
ServiceType |
ExposeDeploymentViaServiceOptions.Jsii$Proxy.getServiceType() |
default ServiceType |
ServiceProps.getType()
Determines how the Service is exposed.
|
ServiceType |
ServiceProps.Jsii$Proxy.getType() |
ServiceType |
Service.getType()
Determines how the Service is exposed.
|
static ServiceType |
ServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceType[] |
ServiceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExposeDeploymentViaIngressOptions.Builder |
ExposeDeploymentViaIngressOptions.Builder.serviceType(ServiceType serviceType)
Sets the value of
ExposeDeploymentViaServiceOptions.getServiceType() |
ExposeDeploymentViaServiceOptions.Builder |
ExposeDeploymentViaServiceOptions.Builder.serviceType(ServiceType serviceType)
Sets the value of
ExposeDeploymentViaServiceOptions.getServiceType() |
ServiceProps.Builder |
ServiceProps.Builder.type(ServiceType type)
Sets the value of
ServiceProps.getType() |
Service.Builder |
Service.Builder.type(ServiceType type)
Determines how the Service is exposed.
|
| Constructor and Description |
|---|
Jsii$Proxy(String clusterIp,
List<String> externalIPs,
String externalName,
List<String> loadBalancerSourceRanges,
List<? extends ServicePort> ports,
ServiceType type,
org.cdk8s.ApiObjectMetadata metadata)
Constructor that initializes the object based on literal property values passed by the
ServiceProps.Builder. |
Jsii$Proxy(String name,
Number port,
Protocol protocol,
ServiceType serviceType,
Number targetPort)
Constructor that initializes the object based on literal property values passed by the
ExposeDeploymentViaServiceOptions.Builder. |
Jsii$Proxy(String name,
Number port,
Protocol protocol,
ServiceType serviceType,
Number targetPort,
IngressV1Beta1 ingress)
Constructor that initializes the object based on literal property values passed by the
ExposeDeploymentViaIngressOptions.Builder. |
Copyright © 2021. All rights reserved.