Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { GetKubeConfig(username string) (string, error) CreateKubeConfig(user *iamv1alpha2.User) error UpdateKubeconfig(username string, csr *certificatesv1.CertificateSigningRequest) error }
func NewOperator ¶
func NewOperator(k8sClient kubernetes.Interface, configMapLister corev1listers.ConfigMapLister, config *rest.Config) Interface
func NewReadOnlyOperator ¶
func NewReadOnlyOperator(configMapLister corev1listers.ConfigMapLister, masterURL string) Interface
Click to show internal directories.
Click to hide internal directories.