1
0
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:
Ben Toogood
2020-04-23 17:56:00 +01:00
parent 616db3442a
commit bb25bd94c8
2 changed files with 3 additions and 2 deletions

View File

@ -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