| bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
| context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
| 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/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/labels | |
| github.com/docker/compose-on-kubernetes/internal/conversions | |
| github.com/docker/compose-on-kubernetes/internal/convert | |
| github.com/docker/compose-on-kubernetes/internal/internalversion | |
| github.com/docker/compose-on-kubernetes/internal/parsing | |
| github.com/docker/compose-on-kubernetes/internal/requestaddons | |
| github.com/docker/compose-on-kubernetes/internal/stackresources | |
| 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. |
| io | Package io provides basic interfaces to I/O primitives. |
| k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
| k8s.io/apimachinery/pkg/api/equality | |
| k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
| k8s.io/apimachinery/pkg/apis/meta/v1beta1 | package v1beta1 is alpha objects from meta that will be introduced. |
| k8s.io/apimachinery/pkg/fields | Package fields implements a simple field system, parsing and matching selectors with sets of fields. |
| k8s.io/apimachinery/pkg/labels | Package labels implements a simple label system, parsing and matching selectors with sets of labels. |
| 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/runtime/schema | |
| k8s.io/apimachinery/pkg/util/validation | |
| k8s.io/apimachinery/pkg/util/validation/field | |
| k8s.io/apimachinery/pkg/watch | Package watch contains a generic watchable interface, and a fake for testing code that uses the watch interface. |
| k8s.io/apiserver/pkg/endpoints/request | |
| k8s.io/apiserver/pkg/registry/generic | |
| k8s.io/apiserver/pkg/registry/generic/registry | |
| k8s.io/apiserver/pkg/registry/rest | |
| k8s.io/apiserver/pkg/storage | |
| k8s.io/apiserver/pkg/storage/names | |
| 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/rest | |
| net/http | Package http provides HTTP client and server implementations. |
| reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
| regexp | Package regexp implements regular expression search. |
| 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. |
| sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
| sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
| time | Package time provides functionality for measuring and displaying time. |