Uses of Interface
org.cdk8s.plus25.k8s.KubeEndpointSliceListProps
-
Packages that use KubeEndpointSliceListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeEndpointSliceListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeEndpointSliceListProps Modifier and Type Class Description static classKubeEndpointSliceListProps.Jsii$ProxyAn implementation forKubeEndpointSliceListPropsMethods in org.cdk8s.plus25.k8s that return KubeEndpointSliceListProps Modifier and Type Method Description KubeEndpointSliceListPropsKubeEndpointSliceListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeEndpointSliceListProps Modifier and Type Method Description static ObjectKubeEndpointSliceList. manifest(KubeEndpointSliceListProps props)Renders a Kubernetes manifest for "io.k8s.api.discovery.v1.EndpointSliceList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeEndpointSliceListProps Constructor Description KubeEndpointSliceList(software.constructs.Construct scope, String id, KubeEndpointSliceListProps props)Defines a "io.k8s.api.discovery.v1.EndpointSliceList" API object.
-