Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountPool ¶
type AccountPool interface {
Credentials(hyperscalerType Type, tenantName string) (Credentials, error)
}
func NewAccountPool ¶
func NewAccountPool(secretsClient corev1.SecretInterface) AccountPool
NewAccountPool returns a new AccountPool
type AccountProvider ¶
type AccountProvider interface {
GardenerCredentials(hyperscalerType Type, tenantName string) (Credentials, error)
}
func NewAccountProvider ¶
func NewAccountProvider(compassPool AccountPool, gardenerPool AccountPool) AccountProvider
NewAccountProvider returns a new AccountProvider
type Credentials ¶
Click to show internal directories.
Click to hide internal directories.