Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubernetesAuthenticator ¶
type KubernetesAuthenticator struct {
// contains filtered or unexported fields
}
func NewKubernetesAuthenticator ¶
func NewKubernetesAuthenticator(c *config.KubernetesAuthConfig) *KubernetesAuthenticator
func (*KubernetesAuthenticator) GetRole ¶
func (a *KubernetesAuthenticator) GetRole() string
func (*KubernetesAuthenticator) GetToken ¶
func (a *KubernetesAuthenticator) GetToken() (string, error)
func (*KubernetesAuthenticator) Init ¶
func (a *KubernetesAuthenticator) Init() error
Click to show internal directories.
Click to hide internal directories.