Uses of Interface
org.cdk8s.plus25.k8s.KubeCustomResourceDefinitionProps
-
Packages that use KubeCustomResourceDefinitionProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeCustomResourceDefinitionProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeCustomResourceDefinitionProps Modifier and Type Class Description static classKubeCustomResourceDefinitionProps.Jsii$ProxyAn implementation forKubeCustomResourceDefinitionPropsMethods in org.cdk8s.plus25.k8s that return KubeCustomResourceDefinitionProps Modifier and Type Method Description KubeCustomResourceDefinitionPropsKubeCustomResourceDefinitionProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeCustomResourceDefinitionProps Modifier and Type Method Description List<KubeCustomResourceDefinitionProps>KubeCustomResourceDefinitionListProps. getItems()items list individual CustomResourceDefinition objects.List<KubeCustomResourceDefinitionProps>KubeCustomResourceDefinitionListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeCustomResourceDefinitionProps Modifier and Type Method Description static ObjectKubeCustomResourceDefinition. manifest(KubeCustomResourceDefinitionProps props)Renders a Kubernetes manifest for "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeCustomResourceDefinitionProps Modifier and Type Method Description KubeCustomResourceDefinitionList.BuilderKubeCustomResourceDefinitionList.Builder. items(List<? extends KubeCustomResourceDefinitionProps> items)items list individual CustomResourceDefinition objects.KubeCustomResourceDefinitionListProps.BuilderKubeCustomResourceDefinitionListProps.Builder. items(List<? extends KubeCustomResourceDefinitionProps> items)Sets the value ofKubeCustomResourceDefinitionListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeCustomResourceDefinitionProps Constructor Description KubeCustomResourceDefinition(software.constructs.Construct scope, String id, KubeCustomResourceDefinitionProps props)Defines a "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition" API object.
-