We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4a8d22 + ac053dd commit 370a257Copy full SHA for 370a257
pkg/apis/kops/fieldmap.go
@@ -81,5 +81,6 @@ var clusterFieldMappings = []struct {
81
}{
82
{V1Alpha2: "spec.masterPublicName", V1Alpha3: "spec.api.publicName"},
83
{V1Alpha2: "spec.topology.dns.type", V1Alpha3: "spec.networking.topology.dns"},
84
+ {V1Alpha2: "spec.topology.bastion.loadBalancer.type", V1Alpha3: "spec.networking.topology.bastion.loadBalancer.type"},
85
{V1Alpha2: "spec.externalDns.provider", V1Alpha3: "spec.externalDNS.provider"},
86
}
0 commit comments