Imports of package app

PathSynopsis
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/go-openapi/spec
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
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.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/apimachinery/pkg/apis/meta/v1Package v1 contains API types that are common to all versions.
k8s.io/apimachinery/pkg/openapi
k8s.io/apimachinery/pkg/runtime/schema
k8s.io/apimachinery/pkg/util/errorsPackage errors implements various utility functions and types around errors.
k8s.io/apimachinery/pkg/util/net
k8s.io/apimachinery/pkg/util/setsPackage sets has generic set and specified sets.
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
k8s.io/apiserver/pkg/admission
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/storagePackage storage contains the plumbing to setup the etcd storage of the apiserver.
k8s.io/kubernetes/cmd/kube-apiserver/app/optionsPackage options contains flags and options for initializing an apiserver
k8s.io/kubernetes/cmd/kube-apiserver/app/preflight
k8s.io/kubernetes/pkg/api
k8s.io/kubernetes/pkg/apis/apps
k8s.io/kubernetes/pkg/apis/batch
k8s.io/kubernetes/pkg/apis/extensions
k8s.io/kubernetes/pkg/capabilitiesPackage capabilities manages system level capabilities
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset
k8s.io/kubernetes/pkg/client/informers/informers_generated/internalversion
k8s.io/kubernetes/pkg/cloudprovider
k8s.io/kubernetes/pkg/cloudprovider/providers
k8s.io/kubernetes/pkg/controller/serviceaccountPackage serviceaccount provides implementations to manage service accounts and service account tokens
k8s.io/kubernetes/pkg/generated/openapiopenapi generated definitions.
k8s.io/kubernetes/pkg/kubeapiserverPackage kubeapiserver holds code that is common to both the kube-apiserver and the federation-apiserver, but isn't part of a generic API server.
k8s.io/kubernetes/pkg/kubeapiserver/admission
k8s.io/kubernetes/pkg/kubeapiserver/authenticator
k8s.io/kubernetes/pkg/kubeapiserver/authorizer/modes
k8s.io/kubernetes/pkg/master
k8s.io/kubernetes/pkg/master/tunneler
k8s.io/kubernetes/pkg/registry/cachesize
k8s.io/kubernetes/pkg/registry/rbac/rest
k8s.io/kubernetes/pkg/version
k8s.io/kubernetes/plugin/pkg/admission/admit
k8s.io/kubernetes/plugin/pkg/admission/alwayspullimagesPackage alwayspullimages contains an admission controller that modifies every new Pod to force the image pull policy to Always.
k8s.io/kubernetes/plugin/pkg/admission/antiaffinityPackage antiaffinity provides the LimitPodHardAntiAffinityTopology admission controller.
k8s.io/kubernetes/plugin/pkg/admission/defaulttolerationseconds
k8s.io/kubernetes/plugin/pkg/admission/deny
k8s.io/kubernetes/plugin/pkg/admission/exec
k8s.io/kubernetes/plugin/pkg/admission/gc
k8s.io/kubernetes/plugin/pkg/admission/imagepolicyPackage imagepolicy contains an admission controller that configures a webhook to which policy decisions are delegated.
k8s.io/kubernetes/plugin/pkg/admission/initialresources
k8s.io/kubernetes/plugin/pkg/admission/limitranger
k8s.io/kubernetes/plugin/pkg/admission/namespace/autoprovision
k8s.io/kubernetes/plugin/pkg/admission/namespace/exists
k8s.io/kubernetes/plugin/pkg/admission/namespace/lifecycle
k8s.io/kubernetes/plugin/pkg/admission/persistentvolume/label
k8s.io/kubernetes/plugin/pkg/admission/podnodeselector
k8s.io/kubernetes/plugin/pkg/admission/podpreset
k8s.io/kubernetes/plugin/pkg/admission/resourcequota
k8s.io/kubernetes/plugin/pkg/admission/security/podsecuritypolicy
k8s.io/kubernetes/plugin/pkg/admission/securitycontext/scdeny
k8s.io/kubernetes/plugin/pkg/admission/serviceaccountPackage serviceaccount enforces all pods having an associated serviceaccount, and all containers mounting the API token for that serviceaccount at a known location
k8s.io/kubernetes/plugin/pkg/admission/storageclass/default
k8s.io/kubernetes/plugin/pkg/auth/authenticator/token/bootstrapPackage bootstrap provides a token authenticator for TLS bootstrap secrets.
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.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.