Uses of Interface
org.cdk8s.plus25.k8s.KubeCustomResourceDefinitionListProps
-
Packages that use KubeCustomResourceDefinitionListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeCustomResourceDefinitionListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeCustomResourceDefinitionListProps Modifier and Type Class Description static classKubeCustomResourceDefinitionListProps.Jsii$ProxyAn implementation forKubeCustomResourceDefinitionListPropsMethods in org.cdk8s.plus25.k8s that return KubeCustomResourceDefinitionListProps Modifier and Type Method Description KubeCustomResourceDefinitionListPropsKubeCustomResourceDefinitionListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeCustomResourceDefinitionListProps Modifier and Type Method Description static ObjectKubeCustomResourceDefinitionList. manifest(KubeCustomResourceDefinitionListProps props)Renders a Kubernetes manifest for "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeCustomResourceDefinitionListProps Constructor Description KubeCustomResourceDefinitionList(software.constructs.Construct scope, String id, KubeCustomResourceDefinitionListProps props)Defines a "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionList" API object.
-