Interface EksSecret.Builder

    • Method Detail

      • secretName

        EksSecret.Builder secretName​(String secretName)

        The name of the secret. The name must be allowed as a DNS subdomain name. For more information, see DNS subdomain names in the Kubernetes documentation.

        Parameters:
        secretName - The name of the secret. The name must be allowed as a DNS subdomain name. For more information, see DNS subdomain names in the Kubernetes documentation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • optional

        EksSecret.Builder optional​(Boolean optional)

        Specifies whether the secret or the secret's keys must be defined.

        Parameters:
        optional - Specifies whether the secret or the secret's keys must be defined.
        Returns:
        Returns a reference to this object so that method calls can be chained together.