Skip to content

Commit

Permalink
use networking json tag for CloudControllerNetworking
Browse files Browse the repository at this point in the history
  • Loading branch information
defo89 committed Dec 19, 2024
1 parent 2b3a6b5 commit 4d156a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/metal/v1alpha1/types_controlplane.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type CloudControllerManagerConfig struct {

// CloudControllerNetworking contains configuration settings for CCM networking.
// +optional
CloudControllerNetworking *CloudControllerNetworking `json:"cloudControllerNetworking,omitempty"`
CloudControllerNetworking *CloudControllerNetworking `json:"networking,omitempty"`
}

// LoadBalancerConfig contains configuration settings for the shoot loadbalancing.
Expand Down

0 comments on commit 4d156a6

Please sign in to comment.