provisioner

package
v0.0.0-...-9d844a2 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	ProvisionRuntime(config schema.ProvisionRuntimeInput) (operationStatusID string, runtimeID string, err error)
	UpgradeShoot(runtimeID string, config schema.UpgradeShootInput) (schema.OperationStatus, error)
	UpgradeRuntime(runtimeID string, config schema.UpgradeRuntimeInput) (schema.OperationStatus, error)
	DeprovisionRuntime(runtimeID string) (string, error)
	ReconnectRuntimeAgent(runtimeID string) (string, error)
	RuntimeStatus(runtimeID string) (schema.RuntimeStatus, error)
	RuntimeOperationStatus(operationID string) (schema.OperationStatus, error)
	HibernateRuntime(runtimeID string) (string, error)
}

func NewProvisionerClient

func NewProvisionerClient(endpoint, tenant string, queryLogging bool) Client

Jump to

Keyboard shortcuts

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