File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ func New() *Args {
69
69
ClientsetAPIPath : "/apis" ,
70
70
ClientsetOnly : false ,
71
71
FakeClient : true ,
72
- PluralExceptions : []string {"Endpoints:Endpoints" },
73
72
ApplyConfigurationPackage : "" ,
74
73
}
75
74
}
Original file line number Diff line number Diff line change @@ -40,8 +40,7 @@ type Args struct {
40
40
// New returns default arguments for the generator.
41
41
func New () * Args {
42
42
return & Args {
43
- SingleDirectory : false ,
44
- PluralExceptions : []string {"Endpoints:Endpoints" },
43
+ SingleDirectory : false ,
45
44
}
46
45
}
47
46
Original file line number Diff line number Diff line change @@ -35,9 +35,7 @@ type Args struct {
35
35
36
36
// New returns default arguments for the generator.
37
37
func New () * Args {
38
- return & Args {
39
- PluralExceptions : []string {"Endpoints:Endpoints" },
40
- }
38
+ return & Args {}
41
39
}
42
40
43
41
// AddFlags add the generator flags to the flag set.
You can’t perform that action at this time.
0 commit comments