fix: print info
Signed-off-by: zhao.laihe <zhao.laihe@neolink.com>
This commit is contained in:
parent
c86e29c355
commit
ef986a0ec4
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue