mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-12 22:07:47 +02:00
Log k8s requests
This commit is contained in:
@ -38,8 +38,6 @@ func (k *kubernetes) namespaceExists(name string) (bool, error) {
|
||||
return false, err
|
||||
}
|
||||
k.namespaces = namespaceList.Items
|
||||
fmt.Println("HERE")
|
||||
fmt.Println(k.namespaces)
|
||||
}
|
||||
|
||||
// check if the namespace exists in the cache
|
||||
|
Reference in New Issue
Block a user