common

package
v0.0.0-...-e553a09 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2024 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

View Source
const DefaultFieldManager = "helm"
View Source
const KubectlEditFieldManager = "kubectl-edit"
View Source
const OldFieldManagerPrefix = "werf"

Variables

This section is empty.

Functions

This section is empty.

Types

type DeletePolicy

type DeletePolicy string
const (
	DeletePolicySucceeded      DeletePolicy = "succeeded"
	DeletePolicyFailed         DeletePolicy = "failed"
	DeletePolicyBeforeCreation DeletePolicy = "before-creation"
)

type DeployType

type DeployType string
const (
	// Activated for the first revision of the release.
	DeployTypeInitial DeployType = "Initial"
	// Activated when no successful revision found. But for the very first revision
	// DeployTypeInitial is used instead.
	DeployTypeInstall DeployType = "Install"
	// Activated when a successful revision found.
	DeployTypeUpgrade  DeployType = "Upgrade"
	DeployTypeRollback DeployType = "Rollback"
)

Jump to

Keyboard shortcuts

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