Imports of package options

PathSynopsis
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
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/pborman/uuidThe uuid package generates and inspects UUIDs.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
gopkg.in/natefinch/lumberjack.v2
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/api/core/v1Package v1 is the v1 version of the core API.
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/runtimePackage 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/runtime/serializer
k8s.io/apimachinery/pkg/util/net
k8s.io/apimachinery/pkg/util/runtime
k8s.io/apimachinery/pkg/util/setsPackage sets has generic set and specified sets.
k8s.io/apiserver/pkg/admission
k8s.io/apiserver/pkg/admission/initializer
k8s.io/apiserver/pkg/admission/metrics
k8s.io/apiserver/pkg/admission/plugin/namespace/lifecycle
k8s.io/apiserver/pkg/admission/plugin/webhook/mutatingPackage mutating delegates admission checks to dynamically configured mutating webhooks.
k8s.io/apiserver/pkg/admission/plugin/webhook/validatingPackage validating makes calls to validating (i.e., non-mutating) webhooks during the admission process.
k8s.io/apiserver/pkg/apis/apiserverPackage apiserver is the internal version of the API.
k8s.io/apiserver/pkg/apis/apiserver/v1alpha1Package v1alpha1 is the v1alpha1 version of the API.
k8s.io/apiserver/pkg/apis/audit
k8s.io/apiserver/pkg/apis/audit/v1
k8s.io/apiserver/pkg/apis/audit/v1alpha1
k8s.io/apiserver/pkg/apis/audit/v1beta1
k8s.io/apiserver/pkg/auditTODO: Delete this file if we generate a clientset.
k8s.io/apiserver/pkg/audit/policy
k8s.io/apiserver/pkg/authentication/authenticatorfactory
k8s.io/apiserver/pkg/authorization/authorizer
k8s.io/apiserver/pkg/authorization/authorizerfactory
k8s.io/apiserver/pkg/authorization/pathPackage path contains an authorizer that allows certain paths and path prefixes.
k8s.io/apiserver/pkg/authorization/unionPackage union implements an authorizer that combines multiple subauthorizer.
k8s.io/apiserver/pkg/features
k8s.io/apiserver/pkg/registry/genericPackage generic provides a generic object store interface and a generic label/field matching type.
k8s.io/apiserver/pkg/registry/generic/registryPackage etcd has a generic implementation of a registry that stores things in etcd.
k8s.io/apiserver/pkg/serverPackage server contains the plumbing to create kubernetes-like API server command.
k8s.io/apiserver/pkg/server/egressselector
k8s.io/apiserver/pkg/server/healthzPackage healthz implements basic http server health checking.
k8s.io/apiserver/pkg/server/options/encryptionconfig
k8s.io/apiserver/pkg/server/resourceconfigPackage resourceconfig contains the resource config related helper functions.
k8s.io/apiserver/pkg/server/storagePackage storage contains the plumbing to setup the etcd storage of the apiserver.
k8s.io/apiserver/pkg/storage/storagebackend
k8s.io/apiserver/pkg/storage/storagebackend/factory
k8s.io/apiserver/pkg/util/feature
k8s.io/apiserver/pkg/util/webhookPackage webhook implements a generic HTTP webhook plugin.
k8s.io/apiserver/plugin/pkg/audit/bufferedPackage buffered provides an implementation for the audit.Backend interface that batches incoming audit events and sends batches to the delegate audit.Backend.
k8s.io/apiserver/plugin/pkg/audit/dynamic
k8s.io/apiserver/plugin/pkg/audit/dynamic/enforced
k8s.io/apiserver/plugin/pkg/audit/log
k8s.io/apiserver/plugin/pkg/audit/truncatePackage truncate provides an implementation for the audit.Backend interface that truncates audit events and sends them to the delegate audit.Backend.
k8s.io/apiserver/plugin/pkg/audit/webhookPackage webhook implements the audit.Backend interface using HTTP webhooks.
k8s.io/client-go/informersPackage informers provides generated informers for Kubernetes APIs.
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/rest
k8s.io/client-go/tools/clientcmdPackage 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/util/cert
k8s.io/client-go/util/keyutilPackage keyutil contains utilities for managing public/private key pairs.
k8s.io/component-base/cli/flag
k8s.io/klogPackage klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
k8s.io/kube-openapi/pkg/commonpackage common holds shared code and types between open API code generator and spec generator.
k8s.io/utils/path
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.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
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.