Update inline volume spec comments

This commit is contained in:
Jiawei Wang 2021-02-24 10:44:58 -08:00
parent 8f15f7cf5e
commit 819a3be084
6 changed files with 7 additions and 7 deletions

View File

@ -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.",

View File

@ -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

View File

@ -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;

View File

@ -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"`

View File

@ -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;

View File

@ -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"`