@jkcfg/kubernetes
Version:
jk Kubernetes library
17 lines • 470 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"required": [
"path"
],
"type": "object",
"description": "Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.",
"properties": {
"path": {
"type": [
"string",
"null"
],
"description": "Path of the directory on the host. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath"
}
}
}