mirror of
https://github.com/niusmallnan/steve.git
synced 2025-09-17 07:19:47 +00:00
Update vendor
This commit is contained in:
9
vendor/k8s.io/api/storage/v1/generated.proto
generated
vendored
9
vendor/k8s.io/api/storage/v1/generated.proto
generated
vendored
@@ -128,6 +128,15 @@ message VolumeAttachmentSource {
|
||||
// Name of the persistent volume to attach.
|
||||
// +optional
|
||||
optional string persistentVolumeName = 1;
|
||||
|
||||
// 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.
|
||||
// +optional
|
||||
optional k8s.io.api.core.v1.PersistentVolumeSpec inlineVolumeSpec = 2;
|
||||
}
|
||||
|
||||
// VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
||||
|
Reference in New Issue
Block a user