cluster_spec_controlPlaneSpec_kubeadmConfigTemplate_clusterConfiguration_apiServer_extraVolumes
cluster_spec_controlPlaneSpec_kubeadmConfigTemplate_clusterConfiguration_apiServer_extraVolumes
HostPathMount contains elements describing volumes that are mounted from the host.
JSON Example
{
"mountPath": "mountPath",
"name": "name",
"readOnly": true,
"pathType": "pathType",
"hostPath": "hostPath"
}
string
hostPath
Required
HostPath is the path in the host that will be mounted inside the pod.
string
mountPath
Required
MountPath is the path inside the pod where hostPath will be mounted.
string
name
Required
Name of the volume inside the pod template.
string
pathType
Optional
PathType is the type of the HostPath.
boolean
readOnly
Optional
ReadOnly controls write access to the volume