refactor: use Namespace controller for namespaceSelector

Signed-off-by: Craig Trought <k8s@trought.ca>
This commit is contained in:
ctrought
2023-03-31 14:43:33 -04:00
parent 3907495a42
commit e39a8f6bcf
3 changed files with 52 additions and 26 deletions

View File

@@ -9,4 +9,5 @@ import (
var ResourceMap = map[string]runtime.Object{
"configMaps": &v1.ConfigMap{},
"secrets": &v1.Secret{},
"namespaces": &v1.Namespace{},
}