Versions in this module Expand all Collapse all v1 v1.3.0 Aug 6, 2021 Changes in this version + type AuthService struct + func NewAuthService(kubeclient kubernetes.Interface, credentials credentialprovider.Credentials) (*AuthService, error) + func (a AuthService) AuthHandler(w http.ResponseWriter, r *http.Request) + func (a AuthService) AuthValidateHandler(w http.ResponseWriter, r *http.Request) + func (a AuthService) NewMTLSServer(router http.Handler, url string) *http.Server + func (a AuthService) NewPodSecret(pod *corev1.Pod, namespace string, mutationID types.UID) (*corev1.Secret, error) + type ClientCertificate struct + CA []byte + Crt []byte + Key []byte