constants

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BaseDomain   = "kube-upgrade.heathcliff.eu/"
	NodePrefix   = "node." + BaseDomain
	ConfigPrefix = "config." + BaseDomain
)
View Source
const (
	NodeKubernetesVersion = NodePrefix + "kubernetesVersion"
	NodeUpgradeStatus     = NodePrefix + "status"
	NodeUpgradedVersion   = NodePrefix + "upgradedVersion"
)
View Source
const (
	NodeUpgradeStatusPending   = "pending"
	NodeUpgradeStatusRebasing  = "rebasing"
	NodeUpgradeStatusUpgrading = "upgrading"
	NodeUpgradeStatusCompleted = "completed"
	NodeUpgradeStatusError     = "error"
)
View Source
const (
	ConfigStream         = ConfigPrefix + "stream"
	ConfigFleetlockURL   = ConfigPrefix + "fleetlock-url"
	ConfigFleetlockGroup = ConfigPrefix + "fleetlock-group"
	ConfigCheckInterval  = ConfigPrefix + "check-interval"
	ConfigRetryInterval  = ConfigPrefix + "retry-interval"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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