@jkcfg/kubernetes
Version:
jk Kubernetes library
19 lines • 771 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"description": "Projection that may be projected along with other supported volume types",
"properties": {
"configMap": {
"description": "information about the configMap data to project",
"$ref": "_definitions.json#/definitions/io.k8s.kubernetes.pkg.api.v1.ConfigMapProjection"
},
"secret": {
"description": "information about the secret data to project",
"$ref": "_definitions.json#/definitions/io.k8s.kubernetes.pkg.api.v1.SecretProjection"
},
"downwardAPI": {
"description": "information about the downwardAPI data to project",
"$ref": "_definitions.json#/definitions/io.k8s.kubernetes.pkg.api.v1.DownwardAPIProjection"
}
}
}