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 @@ -17,6 +17,7 @@ import (
17
17
_ "github.com/openshift/origin/pkg/build/admission/strategyrestrictions"
18
18
_ "github.com/openshift/origin/pkg/image/admission"
19
19
_ "github.com/openshift/origin/pkg/image/admission/imagepolicy"
20
+ _ "github.com/openshift/origin/pkg/ingress/admission"
20
21
_ "github.com/openshift/origin/pkg/project/admission/lifecycle"
21
22
_ "github.com/openshift/origin/pkg/project/admission/nodeenv"
22
23
_ "github.com/openshift/origin/pkg/project/admission/requestlimit"
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