GkeClusterConfig constructor
GkeClusterConfig({
- String? gkeClusterTarget,
- NamespacedGkeDeploymentTarget? namespacedGkeDeploymentTarget,
- List<
GkeNodePoolTarget> ? nodePoolTarget,
Implementation
GkeClusterConfig({
this.gkeClusterTarget,
this.namespacedGkeDeploymentTarget,
this.nodePoolTarget,
});