Skip to content

Commit 370a257

Browse files
authored
Merge pull request kubernetes#17858 from rramkumar1/bastion-field-path
Support API field mapping for bastion.loadBalancer.type
2 parents c4a8d22 + ac053dd commit 370a257

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/apis/kops/fieldmap.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,6 @@ var clusterFieldMappings = []struct {
8181
}{
8282
{V1Alpha2: "spec.masterPublicName", V1Alpha3: "spec.api.publicName"},
8383
{V1Alpha2: "spec.topology.dns.type", V1Alpha3: "spec.networking.topology.dns"},
84+
{V1Alpha2: "spec.topology.bastion.loadBalancer.type", V1Alpha3: "spec.networking.topology.bastion.loadBalancer.type"},
8485
{V1Alpha2: "spec.externalDns.provider", V1Alpha3: "spec.externalDNS.provider"},
8586
}

0 commit comments

Comments
 (0)