crypto/x509 | Package x509 implements a subset of the X.509 standard. |
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/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/api/openapi | |
github.com/docker/compose-on-kubernetes/internal/apiserver | |
github.com/docker/compose-on-kubernetes/internal/internalversion | |
github.com/docker/compose-on-kubernetes/internal/keys | |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
io/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/util/errors | Package errors implements various utility functions and types around errors. |
k8s.io/apiserver/pkg/endpoints/openapi | |
k8s.io/apiserver/pkg/server | Package server contains the plumbing to create kubernetes-like API server command. |
k8s.io/apiserver/pkg/server/healthz | Package healthz implements basic http server health checking. |
k8s.io/apiserver/pkg/server/options | package options is the public flags and options used by a generic api server. |
k8s.io/client-go/util/cert | |
k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1 | |
k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1beta1 | |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |