OBJECT

KubernetesKindPersistentVolumeSpecHostPath

HostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

link GraphQL Schema definition

  • type KubernetesKindPersistentVolumeSpecHostPath {
  • # Path of the directory on the host. If the path is a symlink, it will follow the
  • # link to the real path. More info:
  • # https://kubernetes.io/docs/concepts/storage/volumes#hostpath
  • path: String
  • # Type for HostPath Volume Defaults to "" More info:
  • # https://kubernetes.io/docs/concepts/storage/volumes#hostpath
  • type: String
  • }