mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Fixing comments in types.go
This commit is contained in:
parent
fb28a1dd28
commit
14c7ce92b3
@ -575,7 +575,7 @@ type GCEPersistentDiskVolumeSource struct {
|
|||||||
PDName string
|
PDName string
|
||||||
// Filesystem type to mount.
|
// Filesystem type to mount.
|
||||||
// Must be a filesystem type supported by the host operating system.
|
// Must be a filesystem type supported by the host operating system.
|
||||||
// Ex. "ext4", "xfs", "ntfs".
|
// Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
|
||||||
// TODO: how do we prevent errors in the filesystem from compromising the machine
|
// TODO: how do we prevent errors in the filesystem from compromising the machine
|
||||||
// +optional
|
// +optional
|
||||||
FSType string
|
FSType string
|
||||||
@ -1523,7 +1523,7 @@ type CSIPersistentVolumeSource struct {
|
|||||||
|
|
||||||
// Filesystem type to mount.
|
// Filesystem type to mount.
|
||||||
// Must be a filesystem type supported by the host operating system.
|
// Must be a filesystem type supported by the host operating system.
|
||||||
// Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
|
// Ex. "ext4", "xfs", "ntfs".
|
||||||
// +optional
|
// +optional
|
||||||
FSType string
|
FSType string
|
||||||
|
|
||||||
|
@ -635,7 +635,7 @@ type RBDVolumeSource struct {
|
|||||||
RBDImage string `json:"image" protobuf:"bytes,2,opt,name=image"`
|
RBDImage string `json:"image" protobuf:"bytes,2,opt,name=image"`
|
||||||
// Filesystem type of the volume that you want to mount.
|
// Filesystem type of the volume that you want to mount.
|
||||||
// Tip: Ensure that the filesystem type is supported by the host operating system.
|
// Tip: Ensure that the filesystem type is supported by the host operating system.
|
||||||
// Examples: "ext4", "xfs", "ntfs".
|
// Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
|
||||||
// More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd
|
// More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd
|
||||||
// TODO: how do we prevent errors in the filesystem from compromising the machine
|
// TODO: how do we prevent errors in the filesystem from compromising the machine
|
||||||
// +optional
|
// +optional
|
||||||
@ -1611,7 +1611,7 @@ type CSIPersistentVolumeSource struct {
|
|||||||
|
|
||||||
// Filesystem type to mount.
|
// Filesystem type to mount.
|
||||||
// Must be a filesystem type supported by the host operating system.
|
// Must be a filesystem type supported by the host operating system.
|
||||||
// Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
|
// Ex. "ext4", "xfs", "ntfs".
|
||||||
// +optional
|
// +optional
|
||||||
FSType string `json:"fsType,omitempty" protobuf:"bytes,4,opt,name=fsType"`
|
FSType string `json:"fsType,omitempty" protobuf:"bytes,4,opt,name=fsType"`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user