kube-aggregatork8s.io/kube-aggregator/pkg/cmd/server

Imports of package server

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/apimachinery/pkg/util/errorsPackage errors implements various utility functions and types around errors.
k8s.io/apimachinery/pkg/util/setsPackage sets has generic set and specified sets.
k8s.io/apiserver/pkg/serverPackage server contains the plumbing to create kubernetes-like API server command.
k8s.io/apiserver/pkg/server/filtersPackage filters contains all the http handler chain filters which are not api related.
k8s.io/apiserver/pkg/server/optionspackage options is the public flags and options used by a generic api server.
k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1Package v1beta1 contains the API Registration API, which is responsible for registering an API `Group`/`Version` with another kubernetes like API server.
k8s.io/kube-aggregator/pkg/apiserver
k8s.io/kube-aggregator/pkg/apiserver/scheme