"description":"Pod volumes to mount into the container's filesystem. Cannot be updated.",
"type":"array",
...
...
@@ -75704,6 +75713,10 @@
"description":"Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1",
"type":"string"
},
"volumeMode":{
"description":"volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is an alpha feature and may change in the future.",
"type":"string"
},
"volumeName":{
"description":"VolumeName is the binding reference to the PersistentVolume backing this claim.",
"type":"string"
...
...
@@ -75912,6 +75925,10 @@
"description":"StorageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod More info: https://releases.k8s.io/HEAD/examples/volumes/storageos/README.md",
"description":"volumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. This is an alpha feature and may change in the future.",
"type":"string"
},
"vsphereVolume":{
"description":"VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine",
"description":"Pod volumes to mount into the container's filesystem. Cannot be updated."
},
"volumeDevices":{
"type":"array",
"items":{
"$ref":"v1.VolumeDevice"
},
"description":"volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future."
},
"livenessProbe":{
"$ref":"v1.Probe",
"description":"Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes"
...
...
@@ -8077,6 +8084,24 @@
"id":"v1.MountPropagationMode",
"properties":{}
},
"v1.VolumeDevice":{
"id":"v1.VolumeDevice",
"description":"volumeDevice describes a mapping of a raw block device within a container.",
"required":[
"name",
"devicePath"
],
"properties":{
"name":{
"type":"string",
"description":"name must match the name of a persistentVolumeClaim in the pod"
},
"devicePath":{
"type":"string",
"description":"devicePath is the path inside of the container that the device will be mapped to."
}
}
},
"v1.Probe":{
"id":"v1.Probe",
"description":"Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",
...
...
@@ -9268,6 +9293,10 @@
"storageClassName":{
"type":"string",
"description":"Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1"
},
"volumeMode":{
"$ref":"v1.PersistentVolumeMode",
"description":"volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is an alpha feature and may change in the future."
}
}
},
...
...
@@ -9275,6 +9304,10 @@
"id":"v1.PersistentVolumeAccessMode",
"properties":{}
},
"v1.PersistentVolumeMode":{
"id":"v1.PersistentVolumeMode",
"properties":{}
},
"v1.PersistentVolumeClaimStatus":{
"id":"v1.PersistentVolumeClaimStatus",
"description":"PersistentVolumeClaimStatus is the current status of a persistent volume claim.",
"description":"Pod volumes to mount into the container's filesystem. Cannot be updated."
},
"volumeDevices":{
"type":"array",
"items":{
"$ref":"v1.VolumeDevice"
},
"description":"volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future."
},
"livenessProbe":{
"$ref":"v1.Probe",
"description":"Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes"
...
...
@@ -5711,6 +5718,24 @@
"id":"v1.MountPropagationMode",
"properties":{}
},
"v1.VolumeDevice":{
"id":"v1.VolumeDevice",
"description":"volumeDevice describes a mapping of a raw block device within a container.",
"required":[
"name",
"devicePath"
],
"properties":{
"name":{
"type":"string",
"description":"name must match the name of a persistentVolumeClaim in the pod"
},
"devicePath":{
"type":"string",
"description":"devicePath is the path inside of the container that the device will be mapped to."
}
}
},
"v1.Probe":{
"id":"v1.Probe",
"description":"Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",
...
...
@@ -6576,6 +6601,10 @@
"storageClassName":{
"type":"string",
"description":"Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1"
},
"volumeMode":{
"$ref":"v1.PersistentVolumeMode",
"description":"volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is an alpha feature and may change in the future."
}
}
},
...
...
@@ -6583,6 +6612,10 @@
"id":"v1.PersistentVolumeAccessMode",
"properties":{}
},
"v1.PersistentVolumeMode":{
"id":"v1.PersistentVolumeMode",
"properties":{}
},
"v1.PersistentVolumeClaimStatus":{
"id":"v1.PersistentVolumeClaimStatus",
"description":"PersistentVolumeClaimStatus is the current status of a persistent volume claim.",
"description":"Pod volumes to mount into the container's filesystem. Cannot be updated."
},
"volumeDevices":{
"type":"array",
"items":{
"$ref":"v1.VolumeDevice"
},
"description":"volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future."
},
"livenessProbe":{
"$ref":"v1.Probe",
"description":"Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes"
...
...
@@ -8076,6 +8083,24 @@
"id":"v1.MountPropagationMode",
"properties":{}
},
"v1.VolumeDevice":{
"id":"v1.VolumeDevice",
"description":"volumeDevice describes a mapping of a raw block device within a container.",
"required":[
"name",
"devicePath"
],
"properties":{
"name":{
"type":"string",
"description":"name must match the name of a persistentVolumeClaim in the pod"
},
"devicePath":{
"type":"string",
"description":"devicePath is the path inside of the container that the device will be mapped to."
}
}
},
"v1.Probe":{
"id":"v1.Probe",
"description":"Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",
...
...
@@ -9266,6 +9291,10 @@
"storageClassName":{
"type":"string",
"description":"Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1"
},
"volumeMode":{
"$ref":"v1.PersistentVolumeMode",
"description":"volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is an alpha feature and may change in the future."
}
}
},
...
...
@@ -9273,6 +9302,10 @@
"id":"v1.PersistentVolumeAccessMode",
"properties":{}
},
"v1.PersistentVolumeMode":{
"id":"v1.PersistentVolumeMode",
"properties":{}
},
"v1.PersistentVolumeClaimStatus":{
"id":"v1.PersistentVolumeClaimStatus",
"description":"PersistentVolumeClaimStatus is the current status of a persistent volume claim.",
"description":"Pod volumes to mount into the container's filesystem. Cannot be updated."
},
"volumeDevices":{
"type":"array",
"items":{
"$ref":"v1.VolumeDevice"
},
"description":"volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future."
},
"livenessProbe":{
"$ref":"v1.Probe",
"description":"Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes"
...
...
@@ -3051,6 +3058,24 @@
"id":"v1.MountPropagationMode",
"properties":{}
},
"v1.VolumeDevice":{
"id":"v1.VolumeDevice",
"description":"volumeDevice describes a mapping of a raw block device within a container.",
"required":[
"name",
"devicePath"
],
"properties":{
"name":{
"type":"string",
"description":"name must match the name of a persistentVolumeClaim in the pod"
},
"devicePath":{
"type":"string",
"description":"devicePath is the path inside of the container that the device will be mapped to."
}
}
},
"v1.Probe":{
"id":"v1.Probe",
"description":"Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",
"description":"Pod volumes to mount into the container's filesystem. Cannot be updated."
},
"volumeDevices":{
"type":"array",
"items":{
"$ref":"v1.VolumeDevice"
},
"description":"volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future."
},
"livenessProbe":{
"$ref":"v1.Probe",
"description":"Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes"
...
...
@@ -3106,6 +3113,24 @@
"id":"v1.MountPropagationMode",
"properties":{}
},
"v1.VolumeDevice":{
"id":"v1.VolumeDevice",
"description":"volumeDevice describes a mapping of a raw block device within a container.",
"required":[
"name",
"devicePath"
],
"properties":{
"name":{
"type":"string",
"description":"name must match the name of a persistentVolumeClaim in the pod"
},
"devicePath":{
"type":"string",
"description":"devicePath is the path inside of the container that the device will be mapped to."
}
}
},
"v1.Probe":{
"id":"v1.Probe",
"description":"Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",
"description":"Pod volumes to mount into the container's filesystem. Cannot be updated."
},
"volumeDevices":{
"type":"array",
"items":{
"$ref":"v1.VolumeDevice"
},
"description":"volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future."
},
"livenessProbe":{
"$ref":"v1.Probe",
"description":"Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes"
...
...
@@ -3106,6 +3113,24 @@
"id":"v1.MountPropagationMode",
"properties":{}
},
"v1.VolumeDevice":{
"id":"v1.VolumeDevice",
"description":"volumeDevice describes a mapping of a raw block device within a container.",
"required":[
"name",
"devicePath"
],
"properties":{
"name":{
"type":"string",
"description":"name must match the name of a persistentVolumeClaim in the pod"
},
"devicePath":{
"type":"string",
"description":"devicePath is the path inside of the container that the device will be mapped to."
}
}
},
"v1.Probe":{
"id":"v1.Probe",
"description":"Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",
"description":"Pod volumes to mount into the container's filesystem. Cannot be updated."
},
"volumeDevices":{
"type":"array",
"items":{
"$ref":"v1.VolumeDevice"
},
"description":"volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future."
},
"livenessProbe":{
"$ref":"v1.Probe",
"description":"Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes"
...
...
@@ -8719,6 +8726,24 @@
"id":"v1.MountPropagationMode",
"properties":{}
},
"v1.VolumeDevice":{
"id":"v1.VolumeDevice",
"description":"volumeDevice describes a mapping of a raw block device within a container.",
"required":[
"name",
"devicePath"
],
"properties":{
"name":{
"type":"string",
"description":"name must match the name of a persistentVolumeClaim in the pod"
},
"devicePath":{
"type":"string",
"description":"devicePath is the path inside of the container that the device will be mapped to."
}
}
},
"v1.Probe":{
"id":"v1.Probe",
"description":"Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",
"description":"Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1"
},
"volumeMode":{
"$ref":"v1.PersistentVolumeMode",
"description":"volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is an alpha feature and may change in the future."
}
}
},
...
...
@@ -20386,6 +20390,10 @@
}
}
},
"v1.PersistentVolumeMode":{
"id":"v1.PersistentVolumeMode",
"properties":{}
},
"v1.PersistentVolumeClaimStatus":{
"id":"v1.PersistentVolumeClaimStatus",
"description":"PersistentVolumeClaimStatus is the current status of a persistent volume claim.",
...
...
@@ -20621,6 +20629,10 @@
"type":"string"
},
"description":"A list of mount options, e.g. [\"ro\", \"soft\"]. Not validated - mount will simply fail if one is invalid. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options"
},
"volumeMode":{
"$ref":"v1.PersistentVolumeMode",
"description":"volumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. This is an alpha feature and may change in the future."
}
}
},
...
...
@@ -22147,6 +22159,13 @@
},
"description":"Pod volumes to mount into the container's filesystem. Cannot be updated."
},
"volumeDevices":{
"type":"array",
"items":{
"$ref":"v1.VolumeDevice"
},
"description":"volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future."
},
"livenessProbe":{
"$ref":"v1.Probe",
"description":"Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes"
...
...
@@ -22385,6 +22404,24 @@
"id":"v1.MountPropagationMode",
"properties":{}
},
"v1.VolumeDevice":{
"id":"v1.VolumeDevice",
"description":"volumeDevice describes a mapping of a raw block device within a container.",
"required":[
"name",
"devicePath"
],
"properties":{
"name":{
"type":"string",
"description":"name must match the name of a persistentVolumeClaim in the pod"
},
"devicePath":{
"type":"string",
"description":"devicePath is the path inside of the container that the device will be mapped to."
}
}
},
"v1.Probe":{
"id":"v1.Probe",
"description":"Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is an alpha feature and may change in the future.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">weight associated with matching the corresponding podAffinityTerm, in the range 1-100.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">weight associated with matching the corresponding podAffinityTerm, in the range 1-100.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: <ahref="https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes">https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">devicePath is the path inside of the container that the device will be mapped to.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is an alpha feature and may change in the future.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">weight associated with matching the corresponding podAffinityTerm, in the range 1-100.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">weight associated with matching the corresponding podAffinityTerm, in the range 1-100.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: <ahref="https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes">https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">devicePath is the path inside of the container that the device will be mapped to.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is an alpha feature and may change in the future.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">weight associated with matching the corresponding podAffinityTerm, in the range 1-100.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">weight associated with matching the corresponding podAffinityTerm, in the range 1-100.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: <ahref="https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes">https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">devicePath is the path inside of the container that the device will be mapped to.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: <ahref="https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes">https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">devicePath is the path inside of the container that the device will be mapped to.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: <ahref="https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes">https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">devicePath is the path inside of the container that the device will be mapped to.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: <ahref="https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes">https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">devicePath is the path inside of the container that the device will be mapped to.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: <ahref="https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes">https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">devicePath is the path inside of the container that the device will be mapped to.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is an alpha feature and may change in the future.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: <ahref="https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes">https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">volumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. This is an alpha feature and may change in the future.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">devicePath is the path inside of the container that the device will be mapped to.</p></td>
@@ -289,6 +289,7 @@ var map_Container = map[string]string{
"env":"List of environment variables to set in the container. Cannot be updated.",
"resources":"Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources",
"volumeMounts":"Pod volumes to mount into the container's filesystem. Cannot be updated.",
"volumeDevices":"volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future.",
"livenessProbe":"Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes",
"readinessProbe":"Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes",
"lifecycle":"Actions that the management system should take in response to container lifecycle events. Cannot be updated.",
...
...
@@ -1162,6 +1163,7 @@ var map_PersistentVolumeClaimSpec = map[string]string{
"resources":"Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources",
"volumeName":"VolumeName is the binding reference to the PersistentVolume backing this claim.",
"storageClassName":"Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1",
"volumeMode":"volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is an alpha feature and may change in the future.",
@@ -1238,6 +1240,7 @@ var map_PersistentVolumeSpec = map[string]string{
"persistentVolumeReclaimPolicy":"What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming",
"storageClassName":"Name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass.",
"mountOptions":"A list of mount options, e.g. [\"ro\", \"soft\"]. Not validated - mount will simply fail if one is invalid. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options",
"volumeMode":"volumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. This is an alpha feature and may change in the future.",