Class SecretDetail.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • secretName

        public SecretDetail.Builder secretName​(String secretName)
        Name of the kubernetes secret of max length 63 and contain only lowercase alphanumeric characters or ‘-’ and start and end with an alphabetic character.
        Parameters:
        secretName - the value to set
        Returns:
        this builder
      • templateObjectStoragePath

        public SecretDetail.Builder templateObjectStoragePath​(String templateObjectStoragePath)
        Object storage path for the secret template to be used for creating secret otherwise it will be created with default template.
        Parameters:
        templateObjectStoragePath - the value to set
        Returns:
        this builder
      • secretData

        public SecretDetail.Builder secretData​(List<SecretData> secretData)
        List of kubernetes secret data.
        Parameters:
        secretData - the value to set
        Returns:
        this builder