kompose/vendor/github.com/openshift/origin/pkg/api/doc.go
Tomas Kral 3db5069ff5 added OpenShifts fork of Kubernetes
reason for this is that openshift/kubernetes backported
k8s.io/kubernetes/pkg/securitycontextconstraints/util
that is currently required by something that
github.com/openshift/origin/pkg/deploy/api/v1 depends on
2016-07-21 20:37:18 +02:00

7 lines
265 B
Go

// Package api includes all OpenShift-specific types used to communicate
// between the various parts of the OpenShift and the Kubernetes systems.
//
// Unlike the upstream Kubernetes, API objects in OpenShift are separated
// into individual packages.
package api