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
type AccountProvider ¶
type AccountProvider interface { GardenerCredentials(hyperscalerType Type, tenantName string) (Credentials, error) GardenerSecretName(input *gqlschema.GardenerConfigInput, tenantName string) (string, error) }
func NewAccountProvider ¶
func NewAccountProvider(compassPool AccountPool, gardenerPool AccountPool) AccountProvider
type Credentials ¶
type Type ¶
type Type string
func HyperscalerTypeFromProvisionInput ¶
func HyperscalerTypeFromProvisionInput(input *gqlschema.ProvisionRuntimeInput) (Type, error)
Click to show internal directories.
Click to hide internal directories.