ClusterMetadataResponse

data class ClusterMetadataResponse(val anthosVersion: String, val backupCrdVersions: Map<String, String>, val cluster: String, val gkeVersion: String, val k8sVersion: String)

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

Constructors

Link copied to clipboard
fun ClusterMetadataResponse(anthosVersion: String, backupCrdVersions: Map<String, String>, cluster: String, gkeVersion: String, k8sVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Anthos version

Link copied to clipboard

A list of the Backup for GKE CRD versions found in the cluster.

Link copied to clipboard

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.

Link copied to clipboard

GKE version

Link copied to clipboard

The Kubernetes server version of the source cluster. //////