Class V1ClusterTrustBundleProjection
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1ClusterTrustBundleProjection
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
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
getName()
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) Set labelSelector in a chainable fashion.Set name in a chainable fashion.Set optional in a chainable fashion.Set path in a chainable fashion.void
setLabelSelector
(V1LabelSelector labelSelector) Set the labelSelector property valuevoid
Set the name property valuevoid
setOptional
(Boolean optional) Set the optional property valuevoid
Set the path property valuevoid
setSignerName
(String signerName) Set the signerName property valuesignerName
(String signerName) Set signerName in a chainable fashion.toString()
-
Field Details
-
JSON_PROPERTY_PATH
- See Also:
-
JSON_PROPERTY_LABEL_SELECTOR
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_OPTIONAL
- See Also:
-
JSON_PROPERTY_SIGNER_NAME
- See Also:
-
-
Constructor Details
-
V1ClusterTrustBundleProjection
-
-
Method Details
-
getPath
Relative path from the volume root to write the bundle.- Returns:
- the path property value
-
setPath
Set the path property value- Parameters:
path
- property value to set
-
path
Set path in a chainable fashion.- Returns:
- The same instance of V1ClusterTrustBundleProjection for chaining.
-
getLabelSelector
- Returns:
- the labelSelector property value
-
setLabelSelector
Set the labelSelector property value- Parameters:
labelSelector
- property value to set
-
labelSelector
Set labelSelector in a chainable fashion.- Returns:
- The same instance of V1ClusterTrustBundleProjection for chaining.
-
getName
Select a single ClusterTrustBundle by object name. Mutually-exclusive with signerName and labelSelector.- Returns:
- the name property value
-
setName
Set the name property value- Parameters:
name
- property value to set
-
name
Set name in a chainable fashion.- Returns:
- The same instance of V1ClusterTrustBundleProjection for chaining.
-
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:
- the optional property value
-
setOptional
Set the optional property value- Parameters:
optional
- property value to set
-
optional
Set optional in a chainable fashion.- Returns:
- The same instance of V1ClusterTrustBundleProjection for chaining.
-
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:
- the signerName property value
-
setSignerName
Set the signerName property value- Parameters:
signerName
- property value to set
-
signerName
Set signerName in a chainable fashion.- Returns:
- The same instance of V1ClusterTrustBundleProjection for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-