mirror of
https://github.com/go-micro/go-micro.git
synced 2025-03-17 20:28:06 +02:00
Debugging
This commit is contained in:
parent
5fe3c0bfe5
commit
616db3442a
@ -38,6 +38,8 @@ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user