hyperscaler

package
v0.0.0-...-78ccc35 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 30, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

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

type Credentials struct {
	Name            string
	TenantName      string
	HyperscalerType Type
	CredentialData  map[string][]byte
}

type Type

type Type string
const (
	Azure Type = "azure"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL