Module: Google::Container::V1::DatabaseEncryption::State

Defined in:
lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb

Overview

State of etcd encryption.

Constant Summary collapse

UNKNOWN =

Should never be set

0
ENCRYPTED =

Secrets in etcd are encrypted.

1
DECRYPTED =

Secrets in etcd are stored in plain text (at etcd level) - this is unrelated to GCE level full disk encryption.

2