kubernetes.apiextensions.k8s.io/v1beta1.CustomResourceDefinitionPatch
Explore with Pulumi AI
Patch resources are used to modify existing Kubernetes resources by using Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource. Conflicts will result in an error by default, but can be forced using the “pulumi.com/patchForce” annotation. See the Server-Side Apply Docs for additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi. 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.
Create CustomResourceDefinitionPatch Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CustomResourceDefinitionPatch(name: string, args?: CustomResourceDefinitionPatch, opts?: CustomResourceOptions);@overload
def CustomResourceDefinitionPatch(resource_name: str,
                                  args: Optional[CustomResourceDefinitionPatchArgs] = None,
                                  opts: Optional[ResourceOptions] = None)
@overload
def CustomResourceDefinitionPatch(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  metadata: Optional[_meta.v1.ObjectMetaPatchArgs] = None,
                                  spec: Optional[_apiextensions_k8s_io.v1beta1.CustomResourceDefinitionSpecPatchArgs] = None)func NewCustomResourceDefinitionPatch(ctx *Context, name string, args *CustomResourceDefinitionPatchArgs, opts ...ResourceOption) (*CustomResourceDefinitionPatch, error)public CustomResourceDefinitionPatch(string name, CustomResourceDefinitionPatchArgs? args = null, CustomResourceOptions? opts = null)
public CustomResourceDefinitionPatch(String name, CustomResourceDefinitionPatchArgs args)
public CustomResourceDefinitionPatch(String name, CustomResourceDefinitionPatchArgs args, CustomResourceOptions options)
type: kubernetes:apiextensions.k8s.io/v1beta1:CustomResourceDefinitionPatch
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args CustomResourceDefinitionPatch
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CustomResourceDefinitionPatchArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CustomResourceDefinitionPatchArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CustomResourceDefinitionPatchArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CustomResourceDefinitionPatchArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
CustomResourceDefinitionPatch Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The CustomResourceDefinitionPatch resource accepts the following input properties:
- Metadata
Pulumi.Kubernetes. Meta. V1. Inputs. Object Meta Patch 
- Spec
CustomResource Definition Spec Patch 
- spec describes how the user wants the resources to appear
- Metadata
ObjectMeta Patch Args 
- Spec
CustomResource Definition Spec Patch Args 
- spec describes how the user wants the resources to appear
- metadata
ObjectMeta Patch 
- spec
CustomResource Definition Spec Patch 
- spec describes how the user wants the resources to appear
- metadata
meta.v1.Object Meta Patch 
- spec
CustomResource Definition Spec Patch 
- spec describes how the user wants the resources to appear
- metadata
meta.v1.Object Meta Patch Args 
- spec
apiextensions_k8s_ io.v1beta1. Custom Resource Definition Spec Patch Args 
- spec describes how the user wants the resources to appear
- metadata Property Map
- spec Property Map
- spec describes how the user wants the resources to appear
Outputs
All input properties are implicitly available as output properties. Additionally, the CustomResourceDefinitionPatch resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Status
CustomResource Definition Status Patch 
- status indicates the actual state of the CustomResourceDefinition
- Id string
- The provider-assigned unique ID for this managed resource.
- Status
CustomResource Definition Status Patch 
- status indicates the actual state of the CustomResourceDefinition
- id String
- The provider-assigned unique ID for this managed resource.
- status
CustomResource Definition Status Patch 
- status indicates the actual state of the CustomResourceDefinition
- id string
- The provider-assigned unique ID for this managed resource.
- status
CustomResource Definition Status Patch 
- status indicates the actual state of the CustomResourceDefinition
- id str
- The provider-assigned unique ID for this managed resource.
- status
apiextensions_k8s_ io.v1beta1. Custom Resource Definition Status Patch 
- status indicates the actual state of the CustomResourceDefinition
- id String
- The provider-assigned unique ID for this managed resource.
- status Property Map
- status indicates the actual state of the CustomResourceDefinition
Supporting Types
CustomResourceColumnDefinitionPatch, CustomResourceColumnDefinitionPatchArgs          
- Description string
- description is a human readable description of this column.
- Format string
- format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
- JSONPath string
- JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
- Name string
- name is a human readable name for the column.
- Priority int
- priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
- Type string
- type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
- Description string
- description is a human readable description of this column.
- Format string
- format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
- JSONPath string
- JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
- Name string
- name is a human readable name for the column.
- Priority int
- priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
- Type string
- type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
- JSONPath String
- JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
- description String
- description is a human readable description of this column.
- format String
- format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
- name String
- name is a human readable name for the column.
- priority Integer
- priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
- type String
- type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
- JSONPath string
- JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
- description string
- description is a human readable description of this column.
- format string
- format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
- name string
- name is a human readable name for the column.
- priority number
- priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
- type string
- type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
- description str
- description is a human readable description of this column.
- format str
- format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
- json_path str
- JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
- name str
- name is a human readable name for the column.
- priority int
- priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
- type str
- type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
- JSONPath String
- JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
- description String
- description is a human readable description of this column.
- format String
- format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
- name String
- name is a human readable name for the column.
- priority Number
- priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
- type String
- type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
CustomResourceConversionPatch, CustomResourceConversionPatchArgs        
- ConversionReview List<string>Versions 
- conversionReviewVersions is an ordered list of preferred ConversionReviewversions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to["v1beta1"].
- Strategy string
- strategy specifies how custom resources are converted between versions. Allowed values are: - None: The converter only change the apiVersion and would not touch any other field in the custom resource. -Webhook: API Server will call to an external webhook to do the conversion. Additional information is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
- WebhookClient WebhookConfig Client Config Patch 
- webhookClientConfig is the instructions for how to call the webhook if strategy is Webhook. Required whenstrategyis set toWebhook.
- ConversionReview []stringVersions 
- conversionReviewVersions is an ordered list of preferred ConversionReviewversions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to["v1beta1"].
- Strategy string
- strategy specifies how custom resources are converted between versions. Allowed values are: - None: The converter only change the apiVersion and would not touch any other field in the custom resource. -Webhook: API Server will call to an external webhook to do the conversion. Additional information is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
- WebhookClient WebhookConfig Client Config Patch 
- webhookClientConfig is the instructions for how to call the webhook if strategy is Webhook. Required whenstrategyis set toWebhook.
- conversionReview List<String>Versions 
- conversionReviewVersions is an ordered list of preferred ConversionReviewversions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to["v1beta1"].
- strategy String
- strategy specifies how custom resources are converted between versions. Allowed values are: - None: The converter only change the apiVersion and would not touch any other field in the custom resource. -Webhook: API Server will call to an external webhook to do the conversion. Additional information is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
- webhookClient WebhookConfig Client Config Patch 
- webhookClientConfig is the instructions for how to call the webhook if strategy is Webhook. Required whenstrategyis set toWebhook.
- conversionReview string[]Versions 
- conversionReviewVersions is an ordered list of preferred ConversionReviewversions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to["v1beta1"].
- strategy string
- strategy specifies how custom resources are converted between versions. Allowed values are: - None: The converter only change the apiVersion and would not touch any other field in the custom resource. -Webhook: API Server will call to an external webhook to do the conversion. Additional information is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
- webhookClient WebhookConfig Client Config Patch 
- webhookClientConfig is the instructions for how to call the webhook if strategy is Webhook. Required whenstrategyis set toWebhook.
- conversion_review_ Sequence[str]versions 
- conversionReviewVersions is an ordered list of preferred ConversionReviewversions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to["v1beta1"].
- strategy str
- strategy specifies how custom resources are converted between versions. Allowed values are: - None: The converter only change the apiVersion and would not touch any other field in the custom resource. -Webhook: API Server will call to an external webhook to do the conversion. Additional information is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
- webhook_client_ apiextensions_config k8s_ io.v1beta1. Webhook Client Config Patch 
- webhookClientConfig is the instructions for how to call the webhook if strategy is Webhook. Required whenstrategyis set toWebhook.
- conversionReview List<String>Versions 
- conversionReviewVersions is an ordered list of preferred ConversionReviewversions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to["v1beta1"].
- strategy String
- strategy specifies how custom resources are converted between versions. Allowed values are: - None: The converter only change the apiVersion and would not touch any other field in the custom resource. -Webhook: API Server will call to an external webhook to do the conversion. Additional information is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
- webhookClient Property MapConfig 
- webhookClientConfig is the instructions for how to call the webhook if strategy is Webhook. Required whenstrategyis set toWebhook.
CustomResourceDefinitionConditionPatch, CustomResourceDefinitionConditionPatchArgs          
- LastTransition stringTime 
- lastTransitionTime last time the condition transitioned from one status to another.
- Message string
- message is a human-readable message indicating details about last transition.
- Reason string
- reason is a unique, one-word, CamelCase reason for the condition's last transition.
- Status string
- status is the status of the condition. Can be True, False, Unknown.
- Type string
- type is the type of the condition. Types include Established, NamesAccepted and Terminating.
- LastTransition stringTime 
- lastTransitionTime last time the condition transitioned from one status to another.
- Message string
- message is a human-readable message indicating details about last transition.
- Reason string
- reason is a unique, one-word, CamelCase reason for the condition's last transition.
- Status string
- status is the status of the condition. Can be True, False, Unknown.
- Type string
- type is the type of the condition. Types include Established, NamesAccepted and Terminating.
- lastTransition StringTime 
- lastTransitionTime last time the condition transitioned from one status to another.
- message String
- message is a human-readable message indicating details about last transition.
- reason String
- reason is a unique, one-word, CamelCase reason for the condition's last transition.
- status String
- status is the status of the condition. Can be True, False, Unknown.
- type String
- type is the type of the condition. Types include Established, NamesAccepted and Terminating.
- lastTransition stringTime 
- lastTransitionTime last time the condition transitioned from one status to another.
- message string
- message is a human-readable message indicating details about last transition.
- reason string
- reason is a unique, one-word, CamelCase reason for the condition's last transition.
- status string
- status is the status of the condition. Can be True, False, Unknown.
- type string
- type is the type of the condition. Types include Established, NamesAccepted and Terminating.
- last_transition_ strtime 
- lastTransitionTime last time the condition transitioned from one status to another.
- message str
- message is a human-readable message indicating details about last transition.
- reason str
- reason is a unique, one-word, CamelCase reason for the condition's last transition.
- status str
- status is the status of the condition. Can be True, False, Unknown.
- type str
- type is the type of the condition. Types include Established, NamesAccepted and Terminating.
- lastTransition StringTime 
- lastTransitionTime last time the condition transitioned from one status to another.
- message String
- message is a human-readable message indicating details about last transition.
- reason String
- reason is a unique, one-word, CamelCase reason for the condition's last transition.
- status String
- status is the status of the condition. Can be True, False, Unknown.
- type String
- type is the type of the condition. Types include Established, NamesAccepted and Terminating.
CustomResourceDefinitionNamesPatch, CustomResourceDefinitionNamesPatchArgs          
- Categories List<string>
- categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like kubectl get all.
- Kind string
- kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the kindattribute in API calls.
- ListKind string
- listKind is the serialized kind of the list for this resource. Defaults to "kindList".
- Plural string
- plural is the plural name of the resource to serve. The custom resources are served under /apis/<group>/<version>/.../<plural>. Must match the name of the CustomResourceDefinition (in the form<names.plural>.<group>). Must be all lowercase.
- ShortNames List<string>
- shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like kubectl get <shortname>. It must be all lowercase.
- Singular string
- singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased kind.
- Categories []string
- categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like kubectl get all.
- Kind string
- kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the kindattribute in API calls.
- ListKind string
- listKind is the serialized kind of the list for this resource. Defaults to "kindList".
- Plural string
- plural is the plural name of the resource to serve. The custom resources are served under /apis/<group>/<version>/.../<plural>. Must match the name of the CustomResourceDefinition (in the form<names.plural>.<group>). Must be all lowercase.
- ShortNames []string
- shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like kubectl get <shortname>. It must be all lowercase.
- Singular string
- singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased kind.
- categories List<String>
- categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like kubectl get all.
- kind String
- kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the kindattribute in API calls.
- listKind String
- listKind is the serialized kind of the list for this resource. Defaults to "kindList".
- plural String
- plural is the plural name of the resource to serve. The custom resources are served under /apis/<group>/<version>/.../<plural>. Must match the name of the CustomResourceDefinition (in the form<names.plural>.<group>). Must be all lowercase.
- shortNames List<String>
- shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like kubectl get <shortname>. It must be all lowercase.
- singular String
- singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased kind.
- categories string[]
- categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like kubectl get all.
- kind string
- kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the kindattribute in API calls.
- listKind string
- listKind is the serialized kind of the list for this resource. Defaults to "kindList".
- plural string
- plural is the plural name of the resource to serve. The custom resources are served under /apis/<group>/<version>/.../<plural>. Must match the name of the CustomResourceDefinition (in the form<names.plural>.<group>). Must be all lowercase.
- shortNames string[]
- shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like kubectl get <shortname>. It must be all lowercase.
- singular string
- singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased kind.
- categories Sequence[str]
- categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like kubectl get all.
- kind str
- kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the kindattribute in API calls.
- list_kind str
- listKind is the serialized kind of the list for this resource. Defaults to "kindList".
- plural str
- plural is the plural name of the resource to serve. The custom resources are served under /apis/<group>/<version>/.../<plural>. Must match the name of the CustomResourceDefinition (in the form<names.plural>.<group>). Must be all lowercase.
- short_names Sequence[str]
- shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like kubectl get <shortname>. It must be all lowercase.
- singular str
- singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased kind.
- categories List<String>
- categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like kubectl get all.
- kind String
- kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the kindattribute in API calls.
- listKind String
- listKind is the serialized kind of the list for this resource. Defaults to "kindList".
- plural String
- plural is the plural name of the resource to serve. The custom resources are served under /apis/<group>/<version>/.../<plural>. Must match the name of the CustomResourceDefinition (in the form<names.plural>.<group>). Must be all lowercase.
- shortNames List<String>
- shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like kubectl get <shortname>. It must be all lowercase.
- singular String
- singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased kind.
CustomResourceDefinitionSpecPatch, CustomResourceDefinitionSpecPatchArgs          
- AdditionalPrinter List<CustomColumns Resource Column Definition Patch> 
- additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If present, this field configures columns for all versions. Top-level and per-version columns are mutually exclusive. If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
- Conversion
CustomResource Conversion Patch 
- conversion defines conversion settings for the CRD.
- Group string
- group is the API group of the defined custom resource. The custom resources are served under /apis/<group>/.... Must match the name of the CustomResourceDefinition (in the form<names.plural>.<group>).
- Names
CustomResource Definition Names Patch 
- names specify the resource and kind names for the custom resource.
- PreserveUnknown boolFields 
- preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the x-kubernetes-preserve-unknown-fields: trueextension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
- Scope string
- scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are ClusterandNamespaced. Default isNamespaced.
- Subresources
CustomResource Subresources Patch 
- subresources specify what subresources the defined custom resource has. If present, this field configures subresources for all versions. Top-level and per-version subresources are mutually exclusive.
- Validation
CustomResource Validation Patch 
- validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.
- Version string
- version is the API version of the defined custom resource. The custom resources are served under /apis/<group>/<version>/.... Must match the name of the first item in theversionslist ifversionandversionsare both specified. Optional ifversionsis specified. Deprecated: useversionsinstead.
- Versions
List<CustomResource Definition Version Patch> 
- versions is the list of all API versions of the defined custom resource. Optional if versionis specified. The name of the first item in theversionslist must match theversionfield ifversionandversionsare both specified. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
- AdditionalPrinter []CustomColumns Resource Column Definition Patch 
- additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If present, this field configures columns for all versions. Top-level and per-version columns are mutually exclusive. If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
- Conversion
CustomResource Conversion Patch 
- conversion defines conversion settings for the CRD.
- Group string
- group is the API group of the defined custom resource. The custom resources are served under /apis/<group>/.... Must match the name of the CustomResourceDefinition (in the form<names.plural>.<group>).
- Names
CustomResource Definition Names Patch 
- names specify the resource and kind names for the custom resource.
- PreserveUnknown boolFields 
- preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the x-kubernetes-preserve-unknown-fields: trueextension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
- Scope string
- scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are ClusterandNamespaced. Default isNamespaced.
- Subresources
CustomResource Subresources Patch 
- subresources specify what subresources the defined custom resource has. If present, this field configures subresources for all versions. Top-level and per-version subresources are mutually exclusive.
- Validation
CustomResource Validation Patch 
- validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.
- Version string
- version is the API version of the defined custom resource. The custom resources are served under /apis/<group>/<version>/.... Must match the name of the first item in theversionslist ifversionandversionsare both specified. Optional ifversionsis specified. Deprecated: useversionsinstead.
- Versions
[]CustomResource Definition Version Patch 
- versions is the list of all API versions of the defined custom resource. Optional if versionis specified. The name of the first item in theversionslist must match theversionfield ifversionandversionsare both specified. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
- additionalPrinter List<CustomColumns Resource Column Definition Patch> 
- additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If present, this field configures columns for all versions. Top-level and per-version columns are mutually exclusive. If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
- conversion
CustomResource Conversion Patch 
- conversion defines conversion settings for the CRD.
- group String
- group is the API group of the defined custom resource. The custom resources are served under /apis/<group>/.... Must match the name of the CustomResourceDefinition (in the form<names.plural>.<group>).
- names
CustomResource Definition Names Patch 
- names specify the resource and kind names for the custom resource.
- preserveUnknown BooleanFields 
- preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the x-kubernetes-preserve-unknown-fields: trueextension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
- scope String
- scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are ClusterandNamespaced. Default isNamespaced.
- subresources
CustomResource Subresources Patch 
- subresources specify what subresources the defined custom resource has. If present, this field configures subresources for all versions. Top-level and per-version subresources are mutually exclusive.
- validation
CustomResource Validation Patch 
- validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.
- version String
- version is the API version of the defined custom resource. The custom resources are served under /apis/<group>/<version>/.... Must match the name of the first item in theversionslist ifversionandversionsare both specified. Optional ifversionsis specified. Deprecated: useversionsinstead.
- versions
List<CustomResource Definition Version Patch> 
- versions is the list of all API versions of the defined custom resource. Optional if versionis specified. The name of the first item in theversionslist must match theversionfield ifversionandversionsare both specified. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
- additionalPrinter CustomColumns Resource Column Definition Patch[] 
- additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If present, this field configures columns for all versions. Top-level and per-version columns are mutually exclusive. If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
- conversion
CustomResource Conversion Patch 
- conversion defines conversion settings for the CRD.
- group string
- group is the API group of the defined custom resource. The custom resources are served under /apis/<group>/.... Must match the name of the CustomResourceDefinition (in the form<names.plural>.<group>).
- names
CustomResource Definition Names Patch 
- names specify the resource and kind names for the custom resource.
- preserveUnknown booleanFields 
- preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the x-kubernetes-preserve-unknown-fields: trueextension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
- scope string
- scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are ClusterandNamespaced. Default isNamespaced.
- subresources
CustomResource Subresources Patch 
- subresources specify what subresources the defined custom resource has. If present, this field configures subresources for all versions. Top-level and per-version subresources are mutually exclusive.
- validation
CustomResource Validation Patch 
- validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.
- version string
- version is the API version of the defined custom resource. The custom resources are served under /apis/<group>/<version>/.... Must match the name of the first item in theversionslist ifversionandversionsare both specified. Optional ifversionsis specified. Deprecated: useversionsinstead.
- versions
CustomResource Definition Version Patch[] 
- versions is the list of all API versions of the defined custom resource. Optional if versionis specified. The name of the first item in theversionslist must match theversionfield ifversionandversionsare both specified. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
- additional_printer_ Sequence[apiextensions_columns k8s_ io.v1beta1. Custom Resource Column Definition Patch] 
- additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If present, this field configures columns for all versions. Top-level and per-version columns are mutually exclusive. If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
- conversion
apiextensions_k8s_ io.v1beta1. Custom Resource Conversion Patch 
- conversion defines conversion settings for the CRD.
- group str
- group is the API group of the defined custom resource. The custom resources are served under /apis/<group>/.... Must match the name of the CustomResourceDefinition (in the form<names.plural>.<group>).
- names
apiextensions_k8s_ io.v1beta1. Custom Resource Definition Names Patch 
- names specify the resource and kind names for the custom resource.
- preserve_unknown_ boolfields 
- preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the x-kubernetes-preserve-unknown-fields: trueextension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
- scope str
- scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are ClusterandNamespaced. Default isNamespaced.
- subresources
apiextensions_k8s_ io.v1beta1. Custom Resource Subresources Patch 
- subresources specify what subresources the defined custom resource has. If present, this field configures subresources for all versions. Top-level and per-version subresources are mutually exclusive.
- validation
apiextensions_k8s_ io.v1beta1. Custom Resource Validation Patch 
- validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.
- version str
- version is the API version of the defined custom resource. The custom resources are served under /apis/<group>/<version>/.... Must match the name of the first item in theversionslist ifversionandversionsare both specified. Optional ifversionsis specified. Deprecated: useversionsinstead.
- versions
Sequence[apiextensions_k8s_ io.v1beta1. Custom Resource Definition Version Patch] 
- versions is the list of all API versions of the defined custom resource. Optional if versionis specified. The name of the first item in theversionslist must match theversionfield ifversionandversionsare both specified. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
- additionalPrinter List<Property Map>Columns 
- additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If present, this field configures columns for all versions. Top-level and per-version columns are mutually exclusive. If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
- conversion Property Map
- conversion defines conversion settings for the CRD.
- group String
- group is the API group of the defined custom resource. The custom resources are served under /apis/<group>/.... Must match the name of the CustomResourceDefinition (in the form<names.plural>.<group>).
- names Property Map
- names specify the resource and kind names for the custom resource.
- preserveUnknown BooleanFields 
- preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the x-kubernetes-preserve-unknown-fields: trueextension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
- scope String
- scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are ClusterandNamespaced. Default isNamespaced.
- subresources Property Map
- subresources specify what subresources the defined custom resource has. If present, this field configures subresources for all versions. Top-level and per-version subresources are mutually exclusive.
- validation Property Map
- validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.
- version String
- version is the API version of the defined custom resource. The custom resources are served under /apis/<group>/<version>/.... Must match the name of the first item in theversionslist ifversionandversionsare both specified. Optional ifversionsis specified. Deprecated: useversionsinstead.
- versions List<Property Map>
- versions is the list of all API versions of the defined custom resource. Optional if versionis specified. The name of the first item in theversionslist must match theversionfield ifversionandversionsare both specified. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
CustomResourceDefinitionStatusPatch, CustomResourceDefinitionStatusPatchArgs          
- AcceptedNames CustomResource Definition Names Patch 
- acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec.
- Conditions
List<CustomResource Definition Condition Patch> 
- conditions indicate state for particular aspects of a CustomResourceDefinition
- StoredVersions List<string>
- storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from spec.versionswhile they exist in this list.
- AcceptedNames CustomResource Definition Names Patch 
- acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec.
- Conditions
[]CustomResource Definition Condition Patch 
- conditions indicate state for particular aspects of a CustomResourceDefinition
- StoredVersions []string
- storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from spec.versionswhile they exist in this list.
- acceptedNames CustomResource Definition Names Patch 
- acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec.
- conditions
List<CustomResource Definition Condition Patch> 
- conditions indicate state for particular aspects of a CustomResourceDefinition
- storedVersions List<String>
- storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from spec.versionswhile they exist in this list.
- acceptedNames CustomResource Definition Names Patch 
- acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec.
- conditions
CustomResource Definition Condition Patch[] 
- conditions indicate state for particular aspects of a CustomResourceDefinition
- storedVersions string[]
- storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from spec.versionswhile they exist in this list.
- accepted_names apiextensions_k8s_ io.v1beta1. Custom Resource Definition Names Patch 
- acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec.
- conditions
Sequence[apiextensions_k8s_ io.v1beta1. Custom Resource Definition Condition Patch] 
- conditions indicate state for particular aspects of a CustomResourceDefinition
- stored_versions Sequence[str]
- storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from spec.versionswhile they exist in this list.
- acceptedNames Property Map
- acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec.
- conditions List<Property Map>
- conditions indicate state for particular aspects of a CustomResourceDefinition
- storedVersions List<String>
- storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from spec.versionswhile they exist in this list.
CustomResourceDefinitionVersionPatch, CustomResourceDefinitionVersionPatchArgs          
- AdditionalPrinter List<CustomColumns Resource Column Definition Patch> 
- additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
- Deprecated bool
- deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
- DeprecationWarning string
- deprecationWarning overrides the default warning returned to API clients. May only be set when deprecatedis true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
- Name string
- name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at /apis/<group>/<version>/...ifservedis true.
- Schema
CustomResource Validation Patch 
- schema describes the schema used for validation and pruning of this version of the custom resource. Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead).
- Served bool
- served is a flag enabling/disabling this version from being served via REST APIs
- Storage bool
- storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
- Subresources
CustomResource Subresources Patch 
- subresources specify what subresources this version of the defined custom resource have. Top-level and per-version subresources are mutually exclusive. Per-version subresources must not all be set to identical values (top-level subresources should be used instead).
- AdditionalPrinter []CustomColumns Resource Column Definition Patch 
- additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
- Deprecated bool
- deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
- DeprecationWarning string
- deprecationWarning overrides the default warning returned to API clients. May only be set when deprecatedis true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
- Name string
- name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at /apis/<group>/<version>/...ifservedis true.
- Schema
CustomResource Validation Patch 
- schema describes the schema used for validation and pruning of this version of the custom resource. Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead).
- Served bool
- served is a flag enabling/disabling this version from being served via REST APIs
- Storage bool
- storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
- Subresources
CustomResource Subresources Patch 
- subresources specify what subresources this version of the defined custom resource have. Top-level and per-version subresources are mutually exclusive. Per-version subresources must not all be set to identical values (top-level subresources should be used instead).
- additionalPrinter List<CustomColumns Resource Column Definition Patch> 
- additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
- deprecated Boolean
- deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
- deprecationWarning String
- deprecationWarning overrides the default warning returned to API clients. May only be set when deprecatedis true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
- name String
- name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at /apis/<group>/<version>/...ifservedis true.
- schema
CustomResource Validation Patch 
- schema describes the schema used for validation and pruning of this version of the custom resource. Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead).
- served Boolean
- served is a flag enabling/disabling this version from being served via REST APIs
- storage Boolean
- storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
- subresources
CustomResource Subresources Patch 
- subresources specify what subresources this version of the defined custom resource have. Top-level and per-version subresources are mutually exclusive. Per-version subresources must not all be set to identical values (top-level subresources should be used instead).
- additionalPrinter CustomColumns Resource Column Definition Patch[] 
- additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
- deprecated boolean
- deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
- deprecationWarning string
- deprecationWarning overrides the default warning returned to API clients. May only be set when deprecatedis true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
- name string
- name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at /apis/<group>/<version>/...ifservedis true.
- schema
CustomResource Validation Patch 
- schema describes the schema used for validation and pruning of this version of the custom resource. Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead).
- served boolean
- served is a flag enabling/disabling this version from being served via REST APIs
- storage boolean
- storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
- subresources
CustomResource Subresources Patch 
- subresources specify what subresources this version of the defined custom resource have. Top-level and per-version subresources are mutually exclusive. Per-version subresources must not all be set to identical values (top-level subresources should be used instead).
- additional_printer_ Sequence[apiextensions_columns k8s_ io.v1beta1. Custom Resource Column Definition Patch] 
- additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
- deprecated bool
- deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
- deprecation_warning str
- deprecationWarning overrides the default warning returned to API clients. May only be set when deprecatedis true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
- name str
- name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at /apis/<group>/<version>/...ifservedis true.
- schema
apiextensions_k8s_ io.v1beta1. Custom Resource Validation Patch 
- schema describes the schema used for validation and pruning of this version of the custom resource. Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead).
- served bool
- served is a flag enabling/disabling this version from being served via REST APIs
- storage bool
- storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
- subresources
apiextensions_k8s_ io.v1beta1. Custom Resource Subresources Patch 
- subresources specify what subresources this version of the defined custom resource have. Top-level and per-version subresources are mutually exclusive. Per-version subresources must not all be set to identical values (top-level subresources should be used instead).
- additionalPrinter List<Property Map>Columns 
- additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
- deprecated Boolean
- deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
- deprecationWarning String
- deprecationWarning overrides the default warning returned to API clients. May only be set when deprecatedis true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
- name String
- name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at /apis/<group>/<version>/...ifservedis true.
- schema Property Map
- schema describes the schema used for validation and pruning of this version of the custom resource. Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead).
- served Boolean
- served is a flag enabling/disabling this version from being served via REST APIs
- storage Boolean
- storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
- subresources Property Map
- subresources specify what subresources this version of the defined custom resource have. Top-level and per-version subresources are mutually exclusive. Per-version subresources must not all be set to identical values (top-level subresources should be used instead).
CustomResourceSubresourceScalePatch, CustomResourceSubresourceScalePatchArgs          
- LabelSelector stringPath 
- labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale status.selector. Only JSON paths without the array notation are allowed. Must be a JSON Path under.statusor.spec. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, thestatus.selectorvalue in the/scalesubresource will default to the empty string.
- SpecReplicas stringPath 
- specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale spec.replicas. Only JSON paths without the array notation are allowed. Must be a JSON Path under.spec. If there is no value under the given path in the custom resource, the/scalesubresource will return an error on GET.
- StatusReplicas stringPath 
- statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale status.replicas. Only JSON paths without the array notation are allowed. Must be a JSON Path under.status. If there is no value under the given path in the custom resource, thestatus.replicasvalue in the/scalesubresource will default to 0.
- LabelSelector stringPath 
- labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale status.selector. Only JSON paths without the array notation are allowed. Must be a JSON Path under.statusor.spec. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, thestatus.selectorvalue in the/scalesubresource will default to the empty string.
- SpecReplicas stringPath 
- specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale spec.replicas. Only JSON paths without the array notation are allowed. Must be a JSON Path under.spec. If there is no value under the given path in the custom resource, the/scalesubresource will return an error on GET.
- StatusReplicas stringPath 
- statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale status.replicas. Only JSON paths without the array notation are allowed. Must be a JSON Path under.status. If there is no value under the given path in the custom resource, thestatus.replicasvalue in the/scalesubresource will default to 0.
- labelSelector StringPath 
- labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale status.selector. Only JSON paths without the array notation are allowed. Must be a JSON Path under.statusor.spec. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, thestatus.selectorvalue in the/scalesubresource will default to the empty string.
- specReplicas StringPath 
- specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale spec.replicas. Only JSON paths without the array notation are allowed. Must be a JSON Path under.spec. If there is no value under the given path in the custom resource, the/scalesubresource will return an error on GET.
- statusReplicas StringPath 
- statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale status.replicas. Only JSON paths without the array notation are allowed. Must be a JSON Path under.status. If there is no value under the given path in the custom resource, thestatus.replicasvalue in the/scalesubresource will default to 0.
- labelSelector stringPath 
- labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale status.selector. Only JSON paths without the array notation are allowed. Must be a JSON Path under.statusor.spec. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, thestatus.selectorvalue in the/scalesubresource will default to the empty string.
- specReplicas stringPath 
- specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale spec.replicas. Only JSON paths without the array notation are allowed. Must be a JSON Path under.spec. If there is no value under the given path in the custom resource, the/scalesubresource will return an error on GET.
- statusReplicas stringPath 
- statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale status.replicas. Only JSON paths without the array notation are allowed. Must be a JSON Path under.status. If there is no value under the given path in the custom resource, thestatus.replicasvalue in the/scalesubresource will default to 0.
- label_selector_ strpath 
- labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale status.selector. Only JSON paths without the array notation are allowed. Must be a JSON Path under.statusor.spec. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, thestatus.selectorvalue in the/scalesubresource will default to the empty string.
- spec_replicas_ strpath 
- specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale spec.replicas. Only JSON paths without the array notation are allowed. Must be a JSON Path under.spec. If there is no value under the given path in the custom resource, the/scalesubresource will return an error on GET.
- status_replicas_ strpath 
- statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale status.replicas. Only JSON paths without the array notation are allowed. Must be a JSON Path under.status. If there is no value under the given path in the custom resource, thestatus.replicasvalue in the/scalesubresource will default to 0.
- labelSelector StringPath 
- labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale status.selector. Only JSON paths without the array notation are allowed. Must be a JSON Path under.statusor.spec. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, thestatus.selectorvalue in the/scalesubresource will default to the empty string.
- specReplicas StringPath 
- specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale spec.replicas. Only JSON paths without the array notation are allowed. Must be a JSON Path under.spec. If there is no value under the given path in the custom resource, the/scalesubresource will return an error on GET.
- statusReplicas StringPath 
- statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale status.replicas. Only JSON paths without the array notation are allowed. Must be a JSON Path under.status. If there is no value under the given path in the custom resource, thestatus.replicasvalue in the/scalesubresource will default to 0.
CustomResourceSubresourcesPatch, CustomResourceSubresourcesPatchArgs        
- Scale
CustomResource Subresource Scale Patch 
- scale indicates the custom resource should serve a /scalesubresource that returns anautoscaling/v1Scale object.
- Status
System.Text. Json. Json Element 
- status indicates the custom resource should serve a /statussubresource. When enabled: 1. requests to the custom resource primary endpoint ignore changes to thestatusstanza of the object. 2. requests to the custom resource/statussubresource ignore changes to anything other than thestatusstanza of the object.
- Scale
CustomResource Subresource Scale Patch 
- scale indicates the custom resource should serve a /scalesubresource that returns anautoscaling/v1Scale object.
- Status interface{}
- status indicates the custom resource should serve a /statussubresource. When enabled: 1. requests to the custom resource primary endpoint ignore changes to thestatusstanza of the object. 2. requests to the custom resource/statussubresource ignore changes to anything other than thestatusstanza of the object.
- scale
CustomResource Subresource Scale Patch 
- scale indicates the custom resource should serve a /scalesubresource that returns anautoscaling/v1Scale object.
- status
JsonElement 
- status indicates the custom resource should serve a /statussubresource. When enabled: 1. requests to the custom resource primary endpoint ignore changes to thestatusstanza of the object. 2. requests to the custom resource/statussubresource ignore changes to anything other than thestatusstanza of the object.
- scale
CustomResource Subresource Scale Patch 
- scale indicates the custom resource should serve a /scalesubresource that returns anautoscaling/v1Scale object.
- status any
- status indicates the custom resource should serve a /statussubresource. When enabled: 1. requests to the custom resource primary endpoint ignore changes to thestatusstanza of the object. 2. requests to the custom resource/statussubresource ignore changes to anything other than thestatusstanza of the object.
- scale
apiextensions_k8s_ io.v1beta1. Custom Resource Subresource Scale Patch 
- scale indicates the custom resource should serve a /scalesubresource that returns anautoscaling/v1Scale object.
- status Any
- status indicates the custom resource should serve a /statussubresource. When enabled: 1. requests to the custom resource primary endpoint ignore changes to thestatusstanza of the object. 2. requests to the custom resource/statussubresource ignore changes to anything other than thestatusstanza of the object.
- scale Property Map
- scale indicates the custom resource should serve a /scalesubresource that returns anautoscaling/v1Scale object.
- status JSON
- status indicates the custom resource should serve a /statussubresource. When enabled: 1. requests to the custom resource primary endpoint ignore changes to thestatusstanza of the object. 2. requests to the custom resource/statussubresource ignore changes to anything other than thestatusstanza of the object.
CustomResourceValidationPatch, CustomResourceValidationPatchArgs        
- OpenAPIV3Schema JSONSchemaProps Patch 
- openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.
- OpenAPIV3Schema JSONSchemaProps Patch 
- openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.
- openAPIV3Schema JSONSchemaProps Patch 
- openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.
- openAPIV3Schema JSONSchemaProps Patch 
- openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.
- open_apiv3_ apiextensions_schema k8s_ io.v1beta1. JSONSchema Props Patch 
- openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.
- openAPIV3Schema Property Map
- openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.
ExternalDocumentation, ExternalDocumentationArgs    
- Description string
- Url string
- Description string
- Url string
- description String
- url String
- description string
- url string
- description str
- url str
- description String
- url String
ExternalDocumentationPatch, ExternalDocumentationPatchArgs      
- Description string
- Url string
- Description string
- Url string
- description String
- url String
- description string
- url string
- description str
- url str
- description String
- url String
JSONSchemaProps, JSONSchemaPropsArgs    
- AdditionalItems JSONSchemaProps | bool
- AdditionalProperties JSONSchemaProps | bool
- AllOf List<JSONSchemaProps> 
- AnyOf List<JSONSchemaProps> 
- Default
System.Text. Json. Json Element 
- default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
- Definitions
Dictionary<string, JSONSchemaProps> 
- Dependencies
Dictionary<string, Union<JSONSchemaProps, Immutable Array<string>>> 
- Description string
- Enum
List<System.Text. Json. Json Element> 
- Example
System.Text. Json. Json Element 
- ExclusiveMaximum bool
- ExclusiveMinimum bool
- ExternalDocs ExternalDocumentation 
- Format string
- format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\d{3}[- ]?\d{2}[- ]?\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
 
- Id string
- Items
JSONSchemaProps | List<System.Text. Json. Json Element> 
- MaxItems int
- MaxLength int
- MaxProperties int
- Maximum double
- MinItems int
- MinLength int
- MinProperties int
- Minimum double
- MultipleOf double
- Not
JSONSchemaProps 
- Nullable bool
- OneOf List<JSONSchemaProps> 
- Pattern string
- PatternProperties Dictionary<string, JSONSchemaProps> 
- Properties
Dictionary<string, JSONSchemaProps> 
- Ref string
- Required List<string>
- Schema string
- Title string
- Type string
- UniqueItems bool
- X_kubernetes_ boolembedded_ resource 
- x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
- X_kubernetes_ boolint_ or_ string 
- x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:- anyOf:- type: integer
- type: string
 
- allOf:- anyOf:- type: integer
- type: string
 
- ... zero or more
 
- anyOf:
 
- anyOf:
- X_kubernetes_ List<string>list_ map_ keys 
- x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type - mapby specifying the keys used as the index of the map.- This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). 
- X_kubernetes_ stringlist_ type 
- x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:- atomic: the list is treated as a single entity, like a scalar. Atomic lists will be entirely replaced when updated. This extension may be used on any type of list (struct, scalar, ...).
- set: Sets are lists that must not have multiple items with the same value. Each value must be a scalar, an object with x-kubernetes-map-type- atomicor an array with x-kubernetes-list-type- atomic.
- map: These lists are like maps in that their elements have a non-index key used to identify them. Order is preserved upon merge. The map tag must only be used on a list with elements of type object. Defaults to atomic for arrays.
 
- X_kubernetes_ stringmap_ type 
- x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:- granular: These maps are actual maps (key-value pairs) and each fields are independent from each other (they can each be manipulated by separate actors). This is the default behaviour for all maps.
- atomic: the list is treated as a single entity, like a scalar. Atomic maps will be entirely replaced when updated.
 
- X_kubernetes_ boolpreserve_ unknown_ fields 
- x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
- $Ref string
- $Schema string
- AdditionalItems JSONSchemaProps | bool
- AdditionalProperties JSONSchemaProps | bool
- AllOf []JSONSchemaProps 
- AnyOf []JSONSchemaProps 
- Default interface{}
- default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
- Definitions
map[string]JSONSchemaProps 
- Dependencies map[string]interface{}
- Description string
- Enum []interface{}
- Example interface{}
- ExclusiveMaximum bool
- ExclusiveMinimum bool
- ExternalDocs ExternalDocumentation 
- Format string
- format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\d{3}[- ]?\d{2}[- ]?\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
 
- Id string
- Items
JSONSchemaProps | []interface{}
- MaxItems int
- MaxLength int
- MaxProperties int
- Maximum float64
- MinItems int
- MinLength int
- MinProperties int
- Minimum float64
- MultipleOf float64
- Not
JSONSchemaProps 
- Nullable bool
- OneOf []JSONSchemaProps 
- Pattern string
- PatternProperties map[string]JSONSchemaProps 
- Properties
map[string]JSONSchemaProps 
- Required []string
- Title string
- Type string
- UniqueItems bool
- X_kubernetes_ boolembedded_ resource 
- x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
- X_kubernetes_ boolint_ or_ string 
- x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:- anyOf:- type: integer
- type: string
 
- allOf:- anyOf:- type: integer
- type: string
 
- ... zero or more
 
- anyOf:
 
- anyOf:
- X_kubernetes_ []stringlist_ map_ keys 
- x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type - mapby specifying the keys used as the index of the map.- This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). 
- X_kubernetes_ stringlist_ type 
- x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:- atomic: the list is treated as a single entity, like a scalar. Atomic lists will be entirely replaced when updated. This extension may be used on any type of list (struct, scalar, ...).
- set: Sets are lists that must not have multiple items with the same value. Each value must be a scalar, an object with x-kubernetes-map-type- atomicor an array with x-kubernetes-list-type- atomic.
- map: These lists are like maps in that their elements have a non-index key used to identify them. Order is preserved upon merge. The map tag must only be used on a list with elements of type object. Defaults to atomic for arrays.
 
- X_kubernetes_ stringmap_ type 
- x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:- granular: These maps are actual maps (key-value pairs) and each fields are independent from each other (they can each be manipulated by separate actors). This is the default behaviour for all maps.
- atomic: the list is treated as a single entity, like a scalar. Atomic maps will be entirely replaced when updated.
 
- X_kubernetes_ boolpreserve_ unknown_ fields 
- x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
- $ref String
- $schema String
- additionalItems JSONSchemaProps | Boolean
- additionalProperties JSONSchemaProps | Boolean
- allOf List<JSONSchemaProps> 
- anyOf List<JSONSchemaProps> 
- default_
JsonElement 
- default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
- definitions
Map<String,JSONSchemaProps> 
- dependencies
Map<String,Either<JSONSchemaProps,List<String>>> 
- description String
- enum_
List<JsonElement> 
- example
JsonElement 
- exclusiveMaximum Boolean
- exclusiveMinimum Boolean
- externalDocs ExternalDocumentation 
- format String
- format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\d{3}[- ]?\d{2}[- ]?\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
 
- id String
- items
JSONSchemaProps | List<JsonElement> 
- maxItems Integer
- maxLength Integer
- maxProperties Integer
- maximum Double
- minItems Integer
- minLength Integer
- minProperties Integer
- minimum Double
- multipleOf Double
- not
JSONSchemaProps 
- nullable Boolean
- oneOf List<JSONSchemaProps> 
- pattern String
- patternProperties Map<String,JSONSchemaProps> 
- properties
Map<String,JSONSchemaProps> 
- required List<String>
- title String
- type String
- uniqueItems Boolean
- x_kubernetes_ Booleanembedded_ resource 
- x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
- x_kubernetes_ Booleanint_ or_ string 
- x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:- anyOf:- type: integer
- type: string
 
- allOf:- anyOf:- type: integer
- type: string
 
- ... zero or more
 
- anyOf:
 
- anyOf:
- x_kubernetes_ List<String>list_ map_ keys 
- x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type - mapby specifying the keys used as the index of the map.- This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). 
- x_kubernetes_ Stringlist_ type 
- x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:- atomic: the list is treated as a single entity, like a scalar. Atomic lists will be entirely replaced when updated. This extension may be used on any type of list (struct, scalar, ...).
- set: Sets are lists that must not have multiple items with the same value. Each value must be a scalar, an object with x-kubernetes-map-type- atomicor an array with x-kubernetes-list-type- atomic.
- map: These lists are like maps in that their elements have a non-index key used to identify them. Order is preserved upon merge. The map tag must only be used on a list with elements of type object. Defaults to atomic for arrays.
 
- x_kubernetes_ Stringmap_ type 
- x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:- granular: These maps are actual maps (key-value pairs) and each fields are independent from each other (they can each be manipulated by separate actors). This is the default behaviour for all maps.
- atomic: the list is treated as a single entity, like a scalar. Atomic maps will be entirely replaced when updated.
 
- x_kubernetes_ Booleanpreserve_ unknown_ fields 
- x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
- $ref string
- $schema string
- additionalItems JSONSchemaProps | boolean
- additionalProperties JSONSchemaProps | boolean
- allOf JSONSchemaProps[] 
- anyOf JSONSchemaProps[] 
- default any
- default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
- definitions
{[key: string]: JSONSchemaProps} 
- dependencies
{[key: string]: JSONSchemaProps | string[]} 
- description string
- enum any[]
- example any
- exclusiveMaximum boolean
- exclusiveMinimum boolean
- externalDocs ExternalDocumentation 
- format string
- format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\d{3}[- ]?\d{2}[- ]?\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
 
- id string
- items
JSONSchemaProps | any[]
- maxItems number
- maxLength number
- maxProperties number
- maximum number
- minItems number
- minLength number
- minProperties number
- minimum number
- multipleOf number
- not
JSONSchemaProps 
- nullable boolean
- oneOf JSONSchemaProps[] 
- pattern string
- patternProperties {[key: string]: JSONSchemaProps} 
- properties
{[key: string]: JSONSchemaProps} 
- required string[]
- title string
- type string
- uniqueItems boolean
- x_kubernetes_ booleanembedded_ resource 
- x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
- x_kubernetes_ booleanint_ or_ string 
- x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:- anyOf:- type: integer
- type: string
 
- allOf:- anyOf:- type: integer
- type: string
 
- ... zero or more
 
- anyOf:
 
- anyOf:
- x_kubernetes_ string[]list_ map_ keys 
- x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type - mapby specifying the keys used as the index of the map.- This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). 
- x_kubernetes_ stringlist_ type 
- x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:- atomic: the list is treated as a single entity, like a scalar. Atomic lists will be entirely replaced when updated. This extension may be used on any type of list (struct, scalar, ...).
- set: Sets are lists that must not have multiple items with the same value. Each value must be a scalar, an object with x-kubernetes-map-type- atomicor an array with x-kubernetes-list-type- atomic.
- map: These lists are like maps in that their elements have a non-index key used to identify them. Order is preserved upon merge. The map tag must only be used on a list with elements of type object. Defaults to atomic for arrays.
 
- x_kubernetes_ stringmap_ type 
- x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:- granular: These maps are actual maps (key-value pairs) and each fields are independent from each other (they can each be manipulated by separate actors). This is the default behaviour for all maps.
- atomic: the list is treated as a single entity, like a scalar. Atomic maps will be entirely replaced when updated.
 
- x_kubernetes_ booleanpreserve_ unknown_ fields 
- x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
- _ref str
- _schema str
- additional_items apiextensions_k8s_ | boolio.v1beta1. JSONSchema Props 
- additional_properties apiextensions_k8s_ | boolio.v1beta1. JSONSchema Props 
- all_of Sequence[apiextensions_k8s_ io.v1beta1. JSONSchema Props] 
- any_of Sequence[apiextensions_k8s_ io.v1beta1. JSONSchema Props] 
- default Any
- default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
- definitions
Mapping[str, apiextensions_k8s_ io.v1beta1. JSONSchema Props] 
- dependencies
Mapping[str, Union[apiextensions_k8s_ io.v1beta1. JSONSchema Props, Sequence[str]]] 
- description str
- enum Sequence[Any]
- example Any
- exclusive_maximum bool
- exclusive_minimum bool
- external_docs apiextensions_k8s_ io.v1beta1. External Documentation 
- format str
- format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\d{3}[- ]?\d{2}[- ]?\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
 
- id str
- items
apiextensions_k8s_ | Sequence[Any]io.v1beta1. JSONSchema Props 
- max_items int
- max_length int
- max_properties int
- maximum float
- min_items int
- min_length int
- min_properties int
- minimum float
- multiple_of float
- not_
apiextensions_k8s_ io.v1beta1. JSONSchema Props 
- nullable bool
- one_of Sequence[apiextensions_k8s_ io.v1beta1. JSONSchema Props] 
- pattern str
- pattern_properties Mapping[str, apiextensions_k8s_ io.v1beta1. JSONSchema Props] 
- properties
Mapping[str, apiextensions_k8s_ io.v1beta1. JSONSchema Props] 
- required Sequence[str]
- title str
- type str
- unique_items bool
- x_kubernetes_ boolembedded_ resource 
- x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
- x_kubernetes_ boolint_ or_ string 
- x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:- anyOf:- type: integer
- type: string
 
- allOf:- anyOf:- type: integer
- type: string
 
- ... zero or more
 
- anyOf:
 
- anyOf:
- x_kubernetes_ Sequence[str]list_ map_ keys 
- x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type - mapby specifying the keys used as the index of the map.- This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). 
- x_kubernetes_ strlist_ type 
- x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:- atomic: the list is treated as a single entity, like a scalar. Atomic lists will be entirely replaced when updated. This extension may be used on any type of list (struct, scalar, ...).
- set: Sets are lists that must not have multiple items with the same value. Each value must be a scalar, an object with x-kubernetes-map-type- atomicor an array with x-kubernetes-list-type- atomic.
- map: These lists are like maps in that their elements have a non-index key used to identify them. Order is preserved upon merge. The map tag must only be used on a list with elements of type object. Defaults to atomic for arrays.
 
- x_kubernetes_ strmap_ type 
- x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:- granular: These maps are actual maps (key-value pairs) and each fields are independent from each other (they can each be manipulated by separate actors). This is the default behaviour for all maps.
- atomic: the list is treated as a single entity, like a scalar. Atomic maps will be entirely replaced when updated.
 
- x_kubernetes_ boolpreserve_ unknown_ fields 
- x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
- $ref String
- $schema String
- additionalItems Property Map | Boolean
- additionalProperties Property Map | Boolean
- allOf List<Property Map>
- anyOf List<Property Map>
- default JSON
- default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
- definitions Map<Property Map>
- dependencies Map<Property Map | List<String>>
- description String
- enum List<JSON>
- example JSON
- exclusiveMaximum Boolean
- exclusiveMinimum Boolean
- externalDocs Property Map
- format String
- format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\d{3}[- ]?\d{2}[- ]?\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
 
- id String
- items Property Map | List<JSON>
- maxItems Number
- maxLength Number
- maxProperties Number
- maximum Number
- minItems Number
- minLength Number
- minProperties Number
- minimum Number
- multipleOf Number
- not Property Map
- nullable Boolean
- oneOf List<Property Map>
- pattern String
- patternProperties Map<Property Map>
- properties Map<Property Map>
- required List<String>
- title String
- type String
- uniqueItems Boolean
- x_kubernetes_ Booleanembedded_ resource 
- x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
- x_kubernetes_ Booleanint_ or_ string 
- x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:- anyOf:- type: integer
- type: string
 
- allOf:- anyOf:- type: integer
- type: string
 
- ... zero or more
 
- anyOf:
 
- anyOf:
- x_kubernetes_ List<String>list_ map_ keys 
- x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type - mapby specifying the keys used as the index of the map.- This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). 
- x_kubernetes_ Stringlist_ type 
- x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:- atomic: the list is treated as a single entity, like a scalar. Atomic lists will be entirely replaced when updated. This extension may be used on any type of list (struct, scalar, ...).
- set: Sets are lists that must not have multiple items with the same value. Each value must be a scalar, an object with x-kubernetes-map-type- atomicor an array with x-kubernetes-list-type- atomic.
- map: These lists are like maps in that their elements have a non-index key used to identify them. Order is preserved upon merge. The map tag must only be used on a list with elements of type object. Defaults to atomic for arrays.
 
- x_kubernetes_ Stringmap_ type 
- x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:- granular: These maps are actual maps (key-value pairs) and each fields are independent from each other (they can each be manipulated by separate actors). This is the default behaviour for all maps.
- atomic: the list is treated as a single entity, like a scalar. Atomic maps will be entirely replaced when updated.
 
- x_kubernetes_ Booleanpreserve_ unknown_ fields 
- x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
JSONSchemaPropsPatch, JSONSchemaPropsPatchArgs      
- AdditionalItems JSONSchemaProps | bool
- AdditionalProperties JSONSchemaProps | bool
- AllOf List<JSONSchemaProps Patch> 
- AnyOf List<JSONSchemaProps Patch> 
- Default
System.Text. Json. Json Element 
- default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
- Definitions
Dictionary<string, JSONSchemaProps> 
- Dependencies
Dictionary<string, Union<JSONSchemaProps, Immutable Array<string>>> 
- Description string
- Enum
List<System.Text. Json. Json Element> 
- Example
System.Text. Json. Json Element 
- ExclusiveMaximum bool
- ExclusiveMinimum bool
- ExternalDocs ExternalDocumentation Patch 
- Format string
- format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\d{3}[- ]?\d{2}[- ]?\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
 
- Id string
- Items
JSONSchemaProps | List<System.Text. Json. Json Element> 
- MaxItems int
- MaxLength int
- MaxProperties int
- Maximum double
- MinItems int
- MinLength int
- MinProperties int
- Minimum double
- MultipleOf double
- Not
JSONSchemaProps Patch 
- Nullable bool
- OneOf List<JSONSchemaProps Patch> 
- Pattern string
- PatternProperties Dictionary<string, JSONSchemaProps> 
- Properties
Dictionary<string, JSONSchemaProps> 
- Ref string
- Required List<string>
- Schema string
- Title string
- Type string
- UniqueItems bool
- X_kubernetes_ boolembedded_ resource 
- x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
- X_kubernetes_ boolint_ or_ string 
- x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:- anyOf:- type: integer
- type: string
 
- allOf:- anyOf:- type: integer
- type: string
 
- ... zero or more
 
- anyOf:
 
- anyOf:
- X_kubernetes_ List<string>list_ map_ keys 
- x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type - mapby specifying the keys used as the index of the map.- This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). 
- X_kubernetes_ stringlist_ type 
- x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:- atomic: the list is treated as a single entity, like a scalar. Atomic lists will be entirely replaced when updated. This extension may be used on any type of list (struct, scalar, ...).
- set: Sets are lists that must not have multiple items with the same value. Each value must be a scalar, an object with x-kubernetes-map-type- atomicor an array with x-kubernetes-list-type- atomic.
- map: These lists are like maps in that their elements have a non-index key used to identify them. Order is preserved upon merge. The map tag must only be used on a list with elements of type object. Defaults to atomic for arrays.
 
- X_kubernetes_ stringmap_ type 
- x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:- granular: These maps are actual maps (key-value pairs) and each fields are independent from each other (they can each be manipulated by separate actors). This is the default behaviour for all maps.
- atomic: the list is treated as a single entity, like a scalar. Atomic maps will be entirely replaced when updated.
 
- X_kubernetes_ boolpreserve_ unknown_ fields 
- x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
- $Ref string
- $Schema string
- AdditionalItems JSONSchemaProps | bool
- AdditionalProperties JSONSchemaProps | bool
- AllOf []JSONSchemaProps Patch 
- AnyOf []JSONSchemaProps Patch 
- Default interface{}
- default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
- Definitions
map[string]JSONSchemaProps 
- Dependencies map[string]interface{}
- Description string
- Enum []interface{}
- Example interface{}
- ExclusiveMaximum bool
- ExclusiveMinimum bool
- ExternalDocs ExternalDocumentation Patch 
- Format string
- format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\d{3}[- ]?\d{2}[- ]?\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
 
- Id string
- Items
JSONSchemaProps | []interface{}
- MaxItems int
- MaxLength int
- MaxProperties int
- Maximum float64
- MinItems int
- MinLength int
- MinProperties int
- Minimum float64
- MultipleOf float64
- Not
JSONSchemaProps Patch 
- Nullable bool
- OneOf []JSONSchemaProps Patch 
- Pattern string
- PatternProperties map[string]JSONSchemaProps 
- Properties
map[string]JSONSchemaProps 
- Required []string
- Title string
- Type string
- UniqueItems bool
- X_kubernetes_ boolembedded_ resource 
- x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
- X_kubernetes_ boolint_ or_ string 
- x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:- anyOf:- type: integer
- type: string
 
- allOf:- anyOf:- type: integer
- type: string
 
- ... zero or more
 
- anyOf:
 
- anyOf:
- X_kubernetes_ []stringlist_ map_ keys 
- x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type - mapby specifying the keys used as the index of the map.- This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). 
- X_kubernetes_ stringlist_ type 
- x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:- atomic: the list is treated as a single entity, like a scalar. Atomic lists will be entirely replaced when updated. This extension may be used on any type of list (struct, scalar, ...).
- set: Sets are lists that must not have multiple items with the same value. Each value must be a scalar, an object with x-kubernetes-map-type- atomicor an array with x-kubernetes-list-type- atomic.
- map: These lists are like maps in that their elements have a non-index key used to identify them. Order is preserved upon merge. The map tag must only be used on a list with elements of type object. Defaults to atomic for arrays.
 
- X_kubernetes_ stringmap_ type 
- x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:- granular: These maps are actual maps (key-value pairs) and each fields are independent from each other (they can each be manipulated by separate actors). This is the default behaviour for all maps.
- atomic: the list is treated as a single entity, like a scalar. Atomic maps will be entirely replaced when updated.
 
- X_kubernetes_ boolpreserve_ unknown_ fields 
- x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
- $ref String
- $schema String
- additionalItems JSONSchemaProps | Boolean
- additionalProperties JSONSchemaProps | Boolean
- allOf List<JSONSchemaProps Patch> 
- anyOf List<JSONSchemaProps Patch> 
- default_
JsonElement 
- default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
- definitions
Map<String,JSONSchemaProps> 
- dependencies
Map<String,Either<JSONSchemaProps,List<String>>> 
- description String
- enum_
List<JsonElement> 
- example
JsonElement 
- exclusiveMaximum Boolean
- exclusiveMinimum Boolean
- externalDocs ExternalDocumentation Patch 
- format String
- format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\d{3}[- ]?\d{2}[- ]?\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
 
- id String
- items
JSONSchemaProps | List<JsonElement> 
- maxItems Integer
- maxLength Integer
- maxProperties Integer
- maximum Double
- minItems Integer
- minLength Integer
- minProperties Integer
- minimum Double
- multipleOf Double
- not
JSONSchemaProps Patch 
- nullable Boolean
- oneOf List<JSONSchemaProps Patch> 
- pattern String
- patternProperties Map<String,JSONSchemaProps> 
- properties
Map<String,JSONSchemaProps> 
- required List<String>
- title String
- type String
- uniqueItems Boolean
- x_kubernetes_ Booleanembedded_ resource 
- x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
- x_kubernetes_ Booleanint_ or_ string 
- x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:- anyOf:- type: integer
- type: string
 
- allOf:- anyOf:- type: integer
- type: string
 
- ... zero or more
 
- anyOf:
 
- anyOf:
- x_kubernetes_ List<String>list_ map_ keys 
- x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type - mapby specifying the keys used as the index of the map.- This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). 
- x_kubernetes_ Stringlist_ type 
- x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:- atomic: the list is treated as a single entity, like a scalar. Atomic lists will be entirely replaced when updated. This extension may be used on any type of list (struct, scalar, ...).
- set: Sets are lists that must not have multiple items with the same value. Each value must be a scalar, an object with x-kubernetes-map-type- atomicor an array with x-kubernetes-list-type- atomic.
- map: These lists are like maps in that their elements have a non-index key used to identify them. Order is preserved upon merge. The map tag must only be used on a list with elements of type object. Defaults to atomic for arrays.
 
- x_kubernetes_ Stringmap_ type 
- x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:- granular: These maps are actual maps (key-value pairs) and each fields are independent from each other (they can each be manipulated by separate actors). This is the default behaviour for all maps.
- atomic: the list is treated as a single entity, like a scalar. Atomic maps will be entirely replaced when updated.
 
- x_kubernetes_ Booleanpreserve_ unknown_ fields 
- x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
- $ref string
- $schema string
- additionalItems JSONSchemaProps | boolean
- additionalProperties JSONSchemaProps | boolean
- allOf JSONSchemaProps Patch[] 
- anyOf JSONSchemaProps Patch[] 
- default any
- default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
- definitions
{[key: string]: JSONSchemaProps} 
- dependencies
{[key: string]: JSONSchemaProps | string[]} 
- description string
- enum any[]
- example any
- exclusiveMaximum boolean
- exclusiveMinimum boolean
- externalDocs ExternalDocumentation Patch 
- format string
- format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\d{3}[- ]?\d{2}[- ]?\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
 
- id string
- items
JSONSchemaProps | any[]
- maxItems number
- maxLength number
- maxProperties number
- maximum number
- minItems number
- minLength number
- minProperties number
- minimum number
- multipleOf number
- not
JSONSchemaProps Patch 
- nullable boolean
- oneOf JSONSchemaProps Patch[] 
- pattern string
- patternProperties {[key: string]: JSONSchemaProps} 
- properties
{[key: string]: JSONSchemaProps} 
- required string[]
- title string
- type string
- uniqueItems boolean
- x_kubernetes_ booleanembedded_ resource 
- x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
- x_kubernetes_ booleanint_ or_ string 
- x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:- anyOf:- type: integer
- type: string
 
- allOf:- anyOf:- type: integer
- type: string
 
- ... zero or more
 
- anyOf:
 
- anyOf:
- x_kubernetes_ string[]list_ map_ keys 
- x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type - mapby specifying the keys used as the index of the map.- This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). 
- x_kubernetes_ stringlist_ type 
- x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:- atomic: the list is treated as a single entity, like a scalar. Atomic lists will be entirely replaced when updated. This extension may be used on any type of list (struct, scalar, ...).
- set: Sets are lists that must not have multiple items with the same value. Each value must be a scalar, an object with x-kubernetes-map-type- atomicor an array with x-kubernetes-list-type- atomic.
- map: These lists are like maps in that their elements have a non-index key used to identify them. Order is preserved upon merge. The map tag must only be used on a list with elements of type object. Defaults to atomic for arrays.
 
- x_kubernetes_ stringmap_ type 
- x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:- granular: These maps are actual maps (key-value pairs) and each fields are independent from each other (they can each be manipulated by separate actors). This is the default behaviour for all maps.
- atomic: the list is treated as a single entity, like a scalar. Atomic maps will be entirely replaced when updated.
 
- x_kubernetes_ booleanpreserve_ unknown_ fields 
- x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
- _ref str
- _schema str
- additional_items apiextensions_k8s_ | boolio.v1beta1. JSONSchema Props 
- additional_properties apiextensions_k8s_ | boolio.v1beta1. JSONSchema Props 
- all_of Sequence[apiextensions_k8s_ io.v1beta1. JSONSchema Props Patch] 
- any_of Sequence[apiextensions_k8s_ io.v1beta1. JSONSchema Props Patch] 
- default Any
- default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
- definitions
Mapping[str, apiextensions_k8s_ io.v1beta1. JSONSchema Props] 
- dependencies
Mapping[str, Union[apiextensions_k8s_ io.v1beta1. JSONSchema Props, Sequence[str]]] 
- description str
- enum Sequence[Any]
- example Any
- exclusive_maximum bool
- exclusive_minimum bool
- external_docs apiextensions_k8s_ io.v1beta1. External Documentation Patch 
- format str
- format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\d{3}[- ]?\d{2}[- ]?\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
 
- id str
- items
apiextensions_k8s_ | Sequence[Any]io.v1beta1. JSONSchema Props 
- max_items int
- max_length int
- max_properties int
- maximum float
- min_items int
- min_length int
- min_properties int
- minimum float
- multiple_of float
- not_
apiextensions_k8s_ io.v1beta1. JSONSchema Props Patch 
- nullable bool
- one_of Sequence[apiextensions_k8s_ io.v1beta1. JSONSchema Props Patch] 
- pattern str
- pattern_properties Mapping[str, apiextensions_k8s_ io.v1beta1. JSONSchema Props] 
- properties
Mapping[str, apiextensions_k8s_ io.v1beta1. JSONSchema Props] 
- required Sequence[str]
- title str
- type str
- unique_items bool
- x_kubernetes_ boolembedded_ resource 
- x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
- x_kubernetes_ boolint_ or_ string 
- x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:- anyOf:- type: integer
- type: string
 
- allOf:- anyOf:- type: integer
- type: string
 
- ... zero or more
 
- anyOf:
 
- anyOf:
- x_kubernetes_ Sequence[str]list_ map_ keys 
- x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type - mapby specifying the keys used as the index of the map.- This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). 
- x_kubernetes_ strlist_ type 
- x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:- atomic: the list is treated as a single entity, like a scalar. Atomic lists will be entirely replaced when updated. This extension may be used on any type of list (struct, scalar, ...).
- set: Sets are lists that must not have multiple items with the same value. Each value must be a scalar, an object with x-kubernetes-map-type- atomicor an array with x-kubernetes-list-type- atomic.
- map: These lists are like maps in that their elements have a non-index key used to identify them. Order is preserved upon merge. The map tag must only be used on a list with elements of type object. Defaults to atomic for arrays.
 
- x_kubernetes_ strmap_ type 
- x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:- granular: These maps are actual maps (key-value pairs) and each fields are independent from each other (they can each be manipulated by separate actors). This is the default behaviour for all maps.
- atomic: the list is treated as a single entity, like a scalar. Atomic maps will be entirely replaced when updated.
 
- x_kubernetes_ boolpreserve_ unknown_ fields 
- x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
- $ref String
- $schema String
- additionalItems Property Map | Boolean
- additionalProperties Property Map | Boolean
- allOf List<Property Map>
- anyOf List<Property Map>
- default JSON
- default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
- definitions Map<Property Map>
- dependencies Map<Property Map | List<String>>
- description String
- enum List<JSON>
- example JSON
- exclusiveMaximum Boolean
- exclusiveMinimum Boolean
- externalDocs Property Map
- format String
- format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\d{3}[- ]?\d{2}[- ]?\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
 
- id String
- items Property Map | List<JSON>
- maxItems Number
- maxLength Number
- maxProperties Number
- maximum Number
- minItems Number
- minLength Number
- minProperties Number
- minimum Number
- multipleOf Number
- not Property Map
- nullable Boolean
- oneOf List<Property Map>
- pattern String
- patternProperties Map<Property Map>
- properties Map<Property Map>
- required List<String>
- title String
- type String
- uniqueItems Boolean
- x_kubernetes_ Booleanembedded_ resource 
- x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
- x_kubernetes_ Booleanint_ or_ string 
- x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:- anyOf:- type: integer
- type: string
 
- allOf:- anyOf:- type: integer
- type: string
 
- ... zero or more
 
- anyOf:
 
- anyOf:
- x_kubernetes_ List<String>list_ map_ keys 
- x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type - mapby specifying the keys used as the index of the map.- This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). 
- x_kubernetes_ Stringlist_ type 
- x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:- atomic: the list is treated as a single entity, like a scalar. Atomic lists will be entirely replaced when updated. This extension may be used on any type of list (struct, scalar, ...).
- set: Sets are lists that must not have multiple items with the same value. Each value must be a scalar, an object with x-kubernetes-map-type- atomicor an array with x-kubernetes-list-type- atomic.
- map: These lists are like maps in that their elements have a non-index key used to identify them. Order is preserved upon merge. The map tag must only be used on a list with elements of type object. Defaults to atomic for arrays.
 
- x_kubernetes_ Stringmap_ type 
- x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:- granular: These maps are actual maps (key-value pairs) and each fields are independent from each other (they can each be manipulated by separate actors). This is the default behaviour for all maps.
- atomic: the list is treated as a single entity, like a scalar. Atomic maps will be entirely replaced when updated.
 
- x_kubernetes_ Booleanpreserve_ unknown_ fields 
- x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
ManagedFieldsEntryPatch, ManagedFieldsEntryPatchArgs        
- ApiVersion string
- APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
- FieldsType string
- FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
- FieldsV1 System.Text. Json. Json Element 
- FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
- Manager string
- Manager is an identifier of the workflow managing these fields.
- Operation string
- Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
- Subresource string
- Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
- Time string
- Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
- ApiVersion string
- APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
- FieldsType string
- FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
- FieldsV1 interface{}
- FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
- Manager string
- Manager is an identifier of the workflow managing these fields.
- Operation string
- Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
- Subresource string
- Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
- Time string
- Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
- apiVersion String
- APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
- fieldsType String
- FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
- fieldsV1 JsonElement 
- FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
- manager String
- Manager is an identifier of the workflow managing these fields.
- operation String
- Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
- subresource String
- Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
- time String
- Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
- apiVersion string
- APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
- fieldsType string
- FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
- fieldsV1 any
- FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
- manager string
- Manager is an identifier of the workflow managing these fields.
- operation string
- Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
- subresource string
- Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
- time string
- Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
- api_version str
- APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
- fields_type str
- FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
- fields_v1 Any
- FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
- manager str
- Manager is an identifier of the workflow managing these fields.
- operation str
- Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
- subresource str
- Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
- time str
- Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
- apiVersion String
- APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
- fieldsType String
- FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
- fieldsV1 JSON
- FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
- manager String
- Manager is an identifier of the workflow managing these fields.
- operation String
- Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
- subresource String
- Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
- time String
- Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
ObjectMetaPatch, ObjectMetaPatchArgs      
- Annotations Dictionary<string, string>
- Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
- ClusterName string
- The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
- CreationTimestamp string
- CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. - Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata 
- DeletionGrace intPeriod Seconds 
- Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
- DeletionTimestamp string
- DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested. - Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata 
- Finalizers List<string>
- Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
- GenerateName string
- GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server. - If this field is specified and the generated name exists, the server will return a 409. - Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency 
- Generation int
- A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
- Labels Dictionary<string, string>
- Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
- ManagedFields List<Pulumi.Kubernetes. Meta. V1. Inputs. Managed Fields Entry Patch> 
- ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.
- Name string
- Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
- Namespace string
- Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty. - Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces 
- OwnerReferences List<Pulumi.Kubernetes. Meta. V1. Inputs. Owner Reference Patch> 
- List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.
- ResourceVersion string
- An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources. - Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency 
- SelfLink string
- Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
- Uid string
- UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. - Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids 
- Annotations map[string]string
- Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
- ClusterName string
- The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
- CreationTimestamp string
- CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. - Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata 
- DeletionGrace intPeriod Seconds 
- Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
- DeletionTimestamp string
- DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested. - Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata 
- Finalizers []string
- Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
- GenerateName string
- GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server. - If this field is specified and the generated name exists, the server will return a 409. - Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency 
- Generation int
- A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
- Labels map[string]string
- Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
- ManagedFields ManagedFields Entry Patch 
- ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.
- Name string
- Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
- Namespace string
- Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty. - Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces 
- OwnerReferences OwnerReference Patch 
- List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.
- ResourceVersion string
- An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources. - Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency 
- SelfLink string
- Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
- Uid string
- UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. - Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids 
- annotations Map<String,String>
- Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
- clusterName String
- The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
- creationTimestamp String
- CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. - Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata 
- deletionGrace IntegerPeriod Seconds 
- Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
- deletionTimestamp String
- DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested. - Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata 
- finalizers List<String>
- Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
- generateName String
- GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server. - If this field is specified and the generated name exists, the server will return a 409. - Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency 
- generation Integer
- A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
- labels Map<String,String>
- Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
- managedFields List<ManagedFields Entry Patch> 
- ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.
- name String
- Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
- namespace String
- Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty. - Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces 
- ownerReferences List<OwnerReference Patch> 
- List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.
- resourceVersion String
- An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources. - Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency 
- selfLink String
- Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
- uid String
- UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. - Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids 
- annotations {[key: string]: string}
- Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
- clusterName string
- The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
- creationTimestamp string
- CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. - Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata 
- deletionGrace numberPeriod Seconds 
- Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
- deletionTimestamp string
- DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested. - Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata 
- finalizers string[]
- Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
- generateName string
- GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server. - If this field is specified and the generated name exists, the server will return a 409. - Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency 
- generation number
- A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
- labels {[key: string]: string}
- Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
- managedFields meta.v1.Managed Fields Entry Patch[] 
- ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.
- name string
- Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
- namespace string
- Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty. - Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces 
- ownerReferences meta.v1.Owner Reference Patch[] 
- List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.
- resourceVersion string
- An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources. - Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency 
- selfLink string
- Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
- uid string
- UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. - Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids 
- annotations Mapping[str, str]
- Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
- cluster_name str
- The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
- creation_timestamp str
- CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. - Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata 
- deletion_grace_ intperiod_ seconds 
- Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
- deletion_timestamp str
- DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested. - Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata 
- finalizers Sequence[str]
- Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
- generate_name str
- GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server. - If this field is specified and the generated name exists, the server will return a 409. - Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency 
- generation int
- A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
- labels Mapping[str, str]
- Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
- managed_fields Sequence[meta.v1.Managed Fields Entry Patch] 
- ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.
- name str
- Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
- namespace str
- Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty. - Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces 
- owner_references Sequence[meta.v1.Owner Reference Patch] 
- List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.
- resource_version str
- An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources. - Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency 
- self_link str
- Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
- uid str
- UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. - Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids 
- annotations Map<String>
- Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
- clusterName String
- The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
- creationTimestamp String
- CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. - Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata 
- deletionGrace NumberPeriod Seconds 
- Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
- deletionTimestamp String
- DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested. - Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata 
- finalizers List<String>
- Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
- generateName String
- GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server. - If this field is specified and the generated name exists, the server will return a 409. - Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency 
- generation Number
- A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
- labels Map<String>
- Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
- managedFields List<Property Map>
- ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.
- name String
- Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
- namespace String
- Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty. - Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces 
- ownerReferences List<Property Map>
- List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.
- resourceVersion String
- An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources. - Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency 
- selfLink String
- Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
- uid String
- UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. - Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids 
OwnerReferencePatch, OwnerReferencePatchArgs      
- ApiVersion string
- API version of the referent.
- BlockOwner boolDeletion 
- If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
- Controller bool
- If true, this reference points to the managing controller.
- Kind string
- Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- Name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
- Uid string
- UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
- ApiVersion string
- API version of the referent.
- BlockOwner boolDeletion 
- If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
- Controller bool
- If true, this reference points to the managing controller.
- Kind string
- Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- Name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
- Uid string
- UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
- apiVersion String
- API version of the referent.
- blockOwner BooleanDeletion 
- If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
- controller Boolean
- If true, this reference points to the managing controller.
- kind String
- Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- name String
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
- uid String
- UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
- apiVersion string
- API version of the referent.
- blockOwner booleanDeletion 
- If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
- controller boolean
- If true, this reference points to the managing controller.
- kind string
- Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
- uid string
- UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
- api_version str
- API version of the referent.
- block_owner_ booldeletion 
- If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
- controller bool
- If true, this reference points to the managing controller.
- kind str
- Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- name str
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
- uid str
- UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
- apiVersion String
- API version of the referent.
- blockOwner BooleanDeletion 
- If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
- controller Boolean
- If true, this reference points to the managing controller.
- kind String
- Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- name String
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
- uid String
- UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
ServiceReferencePatch, ServiceReferencePatchArgs      
- Name string
- name is the name of the service. Required
- Namespace string
- namespace is the namespace of the service. Required
- Path string
- path is an optional URL path at which the webhook will be contacted.
- Port int
- port is an optional service port at which the webhook will be contacted. portshould be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
- Name string
- name is the name of the service. Required
- Namespace string
- namespace is the namespace of the service. Required
- Path string
- path is an optional URL path at which the webhook will be contacted.
- Port int
- port is an optional service port at which the webhook will be contacted. portshould be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
- name String
- name is the name of the service. Required
- namespace String
- namespace is the namespace of the service. Required
- path String
- path is an optional URL path at which the webhook will be contacted.
- port Integer
- port is an optional service port at which the webhook will be contacted. portshould be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
- name string
- name is the name of the service. Required
- namespace string
- namespace is the namespace of the service. Required
- path string
- path is an optional URL path at which the webhook will be contacted.
- port number
- port is an optional service port at which the webhook will be contacted. portshould be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
- name str
- name is the name of the service. Required
- namespace str
- namespace is the namespace of the service. Required
- path str
- path is an optional URL path at which the webhook will be contacted.
- port int
- port is an optional service port at which the webhook will be contacted. portshould be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
- name String
- name is the name of the service. Required
- namespace String
- namespace is the namespace of the service. Required
- path String
- path is an optional URL path at which the webhook will be contacted.
- port Number
- port is an optional service port at which the webhook will be contacted. portshould be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
WebhookClientConfigPatch, WebhookClientConfigPatchArgs        
- CaBundle string
- caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
- Service
ServiceReference Patch 
- service is a reference to the service for this webhook. Either service or url must be specified. - If the webhook is running within the cluster, then you should use - service.
- Url string
- url gives the location of the webhook, in standard URL form ( - scheme://host:port/path). Exactly one of- urlor- servicemust be specified.- The - hostshould not refer to a service running in the cluster; use the- servicefield instead. The host might be resolved via external DNS in some apiservers (e.g.,- kube-apiservercannot resolve in-cluster DNS as that would be a layering violation).- hostmay also be an IP address.- Please note that using - localhostor- 127.0.0.1as a- hostis risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster.- The scheme must be "https"; the URL must begin with "https://". - A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. - Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either. 
- CaBundle string
- caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
- Service
ServiceReference Patch 
- service is a reference to the service for this webhook. Either service or url must be specified. - If the webhook is running within the cluster, then you should use - service.
- Url string
- url gives the location of the webhook, in standard URL form ( - scheme://host:port/path). Exactly one of- urlor- servicemust be specified.- The - hostshould not refer to a service running in the cluster; use the- servicefield instead. The host might be resolved via external DNS in some apiservers (e.g.,- kube-apiservercannot resolve in-cluster DNS as that would be a layering violation).- hostmay also be an IP address.- Please note that using - localhostor- 127.0.0.1as a- hostis risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster.- The scheme must be "https"; the URL must begin with "https://". - A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. - Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either. 
- caBundle String
- caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
- service
ServiceReference Patch 
- service is a reference to the service for this webhook. Either service or url must be specified. - If the webhook is running within the cluster, then you should use - service.
- url String
- url gives the location of the webhook, in standard URL form ( - scheme://host:port/path). Exactly one of- urlor- servicemust be specified.- The - hostshould not refer to a service running in the cluster; use the- servicefield instead. The host might be resolved via external DNS in some apiservers (e.g.,- kube-apiservercannot resolve in-cluster DNS as that would be a layering violation).- hostmay also be an IP address.- Please note that using - localhostor- 127.0.0.1as a- hostis risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster.- The scheme must be "https"; the URL must begin with "https://". - A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. - Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either. 
- caBundle string
- caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
- service
ServiceReference Patch 
- service is a reference to the service for this webhook. Either service or url must be specified. - If the webhook is running within the cluster, then you should use - service.
- url string
- url gives the location of the webhook, in standard URL form ( - scheme://host:port/path). Exactly one of- urlor- servicemust be specified.- The - hostshould not refer to a service running in the cluster; use the- servicefield instead. The host might be resolved via external DNS in some apiservers (e.g.,- kube-apiservercannot resolve in-cluster DNS as that would be a layering violation).- hostmay also be an IP address.- Please note that using - localhostor- 127.0.0.1as a- hostis risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster.- The scheme must be "https"; the URL must begin with "https://". - A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. - Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either. 
- ca_bundle str
- caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
- service
apiextensions_k8s_ io.v1beta1. Service Reference Patch 
- service is a reference to the service for this webhook. Either service or url must be specified. - If the webhook is running within the cluster, then you should use - service.
- url str
- url gives the location of the webhook, in standard URL form ( - scheme://host:port/path). Exactly one of- urlor- servicemust be specified.- The - hostshould not refer to a service running in the cluster; use the- servicefield instead. The host might be resolved via external DNS in some apiservers (e.g.,- kube-apiservercannot resolve in-cluster DNS as that would be a layering violation).- hostmay also be an IP address.- Please note that using - localhostor- 127.0.0.1as a- hostis risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster.- The scheme must be "https"; the URL must begin with "https://". - A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. - Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either. 
- caBundle String
- caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
- service Property Map
- service is a reference to the service for this webhook. Either service or url must be specified. - If the webhook is running within the cluster, then you should use - service.
- url String
- url gives the location of the webhook, in standard URL form ( - scheme://host:port/path). Exactly one of- urlor- servicemust be specified.- The - hostshould not refer to a service running in the cluster; use the- servicefield instead. The host might be resolved via external DNS in some apiservers (e.g.,- kube-apiservercannot resolve in-cluster DNS as that would be a layering violation).- hostmay also be an IP address.- Please note that using - localhostor- 127.0.0.1as a- hostis risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster.- The scheme must be "https"; the URL must begin with "https://". - A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. - Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either. 
Package Details
- Repository
- Kubernetes pulumi/pulumi-kubernetes
- License
- Apache-2.0