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 | |
---|---|
Name | Description |
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 |
MutableMapping[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 .
|
Classes
BackupCrdVersionsEntry
BackupCrdVersionsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
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 |