Imports of package cluster

PathSynopsis
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/compose-on-kubernetes/api/client/clientset/typed/compose/v1alpha3
github.com/docker/compose-on-kubernetes/api/client/clientset/typed/compose/v1beta1
github.com/docker/compose-on-kubernetes/api/client/clientset/typed/compose/v1beta2
github.com/docker/compose-on-kubernetes/api/compose/v1alpha3Package v1alpha3 is the current in dev version of the stack, containing evolution on top of v1beta2 structured spec +k8s:openapi-gen=true +k8s:conversion-gen=github.com/docker/compose-on-kubernetes/api/compose/v1beta2
github.com/docker/compose-on-kubernetes/api/compose/v1beta1Package v1beta1 is the first version of the Stack spec, containing only a compose file +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:defaulter-gen=TypeMeta +groupName=compose.docker.com
github.com/docker/compose-on-kubernetes/api/compose/v1beta2Package v1beta2 is the second version of the stack, containing a structured spec +k8s:openapi-gen=true
github.com/docker/compose-on-kubernetes/internal/conversions
github.com/docker/compose-on-kubernetes/internal/e2e/wait
github.com/docker/compose-on-kubernetes/internal/parsing
github.com/docker/compose-on-kubernetes/internal/patch
github.com/onsi/ginkgoGinkgo is a BDD-style testing framework for Golang
github.com/pkg/errorsPackage errors provides simple error handling primitives.
k8s.io/api/apps/v1beta2
k8s.io/api/core/v1Package v1 is the v1 version of the core API.
k8s.io/api/storage/v1
k8s.io/apimachinery/pkg/api/errorsPackage errors provides detailed error types for api field validation.
k8s.io/apimachinery/pkg/apis/meta/v1Package v1 contains API types that are common to all versions.
k8s.io/apimachinery/pkg/typesPackage types implements various generic types used throughout kubernetes.
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
k8s.io/client-go/kubernetes/typed/apps/v1beta2This package has the automatically generated typed clients.
k8s.io/client-go/kubernetes/typed/core/v1This package has the automatically generated typed clients.
k8s.io/client-go/kubernetes/typed/storage/v1This package has the automatically generated typed clients.
k8s.io/client-go/rest
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.