kubernetesk8s.io/kubernetes/pkg/master

Imports of package master

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
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.
github.com/prometheus/client_golang/prometheusPackage prometheus is the core instrumentation package.
k8s.io/api/apps/v1beta1
k8s.io/api/apps/v1beta2
k8s.io/api/authentication/v1
k8s.io/api/authentication/v1beta1
k8s.io/api/authorization/v1
k8s.io/api/authorization/v1beta1
k8s.io/api/autoscaling/v1
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/batch/v1beta1
k8s.io/api/certificates/v1beta1
k8s.io/api/core/v1Package v1 is the v1 version of the core API.
k8s.io/api/extensions/v1beta1
k8s.io/api/networking/v1
k8s.io/api/policy/v1beta1Package policy is for any kind of policy object.
k8s.io/api/rbac/v1
k8s.io/api/rbac/v1beta1
k8s.io/api/storage/v1
k8s.io/api/storage/v1beta1
k8s.io/apimachinery/pkg/api/errorsPackage errors provides detailed error types for api field validation.
k8s.io/apimachinery/pkg/apis/meta/v1Package v1 contains API types that are common to all versions.
k8s.io/apimachinery/pkg/util/intstr
k8s.io/apimachinery/pkg/util/net
k8s.io/apimachinery/pkg/util/runtime
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
k8s.io/apiserver/pkg/endpoints/discovery
k8s.io/apiserver/pkg/registry/genericPackage generic provides a generic object store interface and a generic label/field matching type.
k8s.io/apiserver/pkg/serverPackage server contains the plumbing to create kubernetes-like API server command.
k8s.io/apiserver/pkg/server/healthzPackage healthz implements basic http server health checking.
k8s.io/apiserver/pkg/server/storagePackage storage contains the plumbing to setup the etcd storage of the apiserver.
k8s.io/client-go/kubernetes/typed/core/v1This package has the automatically generated typed clients.
k8s.io/kubernetes/cmd/kube-apiserver/app/optionsPackage options contains flags and options for initializing an apiserver
k8s.io/kubernetes/pkg/api
k8s.io/kubernetes/pkg/api/endpoints
k8s.io/kubernetes/pkg/api/install
k8s.io/kubernetes/pkg/apis/admission/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
k8s.io/kubernetes/pkg/apis/admissionregistration/install
k8s.io/kubernetes/pkg/apis/apps/installPackage install installs the apps API group, making it available as an option to all of the API encoding/decoding machinery.
k8s.io/kubernetes/pkg/apis/authentication/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
k8s.io/kubernetes/pkg/apis/authorization/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
k8s.io/kubernetes/pkg/apis/autoscaling/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
k8s.io/kubernetes/pkg/apis/batch/installPackage install installs the batch API group, making it available as an option to all of the API encoding/decoding machinery.
k8s.io/kubernetes/pkg/apis/certificates/installPackage install installs the certificates API group, making it available as an option to all of the API encoding/decoding machinery.
k8s.io/kubernetes/pkg/apis/componentconfig/install
k8s.io/kubernetes/pkg/apis/extensions/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
k8s.io/kubernetes/pkg/apis/imagepolicy/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
k8s.io/kubernetes/pkg/apis/networking/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
k8s.io/kubernetes/pkg/apis/policy/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
k8s.io/kubernetes/pkg/apis/rbac/installPackage install installs the batch API group, making it available as an option to all of the API encoding/decoding machinery.
k8s.io/kubernetes/pkg/apis/scheduling/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
k8s.io/kubernetes/pkg/apis/settings/install
k8s.io/kubernetes/pkg/apis/storage/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/core/internalversion
k8s.io/kubernetes/pkg/kubelet/client
k8s.io/kubernetes/pkg/master/tunneler
k8s.io/kubernetes/pkg/registry/admissionregistration/rest
k8s.io/kubernetes/pkg/registry/apps/rest
k8s.io/kubernetes/pkg/registry/authentication/rest
k8s.io/kubernetes/pkg/registry/authorization/rest
k8s.io/kubernetes/pkg/registry/autoscaling/rest
k8s.io/kubernetes/pkg/registry/batch/rest
k8s.io/kubernetes/pkg/registry/certificates/rest
k8s.io/kubernetes/pkg/registry/core/rangeallocationPackage rangeallocation provides the Registry interface for storing RangeAllocation api objects.
k8s.io/kubernetes/pkg/registry/core/rest
k8s.io/kubernetes/pkg/registry/core/service/ipallocator
k8s.io/kubernetes/pkg/registry/core/service/ipallocator/controller
k8s.io/kubernetes/pkg/registry/core/service/portallocator/controller
k8s.io/kubernetes/pkg/registry/extensions/rest
k8s.io/kubernetes/pkg/registry/networking/rest
k8s.io/kubernetes/pkg/registry/policy/rest
k8s.io/kubernetes/pkg/registry/rbac/rest
k8s.io/kubernetes/pkg/registry/scheduling/rest
k8s.io/kubernetes/pkg/registry/settings/rest
k8s.io/kubernetes/pkg/registry/storage/rest
k8s.io/kubernetes/pkg/routesPackage routes holds a collection of optional master http handlers.
k8s.io/kubernetes/pkg/util/async
k8s.io/kubernetes/pkg/util/node
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
strconvPackage strconv implements conversions to and from string representations of basic data types.
timePackage time provides functionality for measuring and displaying time.