Uses of Interface
org.cdk8s.plus28.ServicePort
-
Packages that use ServicePort Package Description org.cdk8s.plus28 cdk8s+ (cdk8s-plus) -
-
Uses of ServicePort in org.cdk8s.plus28
Classes in org.cdk8s.plus28 that implement ServicePort Modifier and Type Class Description static classServicePort.Jsii$ProxyAn implementation forServicePortMethods in org.cdk8s.plus28 that return ServicePort Modifier and Type Method Description ServicePortServicePort.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus28 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.plus28 with type arguments of type ServicePort Modifier and Type Method Description DeploymentExposeViaServiceOptions.BuilderDeploymentExposeViaServiceOptions.Builder. ports(List<? extends ServicePort> ports)Sets the value ofDeploymentExposeViaServiceOptions.getPorts()ExposeDeploymentViaIngressOptions.BuilderExposeDeploymentViaIngressOptions.Builder. ports(List<? extends ServicePort> ports)Sets the value ofDeploymentExposeViaServiceOptions.getPorts()Service.BuilderService.Builder. ports(List<? extends ServicePort> ports)The ports this service binds to.ServiceProps.BuilderServiceProps.Builder. ports(List<? extends ServicePort> ports)Sets the value ofServiceProps.getPorts()
-