Class ClusterResourceRestoreScope (0.2.1)

ClusterResourceRestoreScope(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Identifies the cluster-scoped resources to restore from the Backup.

Attribute

NameDescription
selected_group_kinds Sequence[google.cloud.gke_backup_v1.types.RestoreConfig.GroupKind]
A list of "types" of cluster-scoped resources to be restored from the Backup. An empty list means that NO cluster-scoped resources will be restored. Note that Namespaces and PersistentVolume restoration is handled separately and is not governed by this field.

Inheritance

builtins.object > proto.message.Message > ClusterResourceRestoreScope