NamespacedGkeDeploymentTarget.fromJson constructor

NamespacedGkeDeploymentTarget.fromJson(
  1. Map json_
)

Implementation

NamespacedGkeDeploymentTarget.fromJson(core.Map json_)
  : this(
      clusterNamespace: json_['clusterNamespace'] as core.String?,
      targetGkeCluster: json_['targetGkeCluster'] as core.String?,
    );