mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Style: volumeId -> volumeID
This commit is contained in:
@@ -413,7 +413,7 @@ type GCEPersistentDiskVolumeSource struct {
|
||||
// A AWS PD can only be mounted on a single machine.
|
||||
type AWSElasticBlockStoreVolumeSource struct {
|
||||
// Unique id of the PD resource. Used to identify the disk in AWS
|
||||
VolumeId string `json:"volumeId" description:"unique id of the PD resource in AWS"`
|
||||
VolumeID string `json:"volumeID" description:"unique id of the PD resource in AWS"`
|
||||
// Required: Filesystem type to mount.
|
||||
// Must be a filesystem type supported by the host operating system.
|
||||
// Ex. "ext4", "xfs", "ntfs"
|
||||
|
||||
Reference in New Issue
Block a user