python/kubernetes/docs/V1VolumeProjection.md
2024-08-29 21:25:25 +00:00

906 B

V1VolumeProjection

Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.

Properties

Name Type Description Notes
cluster_trust_bundle V1ClusterTrustBundleProjection [optional]
config_map V1ConfigMapProjection [optional]
downward_api V1DownwardAPIProjection [optional]
secret V1SecretProjection [optional]
service_account_token V1ServiceAccountTokenProjection [optional]

[Back to Model list] [Back to API list] [Back to README]