@jkcfg/kubernetes
Version:
jk Kubernetes library
19 lines • 1.13 kB
JSON
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"description": "PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: http://kubernetes.io/docs/user-guide/persistent-volumes",
"properties": {
"status": {
"description": "Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes",
"$ref": "_definitions.json#/definitions/v1.PersistentVolumeStatus"
},
"spec": {
"description": "Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes",
"$ref": "_definitions.json#/definitions/v1.PersistentVolumeSpec"
},
"metadata": {
"description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata",
"$ref": "_definitions.json#/definitions/v1.ObjectMeta"
}
}
}