UNPKG

@jkcfg/kubernetes

Version:
19 lines 733 B
{ "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.api.core.v1.ConfigMapProjection" }, "downwardAPI": { "description": "information about the downwardAPI data to project", "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIProjection" }, "secret": { "description": "information about the secret data to project", "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretProjection" } }, "$schema": "http://json-schema.org/schema#", "type": "object" }