From ef986a0ec42f0a331b42b493499b5ee715ce7f7b Mon Sep 17 00:00:00 2001 From: "zhao.laihe" Date: Fri, 1 Mar 2024 17:21:06 +0800 Subject: [PATCH] fix: print info Signed-off-by: zhao.laihe --- operator/pkg/util/apiclient/idempotency.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/pkg/util/apiclient/idempotency.go b/operator/pkg/util/apiclient/idempotency.go index c4cd0c7e3..81f28a6ca 100644 --- a/operator/pkg/util/apiclient/idempotency.go +++ b/operator/pkg/util/apiclient/idempotency.go @@ -201,7 +201,7 @@ func CreateOrUpdateAPIService(apiRegistrationClient *aggregator.Clientset, apise } } - klog.V(5).Infof("Successfully created or updated APIService", "APIService", apiservice.Name) + klog.V(5).InfoS("Successfully created or updated APIService", "APIService", apiservice.Name) return nil }