Add support for Namespace as Kind
Add example for using namespaces
This commit is contained in:
@@ -61,7 +61,7 @@ func TestValidNamespace(t *testing.T) {
|
||||
}
|
||||
|
||||
ctx = api.NewContext()
|
||||
ns := api.Namespace(ctx)
|
||||
ns := api.NamespaceValue(ctx)
|
||||
if ns != "" {
|
||||
t.Errorf("Expected the empty string")
|
||||
}
|
||||
|
Reference in New Issue
Block a user