annotation

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DefaultInstallAnnotations   = []Install{InstallDescription{}, InstallDisableHooks{}}
	DefaultUpgradeAnnotations   = []Upgrade{UpgradeDescription{}, UpgradeDisableHooks{}, UpgradeForce{}}
	DefaultUninstallAnnotations = []Uninstall{UninstallDescription{}, UninstallDisableHooks{}}
)

Functions

This section is empty.

Types

type Install

type Install interface {
	Name() string
	InstallOption(string) helmclient.InstallOption
}

type InstallDescription

type InstallDescription struct {
	CustomName string
}

func (InstallDescription) InstallOption

func (InstallDescription) Name

func (i InstallDescription) Name() string

type InstallDisableHooks

type InstallDisableHooks struct {
	CustomName string
}

func (InstallDisableHooks) InstallOption

func (i InstallDisableHooks) InstallOption(val string) helmclient.InstallOption

func (InstallDisableHooks) Name

func (i InstallDisableHooks) Name() string

type Uninstall

type Uninstall interface {
	Name() string
	UninstallOption(string) helmclient.UninstallOption
}

type UninstallDescription

type UninstallDescription struct {
	CustomName string
}

func (UninstallDescription) Name

func (u UninstallDescription) Name() string

func (UninstallDescription) UninstallOption

type UninstallDisableHooks

type UninstallDisableHooks struct {
	CustomName string
}

func (UninstallDisableHooks) Name

func (u UninstallDisableHooks) Name() string

func (UninstallDisableHooks) UninstallOption

func (u UninstallDisableHooks) UninstallOption(val string) helmclient.UninstallOption

type Upgrade

type Upgrade interface {
	Name() string
	UpgradeOption(string) helmclient.UpgradeOption
}

type UpgradeDescription

type UpgradeDescription struct {
	CustomName string
}

func (UpgradeDescription) Name

func (u UpgradeDescription) Name() string

func (UpgradeDescription) UpgradeOption

type UpgradeDisableHooks

type UpgradeDisableHooks struct {
	CustomName string
}

func (UpgradeDisableHooks) Name

func (u UpgradeDisableHooks) Name() string

func (UpgradeDisableHooks) UpgradeOption

func (u UpgradeDisableHooks) UpgradeOption(val string) helmclient.UpgradeOption

type UpgradeForce

type UpgradeForce struct {
	CustomName string
}

func (UpgradeForce) Name

func (u UpgradeForce) Name() string

func (UpgradeForce) UpgradeOption

func (u UpgradeForce) UpgradeOption(val string) helmclient.UpgradeOption

Jump to

Keyboard shortcuts

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