"description":"FlexPersistentVolumeSource represents a generic persistent volume resource that is provisioned/attached using an exec based plugin.",
"required":[
"driver"
],
"properties":{
"driver":{
"description":"Driver is the name of the driver to use for this volume.",
"type":"string"
},
"fsType":{
"description":"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script.",
"type":"string"
},
"options":{
"description":"Optional: Extra command options if any.",
"type":"object",
"additionalProperties":{
"type":"string"
}
},
"readOnly":{
"description":"Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
"type":"boolean"
},
"secretRef":{
"description":"Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.",
"description":"Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running",
"description":"Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running"
},
"flexVolume":{
"$ref":"v1.FlexVolumeSource",
"$ref":"v1.FlexPersistentVolumeSource",
"description":"FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin."
},
"azureFile":{
...
...
@@ -21020,9 +21020,9 @@
}
}
},
"v1.FlexVolumeSource":{
"id":"v1.FlexVolumeSource",
"description":"FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.",
"v1.FlexPersistentVolumeSource":{
"id":"v1.FlexPersistentVolumeSource",
"description":"FlexPersistentVolumeSource represents a generic persistent volume resource that is provisioned/attached using an exec based plugin.",
"required":[
"driver"
],
...
...
@@ -21036,7 +21036,7 @@
"description":"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script."
},
"secretRef":{
"$ref":"v1.LocalObjectReference",
"$ref":"v1.SecretReference",
"description":"Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts."
},
"readOnly":{
...
...
@@ -21049,16 +21049,6 @@
}
}
},
"v1.LocalObjectReference":{
"id":"v1.LocalObjectReference",
"description":"LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.",
"properties":{
"name":{
"type":"string",
"description":"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
}
}
},
"v1.AzureFilePersistentVolumeSource":{
"id":"v1.AzureFilePersistentVolumeSource",
"description":"AzureFile represents an Azure File Service mount on the host and bind mount to the pod.",
...
...
@@ -21803,6 +21793,16 @@
}
}
},
"v1.LocalObjectReference":{
"id":"v1.LocalObjectReference",
"description":"LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.",
"properties":{
"name":{
"type":"string",
"description":"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
}
}
},
"v1.PersistentVolumeClaimVolumeSource":{
"id":"v1.PersistentVolumeClaimVolumeSource",
"description":"PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).",
...
...
@@ -21865,6 +21865,35 @@
}
}
},
"v1.FlexVolumeSource":{
"id":"v1.FlexVolumeSource",
"description":"FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.",
"required":[
"driver"
],
"properties":{
"driver":{
"type":"string",
"description":"Driver is the name of the driver to use for this volume."
},
"fsType":{
"type":"string",
"description":"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script."
},
"secretRef":{
"$ref":"v1.LocalObjectReference",
"description":"Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts."
},
"readOnly":{
"type":"boolean",
"description":"Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
},
"options":{
"type":"object",
"description":"Optional: Extra command options if any."
}
}
},
"v1.CephFSVolumeSource":{
"id":"v1.CephFSVolumeSource",
"description":"Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.",
"":"FlexPersistentVolumeSource represents a generic persistent volume resource that is provisioned/attached using an exec based plugin.",
"driver":"Driver is the name of the driver to use for this volume.",
"fsType":"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script.",
"secretRef":"Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.",
"readOnly":"Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
"options":"Optional: Extra command options if any.",