Class ClusterMetadata (0.2.1)

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

Information about the GKE cluster from which this Backup was created.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
cluster str
The source cluster from which this Backup was created. Valid formats: - ``projects/*/locations/*/clusters/*`` - ``projects/*/zones/*/clusters/*`` This is inherited from the parent BackupPlan's cluster field.
k8s_version str
The Kubernetes server version of the source cluster.
backup_crd_versions Mapping[str, str]
A list of the Backup for GKE CRD versions found in the cluster.
gke_version str
GKE version This field is a member of `oneof`_ ``platform_version``.
anthos_version str
Anthos version This field is a member of `oneof`_ ``platform_version``.

Inheritance

builtins.object > proto.message.Message > ClusterMetadata

Classes

BackupCrdVersionsEntry

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

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, `.Message`]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.