Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadKubeConfig ¶
func LoadKubeConfig(kubeConfig string) clientcmd.ClientConfig
Types ¶
type ExecCredentialsResolver ¶
type ExecCredentialsResolver interface { Resolve( ctx context.Context, execConfig *clientcmd_api.ExecConfig, ) ([]byte, error) }
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService( kubeClientConfig clientcmd.ClientConfig, ) *Service
Click to show internal directories.
Click to hide internal directories.