k8s

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CLIVersionLabel = "backyards.banzaicloud.io/cli-version"
	ManagedByLabel  = "banzaicloud.io/managed-by"
	ManagedBy       = "backyards-cli"

	Skip      response = "Skip this resource"
	SkipAll   response = "Skip all"
	Manage    response = "Manage this resource from now on"
	ManageAll response = "Manage all"
	Delete    response = "Delete"
	DeleteAll response = "Delete all"
	Quit      response = "Quit"
)

Variables

This section is empty.

Functions

func NewLabelManager

func NewLabelManager(interactive bool, version string) k8s.LabelManager

Types

type NullLabelManager

type NullLabelManager struct{}

func (*NullLabelManager) CheckLabelsBeforeCreate

func (lm *NullLabelManager) CheckLabelsBeforeCreate(actual runtime.Object) (bool, error)

func (*NullLabelManager) CheckLabelsBeforeDelete

func (lm *NullLabelManager) CheckLabelsBeforeDelete(actual runtime.Object) (bool, error)

func (*NullLabelManager) CheckLabelsBeforeUpdate

func (lm *NullLabelManager) CheckLabelsBeforeUpdate(actual, desired runtime.Object) (bool, error)

Jump to

Keyboard shortcuts

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