Class SecretData.Builder

  • Enclosing class:
    SecretData

    public static class SecretData.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • key

        public SecretData.Builder key​(String key)
        Data key in the kubernetes secret.
        Parameters:
        key - the value to set
        Returns:
        this builder
      • secretId

        public SecretData.Builder secretId​(String secretId)
        OCID of the Oci vault secret that provides the value for this key.

        The latest active secret version is used at deploy time unless otherwise configured.

        Parameters:
        secretId - the value to set
        Returns:
        this builder