devenvutil

package
v1.0.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Backoff

func Backoff(ctx context.Context, d time.Duration, max uint64, fn func() error, log logrus.FieldLogger) error

Backoff is a light wrapper around the backoff library

func EnsureDevenvRunning

func EnsureDevenvRunning(ctx context.Context) error

EnsureDevenvRunning returns an error if the developer environment is not running.

func RunKubernetesCommand

func RunKubernetesCommand(ctx context.Context, wd, name string, args ...string) error

RunKubernetesCommand runs a command with KUBECONFIG set. This command runs in the provided working directory Deprecated: Use cmdutil.RunKubernetesCommand instead.

func WaitForDevenv

func WaitForDevenv(ctx context.Context, sopt *status.Options, log logrus.FieldLogger) error

WaitForDevenv waits for the developer environment to be up and handle context cancellation. This blocks until finished.

Types

type DeleteObjectsObjects

type DeleteObjectsObjects struct {
	Type       runtime.Object
	Namespaces []string
	Validator  func(obj *unstructured.Unstructured) (filter bool)
}

type ListableType

type ListableType interface {
	List(context.Context, metav1.ListOptions) (interface{}, error)
}

Jump to

Keyboard shortcuts

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