Uses of Interface
org.cdk8s.plus24.k8s.ServicePort
-
Packages that use ServicePort Package Description org.cdk8s.plus24.k8s -
-
Uses of ServicePort in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement ServicePort Modifier and Type Class Description static class
ServicePort.Jsii$Proxy
An implementation forServicePort
Methods in org.cdk8s.plus24.k8s that return ServicePort Modifier and Type Method Description ServicePort
ServicePort.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type ServicePort Modifier and Type Method Description default List<ServicePort>
ServiceSpec. getPorts()
The list of ports that are exposed by this service.List<ServicePort>
ServiceSpec.Jsii$Proxy. getPorts()
Method parameters in org.cdk8s.plus24.k8s with type arguments of type ServicePort Modifier and Type Method Description ServiceSpec.Builder
ServiceSpec.Builder. ports(List<? extends ServicePort> ports)
Sets the value ofServiceSpec.getPorts()
-