File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ import (
26
26
_ "github.com/openshift/origin/pkg/quota/admission/runonceduration"
27
27
_ "github.com/openshift/origin/pkg/scheduler/admission/podnodeconstraints"
28
28
_ "github.com/openshift/origin/pkg/security/admission"
29
+ _ "github.com/openshift/origin/pkg/ingress/admission"
29
30
_ "k8s.io/kubernetes/plugin/pkg/admission/admit"
30
31
_ "k8s.io/kubernetes/plugin/pkg/admission/alwayspullimages"
31
32
_ "k8s.io/kubernetes/plugin/pkg/admission/exec"
72
73
"OwnerReferencesPermissionEnforcement" ,
73
74
quotaadmission .PluginName ,
74
75
"openshift.io/ClusterResourceQuota" ,
76
+ "openshift.io/IngressAdmission" ,
75
77
)
76
78
77
79
// defaultOffPlugins includes plugins which require explicit configuration to run
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
17
17
)
18
18
19
19
const (
20
- IngressAdmission = "IngressAdmission"
20
+ IngressAdmission = "openshift.io/ IngressAdmission"
21
21
)
22
22
23
23
func init () {
You can’t perform that action at this time.
0 commit comments