Interface SecretProps

    • Method Detail

      • getStringData

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getStringData()
        stringData allows specifying non-binary secret data in string form.

        It is provided as a write-only convenience method. All keys and values are merged into the data field on write, overwriting any existing values. It is never output when reading from the API.

      • getType

        @Stability(Stable)
        @Nullable
        default String getType()
        Optional type associated with the secret.

        Used to facilitate programmatic handling of secret data by various controllers.

        Default: undefined - Don't set a type.