diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 49609457f9e..651e4716443 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -47033,6 +47033,14 @@ "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, + "storagePolicyID": { + "description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.", + "type": "string" + }, + "storagePolicyName": { + "description": "Storage Policy Based Management (SPBM) profile name.", + "type": "string" + }, "volumePath": { "description": "Path that identifies vSphere volume vmdk", "type": "string" diff --git a/api/swagger-spec/apps_v1beta1.json b/api/swagger-spec/apps_v1beta1.json index 2743dd92be4..34636f0e6ab 100644 --- a/api/swagger-spec/apps_v1beta1.json +++ b/api/swagger-spec/apps_v1beta1.json @@ -3550,6 +3550,14 @@ "fsType": { "type": "string", "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified." + }, + "storagePolicyName": { + "type": "string", + "description": "Storage Policy Based Management (SPBM) profile name." + }, + "storagePolicyID": { + "type": "string", + "description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName." } } }, diff --git a/api/swagger-spec/batch_v1.json b/api/swagger-spec/batch_v1.json index b582df0eb3c..3dd689dc4ed 100644 --- a/api/swagger-spec/batch_v1.json +++ b/api/swagger-spec/batch_v1.json @@ -2285,6 +2285,14 @@ "fsType": { "type": "string", "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified." + }, + "storagePolicyName": { + "type": "string", + "description": "Storage Policy Based Management (SPBM) profile name." + }, + "storagePolicyID": { + "type": "string", + "description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName." } } }, diff --git a/api/swagger-spec/batch_v2alpha1.json b/api/swagger-spec/batch_v2alpha1.json index d168b637ab0..bc534fb9e82 100644 --- a/api/swagger-spec/batch_v2alpha1.json +++ b/api/swagger-spec/batch_v2alpha1.json @@ -3366,6 +3366,14 @@ "fsType": { "type": "string", "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified." + }, + "storagePolicyName": { + "type": "string", + "description": "Storage Policy Based Management (SPBM) profile name." + }, + "storagePolicyID": { + "type": "string", + "description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName." } } }, diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json index ab0cfd73316..96aa3b435b1 100644 --- a/api/swagger-spec/extensions_v1beta1.json +++ b/api/swagger-spec/extensions_v1beta1.json @@ -8005,6 +8005,14 @@ "fsType": { "type": "string", "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified." + }, + "storagePolicyName": { + "type": "string", + "description": "Storage Policy Based Management (SPBM) profile name." + }, + "storagePolicyID": { + "type": "string", + "description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName." } } }, diff --git a/api/swagger-spec/settings.k8s.io_v1alpha1.json b/api/swagger-spec/settings.k8s.io_v1alpha1.json index 38c99cb5481..6783c338ca0 100644 --- a/api/swagger-spec/settings.k8s.io_v1alpha1.json +++ b/api/swagger-spec/settings.k8s.io_v1alpha1.json @@ -2112,6 +2112,14 @@ "fsType": { "type": "string", "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified." + }, + "storagePolicyName": { + "type": "string", + "description": "Storage Policy Based Management (SPBM) profile name." + }, + "storagePolicyID": { + "type": "string", + "description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName." } } }, diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 79285697a2c..d342edd5831 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -19376,6 +19376,14 @@ "fsType": { "type": "string", "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified." + }, + "storagePolicyName": { + "type": "string", + "description": "Storage Policy Based Management (SPBM) profile name." + }, + "storagePolicyID": { + "type": "string", + "description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName." } } }, diff --git a/docs/api-reference/apps/v1beta1/definitions.html b/docs/api-reference/apps/v1beta1/definitions.html index b63abaf5625..41557e7d96c 100755 --- a/docs/api-reference/apps/v1beta1/definitions.html +++ b/docs/api-reference/apps/v1beta1/definitions.html @@ -2753,6 +2753,20 @@ When an object is created, the system will populate this list with the current s

string

+ +

storagePolicyName

+

Storage Policy Based Management (SPBM) profile name.

+

false

+

string

+ + + +

storagePolicyID

+

Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.

+

false

+

string

+ + @@ -6456,7 +6470,7 @@ Examples:
diff --git a/docs/api-reference/batch/v1/definitions.html b/docs/api-reference/batch/v1/definitions.html index a0df5977bc4..608b99f879a 100755 --- a/docs/api-reference/batch/v1/definitions.html +++ b/docs/api-reference/batch/v1/definitions.html @@ -2325,6 +2325,20 @@ When an object is created, the system will populate this list with the current s

string

+ +

storagePolicyName

+

Storage Policy Based Management (SPBM) profile name.

+

false

+

string

+ + + +

storagePolicyID

+

Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.

+

false

+

string

+ + @@ -5691,7 +5705,7 @@ Examples:
diff --git a/docs/api-reference/batch/v2alpha1/definitions.html b/docs/api-reference/batch/v2alpha1/definitions.html index 43c00119830..135f7ad3fff 100755 --- a/docs/api-reference/batch/v2alpha1/definitions.html +++ b/docs/api-reference/batch/v2alpha1/definitions.html @@ -2332,6 +2332,20 @@ When an object is created, the system will populate this list with the current s

string

+ +

storagePolicyName

+

Storage Policy Based Management (SPBM) profile name.

+

false

+

string

+ + + +

storagePolicyID

+

Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.

+

false

+

string

+ + @@ -5787,7 +5801,7 @@ Examples:
diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index 63900b37af9..3c202598444 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -3492,6 +3492,20 @@ When an object is created, the system will populate this list with the current s

string

+ +

storagePolicyName

+

Storage Policy Based Management (SPBM) profile name.

+

false

+

string

+ + + +

storagePolicyID

+

Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.

+

false

+

string

+ + @@ -8096,7 +8110,7 @@ Both these may change in the future. Incoming requests are matched against the h diff --git a/docs/api-reference/settings.k8s.io/v1alpha1/definitions.html b/docs/api-reference/settings.k8s.io/v1alpha1/definitions.html index 7546a7c8ff9..71354c8801f 100755 --- a/docs/api-reference/settings.k8s.io/v1alpha1/definitions.html +++ b/docs/api-reference/settings.k8s.io/v1alpha1/definitions.html @@ -3141,6 +3141,20 @@ When an object is created, the system will populate this list with the current s

string

+ +

storagePolicyName

+

Storage Policy Based Management (SPBM) profile name.

+

false

+

string

+ + + +

storagePolicyID

+

Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.

+

false

+

string

+ + @@ -3929,7 +3943,7 @@ Examples:
diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html index ac5bc7464aa..40acd217f21 100755 --- a/docs/api-reference/v1/definitions.html +++ b/docs/api-reference/v1/definitions.html @@ -4063,6 +4063,20 @@ The resulting set of endpoints can be viewed as:

string

+ +

storagePolicyName

+

Storage Policy Based Management (SPBM) profile name.

+

false

+

string

+ + + +

storagePolicyID

+

Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.

+

false

+

string

+ + @@ -10084,7 +10098,7 @@ Examples:
diff --git a/federation/apis/openapi-spec/swagger.json b/federation/apis/openapi-spec/swagger.json index c1f846b3bcf..eb37710dd70 100644 --- a/federation/apis/openapi-spec/swagger.json +++ b/federation/apis/openapi-spec/swagger.json @@ -12930,6 +12930,14 @@ "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, + "storagePolicyID": { + "description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.", + "type": "string" + }, + "storagePolicyName": { + "description": "Storage Policy Based Management (SPBM) profile name.", + "type": "string" + }, "volumePath": { "description": "Path that identifies vSphere volume vmdk", "type": "string" diff --git a/federation/apis/swagger-spec/extensions_v1beta1.json b/federation/apis/swagger-spec/extensions_v1beta1.json index 9f40612e578..db43660abe1 100644 --- a/federation/apis/swagger-spec/extensions_v1beta1.json +++ b/federation/apis/swagger-spec/extensions_v1beta1.json @@ -5749,6 +5749,14 @@ "fsType": { "type": "string", "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified." + }, + "storagePolicyName": { + "type": "string", + "description": "Storage Policy Based Management (SPBM) profile name." + }, + "storagePolicyID": { + "type": "string", + "description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName." } } }, diff --git a/federation/docs/api-reference/extensions/v1beta1/definitions.html b/federation/docs/api-reference/extensions/v1beta1/definitions.html index e6b72aa99a5..1b17a0792f5 100755 --- a/federation/docs/api-reference/extensions/v1beta1/definitions.html +++ b/federation/docs/api-reference/extensions/v1beta1/definitions.html @@ -3166,6 +3166,20 @@ When an object is created, the system will populate this list with the current s

string

+ +

storagePolicyName

+

Storage Policy Based Management (SPBM) profile name.

+

false

+

string

+ + + +

storagePolicyID

+

Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.

+

false

+

string

+ + @@ -7176,7 +7190,7 @@ Both these may change in the future. Incoming requests are matched against the h