-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Expand file tree
/
Copy pathregister.go
More file actions
19 lines (16 loc) · 783 Bytes
/
register.go
File metadata and controls
19 lines (16 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package v1beta3
import (
"k8s.io/kubernetes/pkg/api/unversioned"
_ "github.com/openshift/origin/pkg/authorization/api/v1beta3"
_ "github.com/openshift/origin/pkg/build/api/v1beta3"
_ "github.com/openshift/origin/pkg/deploy/api/v1beta3"
_ "github.com/openshift/origin/pkg/image/api/v1beta3"
_ "github.com/openshift/origin/pkg/oauth/api/v1beta3"
_ "github.com/openshift/origin/pkg/project/api/v1beta3"
_ "github.com/openshift/origin/pkg/route/api/v1beta3"
_ "github.com/openshift/origin/pkg/sdn/api/v1beta3"
_ "github.com/openshift/origin/pkg/template/api/v1beta3"
_ "github.com/openshift/origin/pkg/user/api/v1beta3"
)
// SchemeGroupVersion is group version used to register these objects
var SchemeGroupVersion = unversioned.GroupVersion{Group: "", Version: "v1beta3"}