ClusterEncryptionConfig

data class ClusterEncryptionConfig(val provider: ClusterProvider? = null, val resources: List<String>? = null)

The encryption configuration for the cluster

Constructors

Link copied to clipboard
constructor(provider: ClusterProvider? = null, resources: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The encryption provider for the cluster.

Link copied to clipboard
val resources: List<String>? = null

Specifies the resources to be encrypted. The only supported value is "secrets".