Interface CommonSecretProps

    • Method Detail

      • getImmutable

        @Stability(Stable)
        @Nullable
        default Boolean getImmutable()
        If set to true, ensures that data stored in the Secret cannot be updated (only object metadata can be modified).

        If not set to true, the field can be modified at any time.

        Default: false