Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.16 KB

v1_cluster_trust_bundle_projection.md

File metadata and controls

14 lines (10 loc) · 1.16 KB

v1_cluster_trust_bundle_projection_t

Properties

Name Type Description Notes
label_selector v1_label_selector_t * [optional]
name char * Select a single ClusterTrustBundle by object name. Mutually-exclusive with signerName and labelSelector. [optional]
optional int If true, don't block pod startup if the referenced ClusterTrustBundle(s) aren't available. If using name, then the named ClusterTrustBundle is allowed not to exist. If using signerName, then the combination of signerName and labelSelector is allowed to match zero ClusterTrustBundles. [optional]
path char * Relative path from the volume root to write the bundle.
signer_name char * Select all ClusterTrustBundles that match this signer name. Mutually-exclusive with name. The contents of all selected ClusterTrustBundles will be unified and deduplicated. [optional]

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