Custom Resource Definition Args
data class CustomResourceDefinitionArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val spec: Output<CustomResourceDefinitionSpecArgs>? = null) : ConvertibleToJava<CustomResourceDefinitionArgs>
CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format <.spec.name>.<.spec.group>. Deprecated in v1.16, planned for removal in v1.19. Use apiextensions.k8s.io/v1 CustomResourceDefinition instead.
Constructors
Link copied to clipboard
fun CustomResourceDefinitionArgs(apiVersion: Output<String>? = null, kind: Output<String>? = null, metadata: Output<ObjectMetaArgs>? = null, spec: Output<CustomResourceDefinitionSpecArgs>? = null)