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 Details

  • Constructor Details

    • V1ClusterTrustBundleProjection

      public V1ClusterTrustBundleProjection(String path)
  • Method Details

    • getPath

      public String getPath()
      Relative path from the volume root to write the bundle.
      Returns:
      the path property value
    • setPath

      public void setPath(String path)
      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

      public V1LabelSelector getLabelSelector()
      Returns:
      the labelSelector property value
    • setLabelSelector

      public void setLabelSelector(V1LabelSelector labelSelector)
      Set the labelSelector property value
      Parameters:
      labelSelector - property value to set
    • labelSelector

      public V1ClusterTrustBundleProjection labelSelector(V1LabelSelector labelSelector)
      Set labelSelector in a chainable fashion.
      Returns:
      The same instance of V1ClusterTrustBundleProjection for chaining.
    • getName

      public String getName()
      Select a single ClusterTrustBundle by object name. Mutually-exclusive with signerName and labelSelector.
      Returns:
      the name property value
    • setName

      public void setName(String name)
      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

      public Boolean 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

      public void setOptional(Boolean optional)
      Set the optional property value
      Parameters:
      optional - property value to set
    • optional

      public V1ClusterTrustBundleProjection optional(Boolean optional)
      Set optional in a chainable fashion.
      Returns:
      The same instance of V1ClusterTrustBundleProjection for chaining.
    • getSignerName

      public String 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

      public void setSignerName(String signerName)
      Set the signerName property value
      Parameters:
      signerName - property value to set
    • signerName

      public V1ClusterTrustBundleProjection signerName(String signerName)
      Set signerName in a chainable fashion.
      Returns:
      The same instance of V1ClusterTrustBundleProjection for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object