Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListenerOpts ¶
type ListenerOpts interface {
AuthTypes() []request.AuthType
KubernetesControlPlaneURL() *url.URL
IgnoredGroupNames() []string
IgnoredImpersonationsGroups() []string
ImpersonationGroupsRegexp() *regexp.Regexp
PreferredUsernameClaim() string
ReverseProxyTransport() (*http.Transport, error)
BearerTokenFile() string
BearerToken() string
SkipImpersonationReview() bool
}
Click to show internal directories.
Click to hide internal directories.