We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe7847b + d616d52 commit af7ef29Copy full SHA for af7ef29
test/infrastructure/inmemory/pkg/server/api/const.go
@@ -142,6 +142,25 @@ var (
142
},
143
StorageVersionHash: "",
144
145
+ {
146
+ Name: "namespaces",
147
+ SingularName: "namespace",
148
+ Namespaced: false,
149
+ Kind: "Namespace",
150
+ Verbs: []string{
151
+ "create",
152
+ "delete",
153
+ "get",
154
+ "list",
155
+ "patch",
156
+ "update",
157
+ "watch",
158
+ },
159
+ ShortNames: []string{
160
+ "ns",
161
162
+ StorageVersionHash: "",
163
164
165
}
166
0 commit comments