Debugging

This commit is contained in:
Ben Toogood 2020-04-23 17:44:40 +01:00
parent 5fe3c0bfe5
commit 616db3442a

View File

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