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. |
bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/rand | Package rand implements a cryptographically secure random number generator. |
crypto/rsa | Package rsa implements RSA encryption as specified in PKCS #1 and RFC 8017. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
crypto/x509/pkix | Package pkix contains shared, low level structures used for ASN.1 parsing and serialization of X.509 certificates, CRL and OCSP. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
encoding/pem | Package pem implements the PEM data encoding, which originated in Privacy Enhanced Mail. |
errors | Package errors implements functions to manipulate errors. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/aws/aws-sdk-go/aws | |
github.com/aws/aws-sdk-go/aws/awserr | |
github.com/aws/aws-sdk-go/aws/session | |
github.com/aws/aws-sdk-go/service/autoscaling | |
github.com/aws/aws-sdk-go/service/ec2 | |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/onsi/ginkgo | Ginkgo is a BDD-style testing framework for Golang |
github.com/onsi/ginkgo/config | Ginkgo accepts a number of configuration options. |
github.com/onsi/gomega | Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. |
github.com/onsi/gomega/types | |
github.com/prometheus/common/expfmt | Package expfmt contains tools for reading and writing Prometheus metrics. |
github.com/prometheus/common/model | Package model contains common data structures that are shared across Prometheus components and libraries. |
github.com/spf13/viper | |
golang.org/x/crypto/ssh | Package ssh implements an SSH client and server. |
golang.org/x/net/websocket | Package websocket implements a client and server for the WebSocket protocol as specified in RFC 6455. |
google.golang.org/api/compute/v1 | |
google.golang.org/api/googleapi | |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/api/apps/v1beta1 | |
k8s.io/api/apps/v1beta2 | |
k8s.io/api/authorization/v1beta1 | |
k8s.io/api/batch/v1 | +k8s:deepcopy-gen=package +k8s:protobuf-gen=package +k8s:openapi-gen=true +k8s:prerelease-lifecycle-gen=true |
k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
k8s.io/api/extensions/v1beta1 | |
k8s.io/api/policy/v1beta1 | Package policy is for any kind of policy object. |
k8s.io/api/rbac/v1beta1 | |
k8s.io/apimachinery/pkg/api/errors | Package errors provides detailed error types for api field validation. |
k8s.io/apimachinery/pkg/api/resource | |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/apis/meta/v1/unstructured | |
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/types | Package types implements various generic types used throughout kubernetes. |
k8s.io/apimachinery/pkg/util/errors | Package errors implements various utility functions and types around errors. |
k8s.io/apimachinery/pkg/util/intstr | |
k8s.io/apimachinery/pkg/util/net | |
k8s.io/apimachinery/pkg/util/rand | Package rand provides utilities related to randomization. |
k8s.io/apimachinery/pkg/util/runtime | |
k8s.io/apimachinery/pkg/util/sets | Package sets has generic set and specified sets. |
k8s.io/apimachinery/pkg/util/uuid | |
k8s.io/apimachinery/pkg/util/wait | Package wait provides tools for polling or listening for changes to a condition. |
k8s.io/apimachinery/pkg/util/yaml | |
k8s.io/apimachinery/pkg/version | Package version supplies the type for version information. |
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/authentication/serviceaccount | |
k8s.io/client-go/discovery | Package discovery provides ways to discover server-supported API groups, versions and resources. |
k8s.io/client-go/dynamic | |
k8s.io/client-go/informers | Package informers provides generated informers for Kubernetes APIs. |
k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/kubernetes/typed/authorization/v1beta1 | 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/v1beta1 | This package has the automatically generated typed clients. |
k8s.io/client-go/rest | |
k8s.io/client-go/tools/clientcmd | Package clientcmd provides one stop shopping for building a working client from a fixed config, from a .kubeconfig file, from command line flags, or from any merged combination. |
k8s.io/client-go/tools/clientcmd/api | |
k8s.io/client-go/tools/remotecommand | Package remotecommand adds support for executing commands in containers, with support for separate stdin, stdout, and stderr streams, as well as TTY. |
k8s.io/client-go/util/retry | |
k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset | |
k8s.io/kubernetes/federation/apis/federation/v1beta1 | |
k8s.io/kubernetes/pkg/api | |
k8s.io/kubernetes/pkg/api/testapi | |
k8s.io/kubernetes/pkg/api/v1/helper | |
k8s.io/kubernetes/pkg/api/v1/pod | |
k8s.io/kubernetes/pkg/apis/apps | |
k8s.io/kubernetes/pkg/apis/batch | |
k8s.io/kubernetes/pkg/apis/extensions | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset | |
k8s.io/kubernetes/pkg/client/conditions | |
k8s.io/kubernetes/pkg/cloudprovider | |
k8s.io/kubernetes/pkg/cloudprovider/providers/aws | |
k8s.io/kubernetes/pkg/cloudprovider/providers/azure | |
k8s.io/kubernetes/pkg/cloudprovider/providers/gce | |
k8s.io/kubernetes/pkg/controller | Package controller contains code for controllers (like the replication controller). |
k8s.io/kubernetes/pkg/controller/deployment/util | |
k8s.io/kubernetes/pkg/controller/node | |
k8s.io/kubernetes/pkg/kubectl | Package kubectl provides the functions used by the kubectl command line tool under k8s.io/kubernetes/cmd. |
k8s.io/kubernetes/pkg/kubelet/apis/kubeletconfig | |
k8s.io/kubernetes/pkg/kubelet/apis/stats/v1alpha1 | |
k8s.io/kubernetes/pkg/kubelet/events | |
k8s.io/kubernetes/pkg/kubelet/metrics | |
k8s.io/kubernetes/pkg/kubelet/sysctl | |
k8s.io/kubernetes/pkg/kubelet/util/format | |
k8s.io/kubernetes/pkg/kubemark | |
k8s.io/kubernetes/pkg/master/ports | |
k8s.io/kubernetes/pkg/security/podsecuritypolicy/seccomp | |
k8s.io/kubernetes/pkg/ssh | |
k8s.io/kubernetes/pkg/util/file | |
k8s.io/kubernetes/pkg/util/labels | Package labels provides utilities to work with Kubernetes labels. |
k8s.io/kubernetes/pkg/util/system | |
k8s.io/kubernetes/pkg/util/taints | package taints implements utilities for working with taints |
k8s.io/kubernetes/pkg/util/version | |
k8s.io/kubernetes/pkg/volume/util/volumehelper | |
k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/predicates | |
k8s.io/kubernetes/plugin/pkg/scheduler/schedulercache | |
k8s.io/kubernetes/test/e2e/framework/ginkgowrapper | |
k8s.io/kubernetes/test/e2e/framework/metrics | |
k8s.io/kubernetes/test/e2e/manifest | |
k8s.io/kubernetes/test/e2e/perftype | |
k8s.io/kubernetes/test/utils | |
k8s.io/kubernetes/test/utils/image | |
k8s.io/utils/exec | Package exec provides an injectable interface and implementations for running commands. |
math | Package math provides basic constants and mathematical functions. |
math/big | Package big implements arbitrary-precision arithmetic (big numbers). |
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. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
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. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
text/tabwriter | Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text. |
time | Package time provides functionality for measuring and displaying time. |