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…
Reference in New Issue
Block a user