encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package 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/v1alpha3 | Package 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/v1beta1 | Package 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/v1beta2 | Package 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/ginkgo | Ginkgo is a BDD-style testing framework for Golang |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
k8s.io/api/apps/v1beta2 | |
k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
k8s.io/api/storage/v1 | |
k8s.io/apimachinery/pkg/api/errors | Package errors provides detailed error types for api field validation. |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/types | Package types implements various generic types used throughout kubernetes. |
k8s.io/apimachinery/pkg/util/wait | Package wait provides tools for polling or listening for changes to a condition. |
k8s.io/client-go/kubernetes/typed/apps/v1beta2 | This package has the automatically generated typed clients. |
k8s.io/client-go/kubernetes/typed/core/v1 | This package has the automatically generated typed clients. |
k8s.io/client-go/kubernetes/typed/storage/v1 | This package has the automatically generated typed clients. |
k8s.io/client-go/rest | |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |