Reference documentation and code samples for the Backup for GKE V1 API class Google::Cloud::GkeBackup::V1::Backup::ClusterMetadata.
Information about the GKE cluster from which this Backup was created.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#anthos_version
def anthos_version() -> ::String
-
(::String) — Output only. Anthos version
Note: The following fields are mutually exclusive:
anthos_version
,gke_version
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#backup_crd_versions
def backup_crd_versions() -> ::Google::Protobuf::Map{::String => ::String}
- (::Google::Protobuf::Map{::String => ::String}) — Output only. A list of the Backup for GKE CRD versions found in the cluster.
#cluster
def cluster() -> ::String
-
(::String) — Output only. 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.
#gke_version
def gke_version() -> ::String
-
(::String) — Output only. GKE version
Note: The following fields are mutually exclusive:
gke_version
,anthos_version
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#k8s_version
def k8s_version() -> ::String
- (::String) — Output only. The Kubernetes server version of the source cluster.