context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/sha1 | Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/hex | Package hex implements hexadecimal encoding and decoding. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/Masterminds/semver | |
github.com/docker/compose-on-kubernetes/api/client/clientset | |
github.com/docker/compose-on-kubernetes/api/client/clientset/scheme | |
github.com/docker/compose-on-kubernetes/api/client/clientset/typed/compose/v1beta1 | |
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/api/constants | |
github.com/docker/compose-on-kubernetes/internal/conversions | |
github.com/docker/compose-on-kubernetes/internal/e2e/wait | |
github.com/docker/compose-on-kubernetes/internal/internalversion | |
github.com/docker/compose-on-kubernetes/internal/parsing | |
github.com/docker/compose-on-kubernetes/internal/registry | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
k8s.io/api/apps/v1 | |
k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
k8s.io/api/rbac/v1 | |
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1 | Package v1beta1 is the v1beta1 version of the API. |
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset | |
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1beta1 | This package has the automatically generated typed clients. |
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/runtime | Package runtime defines conversions between generic types and structs to map query strings to struct objects. |
k8s.io/apimachinery/pkg/util/intstr | |
k8s.io/apimachinery/pkg/util/validation/field | |
k8s.io/apimachinery/pkg/version | Package version supplies the type for version information. |
k8s.io/client-go/discovery | Package discovery provides ways to discover server-supported API groups, versions and resources. |
k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/kubernetes/typed/apps/v1 | 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/rbac/v1 | This package has the automatically generated typed clients. |
k8s.io/client-go/rest | |
k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1beta1 | |
os | Package os provides a platform-independent interface to operating system functionality. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |