Uses of Interface
org.cdk8s.plus24.k8s.KubeEndpointSliceV1Beta1Props
-
Packages that use KubeEndpointSliceV1Beta1Props Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeEndpointSliceV1Beta1Props in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeEndpointSliceV1Beta1Props Modifier and Type Class Description static classKubeEndpointSliceV1Beta1Props.Jsii$ProxyAn implementation forKubeEndpointSliceV1Beta1PropsMethods in org.cdk8s.plus24.k8s that return KubeEndpointSliceV1Beta1Props Modifier and Type Method Description KubeEndpointSliceV1Beta1PropsKubeEndpointSliceV1Beta1Props.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type KubeEndpointSliceV1Beta1Props Modifier and Type Method Description List<KubeEndpointSliceV1Beta1Props>KubeEndpointSliceListV1Beta1Props. getItems()List of endpoint slices.List<KubeEndpointSliceV1Beta1Props>KubeEndpointSliceListV1Beta1Props.Jsii$Proxy. getItems()Methods in org.cdk8s.plus24.k8s with parameters of type KubeEndpointSliceV1Beta1Props Modifier and Type Method Description static ObjectKubeEndpointSliceV1Beta1. manifest(KubeEndpointSliceV1Beta1Props props)Renders a Kubernetes manifest for "io.k8s.api.discovery.v1beta1.EndpointSlice".Method parameters in org.cdk8s.plus24.k8s with type arguments of type KubeEndpointSliceV1Beta1Props Modifier and Type Method Description KubeEndpointSliceListV1Beta1.BuilderKubeEndpointSliceListV1Beta1.Builder. items(List<? extends KubeEndpointSliceV1Beta1Props> items)List of endpoint slices.KubeEndpointSliceListV1Beta1Props.BuilderKubeEndpointSliceListV1Beta1Props.Builder. items(List<? extends KubeEndpointSliceV1Beta1Props> items)Sets the value ofKubeEndpointSliceListV1Beta1Props.getItems()Constructors in org.cdk8s.plus24.k8s with parameters of type KubeEndpointSliceV1Beta1Props Constructor Description KubeEndpointSliceV1Beta1(software.constructs.Construct scope, String id, KubeEndpointSliceV1Beta1Props props)Defines a "io.k8s.api.discovery.v1beta1.EndpointSlice" API object.
-