Uses of Class
org.cdk8s.plus25.DeploymentExposeViaServiceOptions.Builder
-
Packages that use DeploymentExposeViaServiceOptions.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of DeploymentExposeViaServiceOptions.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return DeploymentExposeViaServiceOptions.Builder Modifier and Type Method Description static DeploymentExposeViaServiceOptions.BuilderDeploymentExposeViaServiceOptions. builder()DeploymentExposeViaServiceOptions.BuilderDeploymentExposeViaServiceOptions.Builder. name(String name)Sets the value ofDeploymentExposeViaServiceOptions.getName()DeploymentExposeViaServiceOptions.BuilderDeploymentExposeViaServiceOptions.Builder. ports(List<? extends ServicePort> ports)Sets the value ofDeploymentExposeViaServiceOptions.getPorts()DeploymentExposeViaServiceOptions.BuilderDeploymentExposeViaServiceOptions.Builder. serviceType(ServiceType serviceType)Sets the value ofDeploymentExposeViaServiceOptions.getServiceType()Constructors in org.cdk8s.plus25 with parameters of type DeploymentExposeViaServiceOptions.Builder Constructor Description Jsii$Proxy(DeploymentExposeViaServiceOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theDeploymentExposeViaServiceOptions.Builder.
-