Skip to content

Commit

Permalink
Make PreconfiguredNSG mutable
Browse files Browse the repository at this point in the history
  • Loading branch information
Maitiu O Ciarain committed Nov 6, 2024
1 parent fcbebae commit 1c26d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/admin/openshiftcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ type NetworkProfile struct {
APIServerPrivateEndpointIP string `json:"privateEndpointIp,omitempty"`
GatewayPrivateEndpointIP string `json:"gatewayPrivateEndpointIp,omitempty"`
GatewayPrivateLinkID string `json:"gatewayPrivateLinkId,omitempty"`
PreconfiguredNSG PreconfiguredNSG `json:"preconfiguredNSG,omitempty"`
PreconfiguredNSG PreconfiguredNSG `json:"preconfiguredNSG,omitempty" mutable:"true"`
LoadBalancerProfile *LoadBalancerProfile `json:"loadBalancerProfile,omitempty"`
}

Expand Down

0 comments on commit 1c26d55

Please sign in to comment.