Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthInterface ¶
type AuthInterface interface { // successful login will return token // unsuccessful login will return err Login() (string, error) }
func NewAuth ¶
func NewAuth(kc kubernetes.Interface, vApp *appcat.AppBinding) (AuthInterface, error)
Click to show internal directories.
Click to hide internal directories.