Imports of package authenticator

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
k8s.io/apimachinery/pkg/util/net
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
k8s.io/apiserver/pkg/apis/apiserverPackage apiserver is the internal version of the API.
k8s.io/apiserver/pkg/authentication/authenticator
k8s.io/apiserver/pkg/authentication/authenticatorfactory
k8s.io/apiserver/pkg/authentication/group
k8s.io/apiserver/pkg/authentication/request/anonymous
k8s.io/apiserver/pkg/authentication/request/bearertoken
k8s.io/apiserver/pkg/authentication/request/headerrequest
k8s.io/apiserver/pkg/authentication/request/union
k8s.io/apiserver/pkg/authentication/request/websocket
k8s.io/apiserver/pkg/authentication/request/x509Package x509 provides a request authenticator that validates and extracts user information from client certificates
k8s.io/apiserver/pkg/authentication/token/cache
k8s.io/apiserver/pkg/authentication/token/tokenfile
k8s.io/apiserver/pkg/authentication/token/union
k8s.io/apiserver/pkg/server/dynamiccertificates
k8s.io/apiserver/pkg/util/webhookPackage webhook implements a generic HTTP webhook plugin.
k8s.io/apiserver/plugin/pkg/authenticator/token/oidcoidc implements the authenticator.Token interface using the OpenID Connect protocol.
k8s.io/apiserver/plugin/pkg/authenticator/token/webhookPackage webhook implements the authenticator.Token interface using HTTP webhooks.
k8s.io/client-go/kubernetes/typed/core/v1This package has the automatically generated typed clients.
k8s.io/client-go/plugin/pkg/client/auth
k8s.io/client-go/util/keyutilPackage keyutil contains utilities for managing public/private key pairs.
k8s.io/kube-openapi/pkg/spec3
k8s.io/kube-openapi/pkg/validation/spec
k8s.io/kubernetes/pkg/serviceaccount
timePackage time provides functionality for measuring and displaying time.