Kazan v0.9.0 Kazan.Apis.Core.V1.HostPathVolumeSource View Source

Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.

OpenAPI Definition: io.k8s.api.core.v1.HostPathVolumeSource

Properties

  • path :: String

    • Path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info.
  • type :: String

    • Type for HostPath Volume Defaults to “” More info.