mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Fix typo fileystem -> filesystem
Signed-off-by: Mateusz Gozdek <mgozdek@microsoft.com>
This commit is contained in:
parent
0b4a793da2
commit
3066f1550f
2
api/openapi-spec/swagger.json
generated
2
api/openapi-spec/swagger.json
generated
@ -6377,7 +6377,7 @@
|
|||||||
"description": "Local represents directly-attached storage with node affinity (Beta feature)",
|
"description": "Local represents directly-attached storage with node affinity (Beta feature)",
|
||||||
"properties": {
|
"properties": {
|
||||||
"fsType": {
|
"fsType": {
|
||||||
"description": "Filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default value is to auto-select a fileystem if unspecified.",
|
"description": "Filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default value is to auto-select a filesystem if unspecified.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"path": {
|
"path": {
|
||||||
|
@ -1620,7 +1620,7 @@ type LocalVolumeSource struct {
|
|||||||
// Filesystem type to mount.
|
// Filesystem type to mount.
|
||||||
// It applies only when the Path is a block device.
|
// It applies only when the Path is a block device.
|
||||||
// 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". The default value is to auto-select a fileystem if unspecified.
|
// Ex. "ext4", "xfs", "ntfs". The default value is to auto-select a filesystem if unspecified.
|
||||||
// +optional
|
// +optional
|
||||||
FSType *string
|
FSType *string
|
||||||
}
|
}
|
||||||
|
@ -2055,7 +2055,7 @@ message LocalVolumeSource {
|
|||||||
// Filesystem type to mount.
|
// Filesystem type to mount.
|
||||||
// It applies only when the Path is a block device.
|
// It applies only when the Path is a block device.
|
||||||
// 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". The default value is to auto-select a fileystem if unspecified.
|
// Ex. "ext4", "xfs", "ntfs". The default value is to auto-select a filesystem if unspecified.
|
||||||
// +optional
|
// +optional
|
||||||
optional string fsType = 2;
|
optional string fsType = 2;
|
||||||
}
|
}
|
||||||
|
@ -1697,7 +1697,7 @@ type LocalVolumeSource struct {
|
|||||||
// Filesystem type to mount.
|
// Filesystem type to mount.
|
||||||
// It applies only when the Path is a block device.
|
// It applies only when the Path is a block device.
|
||||||
// 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". The default value is to auto-select a fileystem if unspecified.
|
// Ex. "ext4", "xfs", "ntfs". The default value is to auto-select a filesystem if unspecified.
|
||||||
// +optional
|
// +optional
|
||||||
FSType *string `json:"fsType,omitempty" protobuf:"bytes,2,opt,name=fsType"`
|
FSType *string `json:"fsType,omitempty" protobuf:"bytes,2,opt,name=fsType"`
|
||||||
}
|
}
|
||||||
|
@ -971,7 +971,7 @@ func (LocalObjectReference) SwaggerDoc() map[string]string {
|
|||||||
var map_LocalVolumeSource = map[string]string{
|
var map_LocalVolumeSource = map[string]string{
|
||||||
"": "Local represents directly-attached storage with node affinity (Beta feature)",
|
"": "Local represents directly-attached storage with node affinity (Beta feature)",
|
||||||
"path": "The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...).",
|
"path": "The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...).",
|
||||||
"fsType": "Filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default value is to auto-select a fileystem if unspecified.",
|
"fsType": "Filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default value is to auto-select a filesystem if unspecified.",
|
||||||
}
|
}
|
||||||
|
|
||||||
func (LocalVolumeSource) SwaggerDoc() map[string]string {
|
func (LocalVolumeSource) SwaggerDoc() map[string]string {
|
||||||
|
Loading…
Reference in New Issue
Block a user