ManagedCluster constructor

ManagedCluster({
  1. String? clusterName,
  2. ClusterConfig? config,
  3. Map<String, String>? labels,
})

Implementation

ManagedCluster({this.clusterName, this.config, this.labels});