Class V1ClusterTrustBundleProjection
java.lang.Object
io.kubernetes.client.openapi.models.V1ClusterTrustBundleProjection
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-12T23:08:31.638427Z[Etc/UTC]")
public class V1ClusterTrustBundleProjection
extends Object
ClusterTrustBundleProjection describes how to select a set of ClusterTrustBundle objects and project their contents into the pod filesystem.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get labelSelectorgetName()
Select a single ClusterTrustBundle by object name.If true, don't block pod startup if the referenced ClusterTrustBundle(s) aren't available.getPath()
Relative path from the volume root to write the bundle.Select all ClusterTrustBundles that match this signer name.int
hashCode()
labelSelector
(V1LabelSelector labelSelector) void
setLabelSelector
(V1LabelSelector labelSelector) void
void
setOptional
(Boolean optional) void
void
setSignerName
(String signerName) signerName
(String signerName) toString()
-
Field Details
-
SERIALIZED_NAME_LABEL_SELECTOR
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_OPTIONAL
- See Also:
-
SERIALIZED_NAME_PATH
- See Also:
-
SERIALIZED_NAME_SIGNER_NAME
- See Also:
-
-
Constructor Details
-
V1ClusterTrustBundleProjection
public V1ClusterTrustBundleProjection()
-
-
Method Details
-
labelSelector
-
getLabelSelector
Get labelSelector- Returns:
- labelSelector
-
setLabelSelector
-
name
-
getName
Select a single ClusterTrustBundle by object name. Mutually-exclusive with signerName and labelSelector.- Returns:
- name
-
setName
-
optional
-
getOptional
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.- Returns:
- optional
-
setOptional
-
path
-
getPath
Relative path from the volume root to write the bundle.- Returns:
- path
-
setPath
-
signerName
-
getSignerName
Select all ClusterTrustBundles that match this signer name. Mutually-exclusive with name. The contents of all selected ClusterTrustBundles will be unified and deduplicated.- Returns:
- signerName
-
setSignerName
-
equals
-
hashCode
public int hashCode() -
toString
-