{
  "description": "Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.",
  "properties": {
    "clusterTrustBundle": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.32.2/_definitions.json#/definitions/io.k8s.api.core.v1.ClusterTrustBundleProjection",
      "description": "ClusterTrustBundle allows a pod to access the `.spec.trustBundle` field of ClusterTrustBundle objects in an auto-updating file.\n\nAlpha, gated by the ClusterTrustBundleProjection feature gate.\n\nClusterTrustBundle objects can either be selected by name, or by the combination of signer name and a label selector.\n\nKubelet performs aggressive normalization of the PEM contents written into the pod filesystem.  Esoteric PEM features such as inter-block comments and block headers are stripped.  Certificates are deduplicated. The ordering of certificates within the file is arbitrary, and Kubelet may change the order over time."
    },
    "configMap": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.32.2/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapProjection",
      "description": "configMap information about the configMap data to project"
    },
    "downwardAPI": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.32.2/_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIProjection",
      "description": "downwardAPI information about the downwardAPI data to project"
    },
    "secret": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.32.2/_definitions.json#/definitions/io.k8s.api.core.v1.SecretProjection",
      "description": "secret information about the secret data to project"
    },
    "serviceAccountToken": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.32.2/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceAccountTokenProjection",
      "description": "serviceAccountToken is information about the serviceAccountToken data to project"
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}