forked from LaconicNetwork/kompose
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
7 lines
265 B
Go
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
|