Skip to content

Commit 1c60949

Browse files
committed
updated generated files
1 parent bb69b93 commit 1c60949

File tree

7 files changed

+161
-130
lines changed

7 files changed

+161
-130
lines changed

api/openapi-spec/swagger.json

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/apis/flowcontrol/v1alpha1/zz_generated.conversion.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/apis/flowcontrol/validation/validation_test.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,9 @@ func TestFlowSchemaValidation(t *testing.T) {
431431
},
432432
ResourceRules: []flowcontrol.ResourcePolicyRule{
433433
{
434-
Verbs: []string{flowcontrol.VerbAll},
435-
APIGroups: []string{flowcontrol.APIGroupAll},
436-
Resources: []string{flowcontrol.ResourceAll},
434+
Verbs: []string{flowcontrol.VerbAll},
435+
APIGroups: []string{flowcontrol.APIGroupAll},
436+
Resources: []string{flowcontrol.ResourceAll},
437437
ClusterScope: true,
438438
},
439439
},
@@ -464,11 +464,11 @@ func TestFlowSchemaValidation(t *testing.T) {
464464
},
465465
ResourceRules: []flowcontrol.ResourcePolicyRule{
466466
{
467-
Verbs: []string{flowcontrol.VerbAll},
468-
APIGroups: []string{flowcontrol.APIGroupAll},
469-
Resources: []string{flowcontrol.ResourceAll},
467+
Verbs: []string{flowcontrol.VerbAll},
468+
APIGroups: []string{flowcontrol.APIGroupAll},
469+
Resources: []string{flowcontrol.ResourceAll},
470470
ClusterScope: true,
471-
Namespaces: []string{flowcontrol.NamespaceEvery},
471+
Namespaces: []string{flowcontrol.NamespaceEvery},
472472
},
473473
},
474474
},

0 commit comments

Comments
 (0)