Uses of Interface
org.cdk8s.plus25.k8s.EndpointSubset
-
Packages that use EndpointSubset Package Description org.cdk8s.plus25.k8s -
-
Uses of EndpointSubset in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement EndpointSubset Modifier and Type Class Description static classEndpointSubset.Jsii$ProxyAn implementation forEndpointSubsetMethods in org.cdk8s.plus25.k8s that return EndpointSubset Modifier and Type Method Description EndpointSubsetEndpointSubset.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type EndpointSubset Modifier and Type Method Description default List<EndpointSubset>KubeEndpointsProps. getSubsets()The set of all endpoints is the union of all subsets.List<EndpointSubset>KubeEndpointsProps.Jsii$Proxy. getSubsets()Method parameters in org.cdk8s.plus25.k8s with type arguments of type EndpointSubset Modifier and Type Method Description KubeEndpoints.BuilderKubeEndpoints.Builder. subsets(List<? extends EndpointSubset> subsets)The set of all endpoints is the union of all subsets.KubeEndpointsProps.BuilderKubeEndpointsProps.Builder. subsets(List<? extends EndpointSubset> subsets)Sets the value ofKubeEndpointsProps.getSubsets()
-