fix: print info

Signed-off-by: zhao.laihe <zhao.laihe@neolink.com>
This commit is contained in:
zhao.laihe 2024-03-01 17:21:06 +08:00
parent c86e29c355
commit ef986a0ec4
1 changed files with 1 additions and 1 deletions

View File

@ -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 return nil
} }