status

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2023 License: Apache-2.0 Imports: 0 Imported by: 11

Documentation

Overview

Package status contains constants for an operation's status.

Index

Constants

View Source
const (
	None    = "none"
	Default = "default"

	NotInstalled = "not installed"
	Installing   = "installing"
	Installed    = "installed"

	NotDeployed = "not deployed"
	Deploying   = "deploying"
	Deployed    = "deployed"

	NotPatched = "not patched"
	Patching   = "patching"
	Patched    = "patched"

	NotApplied = "not applied"
	Applying   = "applying"
	Applied    = "applied"

	NotRemoved = "not removed"
	Removing   = "removing"
	Removed    = "removed"

	NotConnected = "not connected"
	Connecting   = "connecting"
	Connected    = "connected"

	Stopping  = "stopping"
	Starting  = "starting"
	Running   = "running"
	Completed = "completed"
)

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