clusterTemplate_spec_cluster_controlPlaneSpec_kubeadmConfigTemplate_clusterConfiguration_apiServer_extraVolumes

clusterTemplate_spec_cluster_controlPlaneSpec_kubeadmConfigTemplate_clusterConfiguration_apiServer_extraVolumes
clusterTemplate_spec_cluster_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
Optional

HostPath is the path in the host that will be mounted inside the pod.

string
mountPath
Optional

MountPath is the path inside the pod where hostPath will be mounted.

string
name
Optional

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