Uses of Interface
org.cdk8s.plus25.k8s.KubeEndpointSliceProps
-
Packages that use KubeEndpointSliceProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeEndpointSliceProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeEndpointSliceProps Modifier and Type Class Description static classKubeEndpointSliceProps.Jsii$ProxyAn implementation forKubeEndpointSlicePropsMethods in org.cdk8s.plus25.k8s that return KubeEndpointSliceProps Modifier and Type Method Description KubeEndpointSlicePropsKubeEndpointSliceProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeEndpointSliceProps Modifier and Type Method Description List<KubeEndpointSliceProps>KubeEndpointSliceListProps. getItems()List of endpoint slices.List<KubeEndpointSliceProps>KubeEndpointSliceListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeEndpointSliceProps Modifier and Type Method Description static ObjectKubeEndpointSlice. manifest(KubeEndpointSliceProps props)Renders a Kubernetes manifest for "io.k8s.api.discovery.v1.EndpointSlice".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeEndpointSliceProps Modifier and Type Method Description KubeEndpointSliceList.BuilderKubeEndpointSliceList.Builder. items(List<? extends KubeEndpointSliceProps> items)List of endpoint slices.KubeEndpointSliceListProps.BuilderKubeEndpointSliceListProps.Builder. items(List<? extends KubeEndpointSliceProps> items)Sets the value ofKubeEndpointSliceListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeEndpointSliceProps Constructor Description KubeEndpointSlice(software.constructs.Construct scope, String id, KubeEndpointSliceProps props)Defines a "io.k8s.api.discovery.v1.EndpointSlice" API object.
-