provider

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider interface {
	// Precheck returns error when there's wrong with provider configuration.
	Precheck(ctx context.Context) error
	// Reconcile ensures all resources used by Provider.
	Reconcile(ctx context.Context) error
	// Clean removes all resources created by the provider.
	Clean(ctx context.Context) error
	// IsInitialized returns true when kube apiserver is accessible.
	IsInitialized(ctx context.Context) error
	// IsReady returns true when the cluster is ready to be used.
	IsReady(ctx context.Context) error
}

Jump to

Keyboard shortcuts

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