Uses of Interface
org.cdk8s.plus24.k8s.EndpointPortV1Beta1
-
Packages that use EndpointPortV1Beta1 Package Description org.cdk8s.plus24.k8s -
-
Uses of EndpointPortV1Beta1 in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement EndpointPortV1Beta1 Modifier and Type Class Description static class
EndpointPortV1Beta1.Jsii$Proxy
An implementation forEndpointPortV1Beta1
Methods in org.cdk8s.plus24.k8s that return EndpointPortV1Beta1 Modifier and Type Method Description EndpointPortV1Beta1
EndpointPortV1Beta1.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type EndpointPortV1Beta1 Modifier and Type Method Description default List<EndpointPortV1Beta1>
KubeEndpointSliceV1Beta1Props. getPorts()
ports specifies the list of network ports exposed by each endpoint in this slice.List<EndpointPortV1Beta1>
KubeEndpointSliceV1Beta1Props.Jsii$Proxy. getPorts()
Method parameters in org.cdk8s.plus24.k8s with type arguments of type EndpointPortV1Beta1 Modifier and Type Method Description KubeEndpointSliceV1Beta1.Builder
KubeEndpointSliceV1Beta1.Builder. ports(List<? extends EndpointPortV1Beta1> ports)
ports specifies the list of network ports exposed by each endpoint in this slice.KubeEndpointSliceV1Beta1Props.Builder
KubeEndpointSliceV1Beta1Props.Builder. ports(List<? extends EndpointPortV1Beta1> ports)
Sets the value ofKubeEndpointSliceV1Beta1Props.getPorts()
-