|
8634 | 8634 | "type": "string"
|
8635 | 8635 | },
|
8636 | 8636 | "volumeAttributesClassName": {
|
8637 |
| - "description": "volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#volumeattributesclass (Alpha) Using this field requires the VolumeAttributesClass feature gate to be enabled.", |
| 8637 | + "description": "volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/ (Alpha) Using this field requires the VolumeAttributesClass feature gate to be enabled.", |
8638 | 8638 | "type": "string"
|
8639 | 8639 | },
|
8640 | 8640 | "volumeMode": {
|
|
16795 | 16795 | "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceValidation",
|
16796 | 16796 | "description": "schema describes the schema used for validation, pruning, and defaulting of this version of the custom resource."
|
16797 | 16797 | },
|
| 16798 | + "selectableFields": { |
| 16799 | + "description": "selectableFields specifies paths to fields that may be used as field selectors. A maximum of 8 selectable fields are allowed. See https://kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors", |
| 16800 | + "items": { |
| 16801 | + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.SelectableField" |
| 16802 | + }, |
| 16803 | + "type": "array", |
| 16804 | + "x-kubernetes-list-type": "atomic" |
| 16805 | + }, |
16798 | 16806 | "served": {
|
16799 | 16807 | "description": "served is a flag enabling/disabling this version from being served via REST APIs",
|
16800 | 16808 | "type": "boolean"
|
|
17096 | 17104 | "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrStringArray": {
|
17097 | 17105 | "description": "JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array."
|
17098 | 17106 | },
|
| 17107 | + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.SelectableField": { |
| 17108 | + "description": "SelectableField specifies the JSON path of a field that may be used with field selectors.", |
| 17109 | + "properties": { |
| 17110 | + "jsonPath": { |
| 17111 | + "description": "jsonPath is a simple JSON path which is evaluated against each custom resource to produce a field selector value. Only JSON paths without the array notation are allowed. Must point to a field of type string, boolean or integer. Types with enum values and strings with formats are allowed. If jsonPath refers to absent field in a resource, the jsonPath evaluates to an empty string. Must not point to metdata fields. Required.", |
| 17112 | + "type": "string" |
| 17113 | + } |
| 17114 | + }, |
| 17115 | + "required": [ |
| 17116 | + "jsonPath" |
| 17117 | + ], |
| 17118 | + "type": "object", |
| 17119 | + "additionalProperties": false |
| 17120 | + }, |
17099 | 17121 | "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ServiceReference": {
|
17100 | 17122 | "description": "ServiceReference holds a reference to Service.legacy.k8s.io",
|
17101 | 17123 | "properties": {
|
|
0 commit comments