GkeClusterConfig constructor

GkeClusterConfig({
  1. String? gkeClusterTarget,
  2. NamespacedGkeDeploymentTarget? namespacedGkeDeploymentTarget,
  3. List<GkeNodePoolTarget>? nodePoolTarget,
})

Implementation

GkeClusterConfig({
  this.gkeClusterTarget,
  this.namespacedGkeDeploymentTarget,
  this.nodePoolTarget,
});