| labelSelector |
object |
Select all ClusterTrustBundles that match this label selector. Only has effect if signerName is set. Mutually-exclusive with name. If unset, interpreted as "match nothing". If set but empty, interpret |
| name |
string |
Select a single ClusterTrustBundle by object name. Mutually-exclusive with signerName and labelSelector. |
| optional |
boolean |
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 combi |
| path |
string |
Relative path from the volume root to write the bundle. |
| signerName |
string |
Select all ClusterTrustBundles that match this signer name. Mutually-exclusive with name. The contents of all selected ClusterTrustBundles will be unified and deduplicated. |