You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/webhooks/regularuser/regularuser.go
+22-11Lines changed: 22 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,17 @@ import (
17
17
)
18
18
19
19
const (
20
-
WebhookNamestring="regular-user-validation"
21
-
docStringstring=`Managed OpenShift customers may not manage any objects in the following APIgroups %s, nor may Managed OpenShift customers alter the ClusterVersion, Node or SubjectPermission objects.`
20
+
WebhookNamestring="regular-user-validation"
21
+
docStringstring=`Managed OpenShift customers may not manage any objects in the following APIgroups %s, nor may Managed OpenShift customers alter the ClusterVersion, Node or SubjectPermission objects.`
0 commit comments