We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd1f92 commit c0a8c78Copy full SHA for c0a8c78
pkg/cmd/server/origin/admission/register.go
@@ -98,6 +98,7 @@ var (
98
"PersistentVolumeLabel",
99
"DefaultStorageClass",
100
"OwnerReferencesPermissionEnforcement",
101
+ "PodTolerationRestriction",
102
"ResourceQuota",
103
"openshift.io/ClusterResourceQuota",
104
"openshift.io/IngressAdmission",
@@ -124,7 +125,6 @@ var (
124
125
"Initializers",
126
"ValidatingAdmissionWebhook",
127
"MutatingAdmissionWebhook",
- "PodTolerationRestriction",
128
"ExtendedResourceToleration",
129
"PVCProtection",
130
expandpvcadmission.PluginName,
0 commit comments