mirror of
https://github.com/traefik/traefik.git
synced 2025-09-28 09:11:24 +02:00
Add missing fmt verb specifier in k8s provider.
This commit is contained in:
parent
a1b610ee03
commit
3a7de0be5c
@ -31,7 +31,7 @@ type Kubernetes struct {
|
|||||||
|
|
||||||
func (provider *Kubernetes) newK8sClient() (k8s.Client, error) {
|
func (provider *Kubernetes) newK8sClient() (k8s.Client, error) {
|
||||||
if provider.Endpoint != "" {
|
if provider.Endpoint != "" {
|
||||||
log.Infof("Creating in cluster Kubernetes client with endpoint %", provider.Endpoint)
|
log.Infof("Creating in cluster Kubernetes client with endpoint %v", provider.Endpoint)
|
||||||
return k8s.NewInClusterClientWithEndpoint(provider.Endpoint)
|
return k8s.NewInClusterClientWithEndpoint(provider.Endpoint)
|
||||||
}
|
}
|
||||||
log.Info("Creating in cluster Kubernetes client")
|
log.Info("Creating in cluster Kubernetes client")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user