hierarchical-namespaces
hierarchical-namespaces copied to clipboard
feat: enhances cli create cmd to create subns with labels and ann
Fixes Issue: #305
kubectl hns create -n bigboss boss -a key1=val1,key2=val2 -l key1=val1,key2=val2
Tested: Tested by hand in local test cluster; added test and validated it works with and without annotation,label flags.