Files
c/kubernetes/docs/v1_cluster_trust_bundle_projection.md
Kubernetes Prow Robot 6d68c83d69 Automated openapi generation from release-1.29
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2024-01-23 12:51:46 +00:00

1.2 KiB

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]