未验证 提交 bb8d5a22 编写于 作者: C Colleen Murphy 提交者: GitHub

Merge pull request #32069 from cmurphy/fix-delete-imported-master

Add Imported field to GKE upstream spec builder
......@@ -25,6 +25,7 @@ func BuildGKEUpstreamSpec(secretsCache wranglerv1.SecretCache, cluster *mgmtv3.C
upstreamSpec.Zone = cluster.Spec.GKEConfig.Zone
upstreamSpec.GoogleCredentialSecret = cluster.Spec.GKEConfig.GoogleCredentialSecret
upstreamSpec.ProjectID = cluster.Spec.GKEConfig.ProjectID
upstreamSpec.Imported = cluster.Spec.GKEConfig.Imported
return upstreamSpec, nil
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册