From 4d156a6147018a1ec21a0b9660c58e33d9f0f7f0 Mon Sep 17 00:00:00 2001 From: Dmitri Fedotov Date: Thu, 19 Dec 2024 18:11:21 +0200 Subject: [PATCH] use `networking` json tag for CloudControllerNetworking --- pkg/apis/metal/v1alpha1/types_controlplane.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/metal/v1alpha1/types_controlplane.go b/pkg/apis/metal/v1alpha1/types_controlplane.go index 1461def..8035222 100644 --- a/pkg/apis/metal/v1alpha1/types_controlplane.go +++ b/pkg/apis/metal/v1alpha1/types_controlplane.go @@ -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.