NamespacedGkeDeploymentTarget constructor

NamespacedGkeDeploymentTarget({
  1. String? clusterNamespace,
  2. String? targetGkeCluster,
})

Implementation

NamespacedGkeDeploymentTarget({
  this.clusterNamespace,
  this.targetGkeCluster,
});