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, sharedGardenerPool SharedPool) AccountProvider
type Credentials ¶
type SharedAccountPool ¶
type SharedAccountPool struct {
// contains filtered or unexported fields
}
func NewSharedGardenerAccountPool ¶
func NewSharedGardenerAccountPool(secretsClient corev1.SecretInterface, shootsClient gardener_apis.ShootInterface) *SharedAccountPool
func (*SharedAccountPool) SharedCredentials ¶
func (sp *SharedAccountPool) SharedCredentials(hyperscalerType Type) (Credentials, error)
type SharedPool ¶
type SharedPool interface {
}type Type ¶
type Type string
func HyperscalerTypeFromProvisionInput ¶
func HyperscalerTypeFromProvisionInput(input *gqlschema.ProvisionRuntimeInput) (Type, error)
Click to show internal directories.
Click to hide internal directories.