Uses of Interface
org.cdk8s.plus25.k8s.KubeClusterCidrv1Alpha1Props
-
Packages that use KubeClusterCidrv1Alpha1Props Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeClusterCidrv1Alpha1Props in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeClusterCidrv1Alpha1Props Modifier and Type Class Description static classKubeClusterCidrv1Alpha1Props.Jsii$ProxyAn implementation forKubeClusterCidrv1Alpha1PropsMethods in org.cdk8s.plus25.k8s that return KubeClusterCidrv1Alpha1Props Modifier and Type Method Description KubeClusterCidrv1Alpha1PropsKubeClusterCidrv1Alpha1Props.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeClusterCidrv1Alpha1Props Modifier and Type Method Description List<KubeClusterCidrv1Alpha1Props>KubeClusterCidrListV1Alpha1Props. getItems()Items is the list of ClusterCIDRs.List<KubeClusterCidrv1Alpha1Props>KubeClusterCidrListV1Alpha1Props.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeClusterCidrv1Alpha1Props Modifier and Type Method Description static ObjectKubeClusterCidrv1Alpha1. manifest(KubeClusterCidrv1Alpha1Props props)Renders a Kubernetes manifest for "io.k8s.api.networking.v1alpha1.ClusterCIDR".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeClusterCidrv1Alpha1Props Modifier and Type Method Description KubeClusterCidrListV1Alpha1.BuilderKubeClusterCidrListV1Alpha1.Builder. items(List<? extends KubeClusterCidrv1Alpha1Props> items)Items is the list of ClusterCIDRs.KubeClusterCidrListV1Alpha1Props.BuilderKubeClusterCidrListV1Alpha1Props.Builder. items(List<? extends KubeClusterCidrv1Alpha1Props> items)Sets the value ofKubeClusterCidrListV1Alpha1Props.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeClusterCidrv1Alpha1Props Constructor Description KubeClusterCidrv1Alpha1(software.constructs.Construct scope, String id, KubeClusterCidrv1Alpha1Props props)Defines a "io.k8s.api.networking.v1alpha1.ClusterCIDR" API object.
-