Uses of Interface
org.cdk8s.plus25.k8s.EndpointPort
-
Packages that use EndpointPort Package Description org.cdk8s.plus25.k8s -
-
Uses of EndpointPort in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement EndpointPort Modifier and Type Class Description static classEndpointPort.Jsii$ProxyAn implementation forEndpointPortMethods in org.cdk8s.plus25.k8s that return EndpointPort Modifier and Type Method Description EndpointPortEndpointPort.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type EndpointPort Modifier and Type Method Description default List<EndpointPort>EndpointSubset. getPorts()Port numbers available on the related IP addresses.List<EndpointPort>EndpointSubset.Jsii$Proxy. getPorts()default List<EndpointPort>KubeEndpointSliceProps. getPorts()ports specifies the list of network ports exposed by each endpoint in this slice.List<EndpointPort>KubeEndpointSliceProps.Jsii$Proxy. getPorts()Method parameters in org.cdk8s.plus25.k8s with type arguments of type EndpointPort Modifier and Type Method Description EndpointSubset.BuilderEndpointSubset.Builder. ports(List<? extends EndpointPort> ports)Sets the value ofEndpointSubset.getPorts()KubeEndpointSlice.BuilderKubeEndpointSlice.Builder. ports(List<? extends EndpointPort> ports)ports specifies the list of network ports exposed by each endpoint in this slice.KubeEndpointSliceProps.BuilderKubeEndpointSliceProps.Builder. ports(List<? extends EndpointPort> ports)Sets the value ofKubeEndpointSliceProps.getPorts()
-