package
1.13.0-alpha.0
Repository: https://github.com/jsturtevant/kubernetes.git
Documentation: pkg.go.dev
# Functions
MakeRegexpArray splits a comma separated list of regexps into an array of Regexp objects.
MakeRegexpArrayOrDie creates an array of regular expression objects from a string or exits.
NewServer creates and installs a new Server.
# Constants
DefaultHostAcceptRE is the default value for which hosts to accept.
DefaultMethodRejectRE is the set of HTTP methods to reject by default.
DefaultPathAcceptRE is the default path to accept.
DefaultPathRejectRE is the default set of paths to reject.
# Variables
ReverseProxyFlushInterval is the frequency to flush the reverse proxy.
# Structs
FilterServer rejects requests which don't match one of the specified regular expressions.
Server is a http.Handler which proxies Kubernetes APIs to remote API server.