File tree 4 files changed +4
-5
lines changed
authorization/apis/authorization/rbacconversion
oc/cli/admin/diagnostics/diagnostics 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 80
80
" github.com/openshift/origin/pkg/cmd/server/apis/config/validation" ,
81
81
" github.com/openshift/origin/pkg/cmd/server/handlers" ,
82
82
" github.com/openshift/origin/pkg/oauth/util" ,
83
- " github.com/openshift/origin/pkg/oc/admin" ,
83
+ " github.com/openshift/origin/pkg/oc/cli/ admin" ,
84
84
" github.com/openshift/origin/pkg/oc/cli/admin/createerrortemplate" ,
85
85
" github.com/openshift/origin/pkg/oc/cli/admin/createlogintemplate" ,
86
86
" github.com/openshift/origin/pkg/oc/cli/admin/createproviderselectiontemplate" ,
398
398
" github.com/openshift/origin/pkg/oc"
399
399
],
400
400
"ignoredSubTrees" : [
401
- " github.com/openshift/origin/pkg/oc/admin/groups/examples"
401
+ " github.com/openshift/origin/pkg/oc/cli/ admin/groups/examples"
402
402
],
403
403
"allowedImportPackageRoots" : [
404
404
" vendor/github.com/aws/aws-sdk-go" ,
Original file line number Diff line number Diff line change 20
20
)
21
21
22
22
// reconcileProtectAnnotation is the name of an annotation which prevents reconciliation if set to "true"
23
- // can't use this const in pkg/oc/admin/policy because of import cycle
24
23
const reconcileProtectAnnotation = "openshift.io/reconcile-protect"
25
24
26
25
func addConversionFuncs (scheme * runtime.Scheme ) error {
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ save may be your own.
94
94
95
95
A diagnostic is an object that conforms to the Diagnostic interface
96
96
(see pkg/diagnostics/types/diagnostic.go). The diagnostic object should
97
- be built in one of the builders in the pkg/oc/admin/diagnostics
97
+ be built in one of the builders in the pkg/oc/cli/ admin/diagnostics
98
98
package (based on whether it depends on client, cluster-admin, or host
99
99
configuration). When executed, the diagnostic logs its findings into
100
100
a result object. It should be assumed that they may run in parallel.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
27
27
kubernetes "github.com/openshift/origin/pkg/cmd/server/kubernetes/master"
28
28
"github.com/openshift/origin/pkg/cmd/server/origin"
29
29
"github.com/openshift/origin/pkg/cmd/server/start"
30
- "github.com/openshift/origin/pkg/oc/admin/policy"
30
+ "github.com/openshift/origin/pkg/oc/cli/ admin/policy"
31
31
testutil "github.com/openshift/origin/test/util"
32
32
testserver "github.com/openshift/origin/test/util/server"
33
33
)
You can’t perform that action at this time.
0 commit comments