Update go dependencies (#2234)
This commit is contained in:
parent
6e099c5f57
commit
93c72ef646
1236 changed files with 37226 additions and 49844 deletions
2
vendor/k8s.io/apimachinery/pkg/api/meta/restmapper_test.go
generated
vendored
2
vendor/k8s.io/apimachinery/pkg/api/meta/restmapper_test.go
generated
vendored
|
|
@ -507,7 +507,7 @@ func TestRESTMapperResourceSingularizer(t *testing.T) {
|
|||
|
||||
{Kind: "lowercase", Plural: "lowercases", Singular: "lowercase"},
|
||||
// TODO this test is broken. This updates to reflect actual behavior. Kinds are expected to be singular
|
||||
// old (incorrect), coment: Don't add extra s if the original object is already plural
|
||||
// old (incorrect), comment: Don't add extra s if the original object is already plural
|
||||
{Kind: "lowercases", Plural: "lowercaseses", Singular: "lowercases"},
|
||||
}
|
||||
for i, testCase := range testCases {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue