Gke Cluster Config Args
data class GkeClusterConfigArgs(val namespacedGkeDeploymentTarget: Output<NamespacedGkeDeploymentTargetArgs>? = null) : ConvertibleToJava<GkeClusterConfigArgs>
The GKE config for this cluster.
Constructors
Link copied to clipboard
fun GkeClusterConfigArgs(namespacedGkeDeploymentTarget: Output<NamespacedGkeDeploymentTargetArgs>? = null)