Skip to content

Commit

Permalink
Attempt at resolving
Browse files Browse the repository at this point in the history
    github.com/openshift/origin/pkg/cmd/server/origin.TestAdmissionPluginNames
    github.com/openshift/origin/pkg/cmd/server/start.TestAdmissionOnOffCoverage
  • Loading branch information
JacobTanenbaum committed Feb 2, 2017
1 parent 2366482 commit 4d3e590
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkg/cmd/server/start/admission.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import (
_ "github.com/openshift/origin/pkg/build/admission/strategyrestrictions"
_ "github.com/openshift/origin/pkg/image/admission"
_ "github.com/openshift/origin/pkg/image/admission/imagepolicy"
_ "github.com/openshift/origin/pkg/ingress/admission"
_ "github.com/openshift/origin/pkg/project/admission/lifecycle"
_ "github.com/openshift/origin/pkg/project/admission/nodeenv"
_ "github.com/openshift/origin/pkg/project/admission/requestlimit"
Expand Down Expand Up @@ -72,6 +73,7 @@ var (
"OwnerReferencesPermissionEnforcement",
quotaadmission.PluginName,
"openshift.io/ClusterResourceQuota",
"openshift.io/IngressAdmission",
)

// defaultOffPlugins includes plugins which require explicit configuration to run
Expand Down
2 changes: 1 addition & 1 deletion pkg/ingress/admission/ingress_admission.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

const (
IngressAdmission = "IngressAdmission"
IngressAdmission = "openshift.io/IngressAdmission"
)

func init() {
Expand Down

0 comments on commit 4d3e590

Please sign in to comment.