Uses of Interface
org.cdk8s.plus24.ServicePort
-
Packages that use ServicePort Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of ServicePort in org.cdk8s.plus24
Classes in org.cdk8s.plus24 that implement ServicePort Modifier and Type Class Description static class
ServicePort.Jsii$Proxy
An implementation forServicePort
Methods in org.cdk8s.plus24 that return ServicePort Modifier and Type Method Description ServicePort
ServicePort.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24 that return types with arguments of type ServicePort Modifier and Type Method Description default List<ServicePort>
DeploymentExposeViaServiceOptions. getPorts()
The ports that the service should bind to.List<ServicePort>
DeploymentExposeViaServiceOptions.Jsii$Proxy. getPorts()
List<ServicePort>
ExposeDeploymentViaIngressOptions.Jsii$Proxy. getPorts()
List<ServicePort>
Service. getPorts()
Ports for this service.default List<ServicePort>
ServiceProps. getPorts()
The ports this service binds to.List<ServicePort>
ServiceProps.Jsii$Proxy. getPorts()
Method parameters in org.cdk8s.plus24 with type arguments of type ServicePort Modifier and Type Method Description DeploymentExposeViaServiceOptions.Builder
DeploymentExposeViaServiceOptions.Builder. ports(List<? extends ServicePort> ports)
Sets the value ofDeploymentExposeViaServiceOptions.getPorts()
ExposeDeploymentViaIngressOptions.Builder
ExposeDeploymentViaIngressOptions.Builder. ports(List<? extends ServicePort> ports)
Sets the value ofDeploymentExposeViaServiceOptions.getPorts()
Service.Builder
Service.Builder. ports(List<? extends ServicePort> ports)
The ports this service binds to.ServiceProps.Builder
ServiceProps.Builder. ports(List<? extends ServicePort> ports)
Sets the value ofServiceProps.getPorts()
-