common

package
v0.10.2 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OperationCreate = "create"
	OperationSubmit = "submit"
	OperationUpdate = "update"
	OperationDelete = "delete"
	OperationUpsert = "upsert"

	StateCreated  = "created"
	StateDeleted  = "deleted"
	StateUpgraded = "upgraded"
	StateReady    = "ready"
	StateFound    = "found"
)

Variables

This section is empty.

Functions

func ValidateClientset

func ValidateClientset(kubeClientset kubernetes.Interface) error

Types

type WaiterConfig

type WaiterConfig struct {
	// contains filtered or unexported fields
}

func NewWaiterConfig

func NewWaiterConfig(tries int, interval time.Duration) WaiterConfig

func (WaiterConfig) GetInterval

func (w WaiterConfig) GetInterval() time.Duration

func (WaiterConfig) GetTries

func (w WaiterConfig) GetTries() int

Jump to

Keyboard shortcuts

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