Uses of Interface
org.cdk8s.plus25.k8s.CustomResourceDefinitionSpec
-
Packages that use CustomResourceDefinitionSpec Package Description org.cdk8s.plus25.k8s -
-
Uses of CustomResourceDefinitionSpec in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement CustomResourceDefinitionSpec Modifier and Type Class Description static classCustomResourceDefinitionSpec.Jsii$ProxyAn implementation forCustomResourceDefinitionSpecMethods in org.cdk8s.plus25.k8s that return CustomResourceDefinitionSpec Modifier and Type Method Description CustomResourceDefinitionSpecCustomResourceDefinitionSpec.Builder. build()Builds the configured instance.CustomResourceDefinitionSpecKubeCustomResourceDefinitionProps. getSpec()spec describes how the user wants the resources to appear.CustomResourceDefinitionSpecKubeCustomResourceDefinitionProps.Jsii$Proxy. getSpec()Methods in org.cdk8s.plus25.k8s with parameters of type CustomResourceDefinitionSpec Modifier and Type Method Description KubeCustomResourceDefinition.BuilderKubeCustomResourceDefinition.Builder. spec(CustomResourceDefinitionSpec spec)spec describes how the user wants the resources to appear.KubeCustomResourceDefinitionProps.BuilderKubeCustomResourceDefinitionProps.Builder. spec(CustomResourceDefinitionSpec spec)Sets the value ofKubeCustomResourceDefinitionProps.getSpec()
-