Interface ISecret

    • Method Detail

      • envValue

        @Stability(Stable)
        @NotNull
        EnvValue envValue​(@NotNull
                          String key,
                          @Nullable
                          EnvValueFromSecretOptions options)
        Returns EnvValue object from a secret's key.

        Parameters:
        key - Secret's key. This parameter is required.
        options - Additional EnvValue options.
      • envValue

        @Stability(Stable)
        @NotNull
        EnvValue envValue​(@NotNull
                          String key)
        Returns EnvValue object from a secret's key.

        Parameters:
        key - Secret's key. This parameter is required.