mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Update inline volume spec comments
This commit is contained in:
parent
8f15f7cf5e
commit
819a3be084
4
api/openapi-spec/swagger.json
generated
4
api/openapi-spec/swagger.json
generated
@ -16037,7 +16037,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"inlineVolumeSpec": {
|
"inlineVolumeSpec": {
|
||||||
"$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec",
|
"$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec",
|
||||||
"description": "inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is alpha-level and is only honored by servers that enabled the CSIMigration feature."
|
"description": "inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is beta-level and is only honored by servers that enabled the CSIMigration feature."
|
||||||
},
|
},
|
||||||
"persistentVolumeName": {
|
"persistentVolumeName": {
|
||||||
"description": "Name of the persistent volume to attach.",
|
"description": "Name of the persistent volume to attach.",
|
||||||
@ -16767,7 +16767,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"inlineVolumeSpec": {
|
"inlineVolumeSpec": {
|
||||||
"$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec",
|
"$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec",
|
||||||
"description": "inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is alpha-level and is only honored by servers that enabled the CSIMigration feature."
|
"description": "inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is beta-level and is only honored by servers that enabled the CSIMigration feature."
|
||||||
},
|
},
|
||||||
"persistentVolumeName": {
|
"persistentVolumeName": {
|
||||||
"description": "Name of the persistent volume to attach.",
|
"description": "Name of the persistent volume to attach.",
|
||||||
|
@ -158,7 +158,7 @@ type VolumeAttachmentSource struct {
|
|||||||
// a persistent volume defined by a pod's inline VolumeSource. This field
|
// a persistent volume defined by a pod's inline VolumeSource. This field
|
||||||
// is populated only for the CSIMigration feature. It contains
|
// is populated only for the CSIMigration feature. It contains
|
||||||
// translated fields from a pod's inline VolumeSource to a
|
// translated fields from a pod's inline VolumeSource to a
|
||||||
// PersistentVolumeSpec. This field is alpha-level and is only
|
// PersistentVolumeSpec. This field is beta-level and is only
|
||||||
// honored by servers that enabled the CSIMigration feature.
|
// honored by servers that enabled the CSIMigration feature.
|
||||||
// +optional
|
// +optional
|
||||||
InlineVolumeSpec *api.PersistentVolumeSpec
|
InlineVolumeSpec *api.PersistentVolumeSpec
|
||||||
|
@ -376,7 +376,7 @@ message VolumeAttachmentSource {
|
|||||||
// a persistent volume defined by a pod's inline VolumeSource. This field
|
// a persistent volume defined by a pod's inline VolumeSource. This field
|
||||||
// is populated only for the CSIMigration feature. It contains
|
// is populated only for the CSIMigration feature. It contains
|
||||||
// translated fields from a pod's inline VolumeSource to a
|
// translated fields from a pod's inline VolumeSource to a
|
||||||
// PersistentVolumeSpec. This field is alpha-level and is only
|
// PersistentVolumeSpec. This field is beta-level and is only
|
||||||
// honored by servers that enabled the CSIMigration feature.
|
// honored by servers that enabled the CSIMigration feature.
|
||||||
// +optional
|
// +optional
|
||||||
optional k8s.io.api.core.v1.PersistentVolumeSpec inlineVolumeSpec = 2;
|
optional k8s.io.api.core.v1.PersistentVolumeSpec inlineVolumeSpec = 2;
|
||||||
|
@ -170,7 +170,7 @@ type VolumeAttachmentSource struct {
|
|||||||
// a persistent volume defined by a pod's inline VolumeSource. This field
|
// a persistent volume defined by a pod's inline VolumeSource. This field
|
||||||
// is populated only for the CSIMigration feature. It contains
|
// is populated only for the CSIMigration feature. It contains
|
||||||
// translated fields from a pod's inline VolumeSource to a
|
// translated fields from a pod's inline VolumeSource to a
|
||||||
// PersistentVolumeSpec. This field is alpha-level and is only
|
// PersistentVolumeSpec. This field is beta-level and is only
|
||||||
// honored by servers that enabled the CSIMigration feature.
|
// honored by servers that enabled the CSIMigration feature.
|
||||||
// +optional
|
// +optional
|
||||||
InlineVolumeSpec *v1.PersistentVolumeSpec `json:"inlineVolumeSpec,omitempty" protobuf:"bytes,2,opt,name=inlineVolumeSpec"`
|
InlineVolumeSpec *v1.PersistentVolumeSpec `json:"inlineVolumeSpec,omitempty" protobuf:"bytes,2,opt,name=inlineVolumeSpec"`
|
||||||
|
@ -378,7 +378,7 @@ message VolumeAttachmentSource {
|
|||||||
// a persistent volume defined by a pod's inline VolumeSource. This field
|
// a persistent volume defined by a pod's inline VolumeSource. This field
|
||||||
// is populated only for the CSIMigration feature. It contains
|
// is populated only for the CSIMigration feature. It contains
|
||||||
// translated fields from a pod's inline VolumeSource to a
|
// translated fields from a pod's inline VolumeSource to a
|
||||||
// PersistentVolumeSpec. This field is alpha-level and is only
|
// PersistentVolumeSpec. This field is beta-level and is only
|
||||||
// honored by servers that enabled the CSIMigration feature.
|
// honored by servers that enabled the CSIMigration feature.
|
||||||
// +optional
|
// +optional
|
||||||
optional k8s.io.api.core.v1.PersistentVolumeSpec inlineVolumeSpec = 2;
|
optional k8s.io.api.core.v1.PersistentVolumeSpec inlineVolumeSpec = 2;
|
||||||
|
@ -182,7 +182,7 @@ type VolumeAttachmentSource struct {
|
|||||||
// a persistent volume defined by a pod's inline VolumeSource. This field
|
// a persistent volume defined by a pod's inline VolumeSource. This field
|
||||||
// is populated only for the CSIMigration feature. It contains
|
// is populated only for the CSIMigration feature. It contains
|
||||||
// translated fields from a pod's inline VolumeSource to a
|
// translated fields from a pod's inline VolumeSource to a
|
||||||
// PersistentVolumeSpec. This field is alpha-level and is only
|
// PersistentVolumeSpec. This field is beta-level and is only
|
||||||
// honored by servers that enabled the CSIMigration feature.
|
// honored by servers that enabled the CSIMigration feature.
|
||||||
// +optional
|
// +optional
|
||||||
InlineVolumeSpec *v1.PersistentVolumeSpec `json:"inlineVolumeSpec,omitempty" protobuf:"bytes,2,opt,name=inlineVolumeSpec"`
|
InlineVolumeSpec *v1.PersistentVolumeSpec `json:"inlineVolumeSpec,omitempty" protobuf:"bytes,2,opt,name=inlineVolumeSpec"`
|
||||||
|
Loading…
Reference in New Issue
Block a user