File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -322,8 +322,8 @@ var (
322
322
323
323
// KubeAdmissionPlugins gives the in-order default admission chain for kube resources.
324
324
KubeAdmissionPlugins = []string {
325
- "RunOnceDuration" ,
326
325
lifecycle .PluginName ,
326
+ "RunOnceDuration" ,
327
327
"PodNodeConstraints" ,
328
328
"OriginPodNodeEnvironment" ,
329
329
overrideapi .PluginName ,
@@ -350,14 +350,14 @@ var (
350
350
// When possible, this list is used. The set of openshift+kube chains must exactly match this set. In addition,
351
351
// the order specified in the openshift and kube chains must match the order here.
352
352
CombinedAdmissionControlPlugins = []string {
353
+ lifecycle .PluginName ,
353
354
"ProjectRequestLimit" ,
354
355
"OriginNamespaceLifecycle" ,
355
356
"PodNodeConstraints" ,
356
357
"openshift.io/JenkinsBootstrapper" ,
357
358
"BuildByStrategy" ,
358
359
imageadmission .PluginName ,
359
360
"RunOnceDuration" ,
360
- lifecycle .PluginName ,
361
361
"PodNodeConstraints" ,
362
362
"OriginPodNodeEnvironment" ,
363
363
overrideapi .PluginName ,
You can’t perform that action at this time.
0 commit comments