Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountPool ¶
type AccountPool interface {
CredentialsSecretBinding(hyperscalerType Type, tenantName string) (*v1beta1.SecretBinding, error)
}
func NewAccountPool ¶
func NewAccountPool(secretBindingsClient gardener_apis.SecretBindingInterface) AccountPool
NewAccountPool returns a new AccountPool
type AccountProvider ¶
type AccountProvider interface {
GardenerCredentials(hyperscalerType Type, tenantName string) (Credentials, error)
}
func NewAccountProvider ¶
func NewAccountProvider(kubernetesInterface kubernetes.Interface, compassPool AccountPool, gardenerPool AccountPool) AccountProvider
NewAccountProvider returns a new AccountProvider
type Credentials ¶
Click to show internal directories.
Click to hide internal directories.