kubernetesk8s.io/kubernetes/pkg/kubemark

Imports of package kubemark

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
k8s.io/api/core/v1Package v1 is the v1 version of the core API.
k8s.io/apimachinery/pkg/apis/meta/v1Package v1 contains API types that are common to all versions.
k8s.io/apimachinery/pkg/fieldsPackage fields implements a simple field system, parsing and matching selectors with sets of fields.
k8s.io/apimachinery/pkg/labelsPackage labels implements a simple label system, parsing and matching selectors with sets of labels.
k8s.io/apimachinery/pkg/typesPackage types implements various generic types used throughout kubernetes.
k8s.io/client-go/informersPackage informers provides generated informers for Kubernetes APIs.
k8s.io/client-go/informers/core/v1
k8s.io/client-go/kubernetesPackage kubernetes holds packages which implement a clientset for Kubernetes APIs.
k8s.io/client-go/kubernetes/typed/core/v1This package has the automatically generated typed clients.
k8s.io/client-go/listers/core/v1
k8s.io/client-go/tools/cachePackage cache is a client-side caching mechanism.
k8s.io/client-go/tools/recordPackage record has all client logic for recording and reporting "k8s.io/api/core/v1".Event events.
k8s.io/kubernetes/cmd/kube-proxy/appPackage app does all of the work necessary to configure and run a Kubernetes app process.
k8s.io/kubernetes/cmd/kubelet/appPackage app makes it easy to create a kubelet server for various contexts.
k8s.io/kubernetes/cmd/kubelet/app/optionsPackage options contains all of the primary arguments for a kubelet.
k8s.io/kubernetes/pkg/api
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset
k8s.io/kubernetes/pkg/controllerPackage controller contains code for controllers (like the replication controller).
k8s.io/kubernetes/pkg/kubeletPackage kubelet is the package that contains the libraries that drive the Kubelet binary.
k8s.io/kubernetes/pkg/kubelet/apis/kubeletconfig
k8s.io/kubernetes/pkg/kubelet/apis/kubeletconfig/v1alpha1
k8s.io/kubernetes/pkg/kubelet/cadvisorPackage cadvisor provides an interface for Kubelet interactions with cAdvisor.
k8s.io/kubernetes/pkg/kubelet/cmPackage cm (abbreviation of "container manager") and its subpackages contain all the kubelet code to manage containers.
k8s.io/kubernetes/pkg/kubelet/container/testing
k8s.io/kubernetes/pkg/kubelet/dockershim/libdocker
k8s.io/kubernetes/pkg/kubelet/typesPackage types contains common types in the Kubelet.
k8s.io/kubernetes/pkg/proxyPackage proxy implements the layer-3 network proxy.
k8s.io/kubernetes/pkg/proxy/configPackage config provides decoupling between various configuration sources (etcd, files,...) and the pieces that actually care about them (loadbalancer, proxy).
k8s.io/kubernetes/pkg/proxy/iptables
k8s.io/kubernetes/pkg/util/io
k8s.io/kubernetes/pkg/util/iptablesPackage iptables provides an interface and implementations for running iptables commands.
k8s.io/kubernetes/pkg/util/mount
k8s.io/kubernetes/pkg/util/node
k8s.io/kubernetes/pkg/util/oomPackage oom implements utility functions relating to out of memory management.
k8s.io/kubernetes/pkg/util/pointer
k8s.io/kubernetes/pkg/util/sysctl
k8s.io/kubernetes/pkg/volume/empty_dir
k8s.io/kubernetes/pkg/volume/secretPackage secret contains the internal representation of secret volumes.
k8s.io/kubernetes/test/utils
k8s.io/utils/execPackage exec provides an injectable interface and implementations for running commands.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.