Add support for Namespace as Kind
Add example for using namespaces
This commit is contained in:
@@ -51,7 +51,7 @@ var RESTScopeNamespaceLegacy = &restScope{
|
||||
|
||||
var RESTScopeNamespace = &restScope{
|
||||
name: RESTScopeNameNamespace,
|
||||
paramName: "ns",
|
||||
paramName: "namespaces",
|
||||
paramPath: true,
|
||||
paramDescription: "object name and auth scope, such as for teams and projects",
|
||||
}
|
||||
|
Reference in New Issue
Block a user