Uses of Interface
org.cdk8s.plus25.k8s.CustomResourceDefinitionVersion
-
Packages that use CustomResourceDefinitionVersion Package Description org.cdk8s.plus25.k8s -
-
Uses of CustomResourceDefinitionVersion in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement CustomResourceDefinitionVersion Modifier and Type Class Description static classCustomResourceDefinitionVersion.Jsii$ProxyAn implementation forCustomResourceDefinitionVersionMethods in org.cdk8s.plus25.k8s that return CustomResourceDefinitionVersion Modifier and Type Method Description CustomResourceDefinitionVersionCustomResourceDefinitionVersion.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type CustomResourceDefinitionVersion Modifier and Type Method Description List<CustomResourceDefinitionVersion>CustomResourceDefinitionSpec. getVersions()versions is the list of all API versions of the defined custom resource.List<CustomResourceDefinitionVersion>CustomResourceDefinitionSpec.Jsii$Proxy. getVersions()Method parameters in org.cdk8s.plus25.k8s with type arguments of type CustomResourceDefinitionVersion Modifier and Type Method Description CustomResourceDefinitionSpec.BuilderCustomResourceDefinitionSpec.Builder. versions(List<? extends CustomResourceDefinitionVersion> versions)Sets the value ofCustomResourceDefinitionSpec.getVersions()
-