File tree 1 file changed +1
-1
lines changed
pkg/api/legacygroupification
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ var oapiKindsToGroup = map[string]string{
150
150
"ProjectRequest" : "project.openshift.io" ,
151
151
"ClusterResourceQuota" : "quota.openshift.io" , "ClusterResourceQuotaList" : "quota.openshift.io" ,
152
152
"Route" : "route.openshift.io" , "RouteList" : "route.openshift.io" ,
153
- "SecurityContextConstraint " : "security.openshift.io" , "SecurityContextConstraintList " : "security.openshift.io" ,
153
+ "SecurityContextConstraints " : "security.openshift.io" , "SecurityContextConstraintsList " : "security.openshift.io" ,
154
154
"Template" : "template.openshift.io" , "TemplateList" : "template.openshift.io" ,
155
155
"Group" : "user.openshift.io" , "GroupList" : "user.openshift.io" ,
156
156
"Identity" : "user.openshift.io" , "IdentityList" : "user.openshift.io" ,
You can’t perform that action at this time.
0 commit comments