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

15 lines
1.2 KiB
Markdown

# v1_cluster_trust_bundle_projection_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**label_selector** | [**v1_label_selector_t**](v1_label_selector.md) \* | | [optional]
**name** | **char \*** | Select a single ClusterTrustBundle by object name. Mutually-exclusive with signerName and labelSelector. | [optional]
**optional** | **int** | If true, don&#39;t block pod startup if the referenced ClusterTrustBundle(s) aren&#39;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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)