rancher v2.15.1

EncryptionKeyRotation.spec

Spec defines the desired state of the EncryptionKeyRotation.

3 fields
EncryptionKeyRotation.spec fields and descriptions
Field / TypeDescription
object required

ClusterRef is a reference to the Cluster this operation is associated with.

  • x-kubernetes-map-type: "atomic"
paused
boolean

Paused indicates whether the operation is paused. When paused, the operation will halt execution.

ttl
integer

TTL is the time-to-live for the operation in seconds. This TTL is only enforced when the operation is not paused and has reached a terminal state. Setting a value < 0 represents +infinity, i.e. an operation which does not expire. The default value is `0`. A value == 0 expires immediately.

  • format: int64