Uses of Interface
org.cdk8s.plus24.ServicePort
-
-
Uses of ServicePort in org.cdk8s.plus24
Classes in org.cdk8s.plus24 that implement ServicePort Modifier and Type Class Description static classServicePort.Jsii$ProxyAn implementation forServicePortMethods in org.cdk8s.plus24 that return ServicePort Modifier and Type Method Description ServicePortServicePort.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.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()
-