Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthClientConfig ¶
AuthClientConfig represents the clientSet configuration
type ClientSet ¶
type ClientSet interface { Login(username, password string) (string, error) Authenticate(bearerToken string) (*v1.TokenReviewRequest, error) }
ClientSet represents a v1 authproxy client
func NewForConfig ¶
func NewForConfig(c *AuthClientConfig) (ClientSet, error)
newClientV1ForConfig returns a new v1 client for a given config
Click to show internal directories.
Click to hide internal directories.