Use +default for now deprecated AzureDisk volume
This commit is contained in:
@@ -313,6 +313,7 @@
|
||||
"description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.",
|
||||
"properties": {
|
||||
"cachingMode": {
|
||||
"default": "ReadWrite",
|
||||
"description": "cachingMode is the Host Caching mode: None, Read Only, Read Write.",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -327,14 +328,17 @@
|
||||
"type": "string"
|
||||
},
|
||||
"fsType": {
|
||||
"default": "ext4",
|
||||
"description": "fsType is Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.",
|
||||
"type": "string"
|
||||
},
|
||||
"kind": {
|
||||
"default": "Shared",
|
||||
"description": "kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared",
|
||||
"type": "string"
|
||||
},
|
||||
"readOnly": {
|
||||
"default": false,
|
||||
"description": "readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
|
||||
"type": "boolean"
|
||||
}
|
||||
|
@@ -1421,6 +1421,7 @@
|
||||
"description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.",
|
||||
"properties": {
|
||||
"cachingMode": {
|
||||
"default": "ReadWrite",
|
||||
"description": "cachingMode is the Host Caching mode: None, Read Only, Read Write.",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -1435,14 +1436,17 @@
|
||||
"type": "string"
|
||||
},
|
||||
"fsType": {
|
||||
"default": "ext4",
|
||||
"description": "fsType is Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.",
|
||||
"type": "string"
|
||||
},
|
||||
"kind": {
|
||||
"default": "Shared",
|
||||
"description": "kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared",
|
||||
"type": "string"
|
||||
},
|
||||
"readOnly": {
|
||||
"default": false,
|
||||
"description": "readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
|
||||
"type": "boolean"
|
||||
}
|
||||
|
@@ -770,6 +770,7 @@
|
||||
"description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.",
|
||||
"properties": {
|
||||
"cachingMode": {
|
||||
"default": "ReadWrite",
|
||||
"description": "cachingMode is the Host Caching mode: None, Read Only, Read Write.",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -784,14 +785,17 @@
|
||||
"type": "string"
|
||||
},
|
||||
"fsType": {
|
||||
"default": "ext4",
|
||||
"description": "fsType is Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.",
|
||||
"type": "string"
|
||||
},
|
||||
"kind": {
|
||||
"default": "Shared",
|
||||
"description": "kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared",
|
||||
"type": "string"
|
||||
},
|
||||
"readOnly": {
|
||||
"default": false,
|
||||
"description": "readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
|
||||
"type": "boolean"
|
||||
}
|
||||
|
@@ -32,6 +32,7 @@
|
||||
"description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.",
|
||||
"properties": {
|
||||
"cachingMode": {
|
||||
"default": "ReadWrite",
|
||||
"description": "cachingMode is the Host Caching mode: None, Read Only, Read Write.",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -46,14 +47,17 @@
|
||||
"type": "string"
|
||||
},
|
||||
"fsType": {
|
||||
"default": "ext4",
|
||||
"description": "fsType is Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.",
|
||||
"type": "string"
|
||||
},
|
||||
"kind": {
|
||||
"default": "Shared",
|
||||
"description": "kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared",
|
||||
"type": "string"
|
||||
},
|
||||
"readOnly": {
|
||||
"default": false,
|
||||
"description": "readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
|
||||
"type": "boolean"
|
||||
}
|
||||
|
Reference in New Issue
Block a user