Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureSPCredentials ¶
type ClientProvider ¶
type ClientProvider struct{}
func (*ClientProvider) GetClient ¶
func (cp *ClientProvider) GetClient(appConfig *config.AppConfig, cluster *registryv1.Cluster) (kubernetes.Interface, error)
type ClientProviderI ¶
type ClientProviderI interface {
GetClient(appConfig *config.AppConfig, cluster *registryv1.Cluster) (kubernetes.Interface, error)
}
Click to show internal directories.
Click to hide internal directories.