ClusterMetadata constructor

ClusterMetadata({
  1. String? anthosVersion,
  2. Map<String, String>? backupCrdVersions,
  3. String? cluster,
  4. String? gkeVersion,
  5. String? k8sVersion,
})

Implementation

ClusterMetadata({
  this.anthosVersion,
  this.backupCrdVersions,
  this.cluster,
  this.gkeVersion,
  this.k8sVersion,
});