types

package
v1.105.4 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DownstreamVersionStatus

type DownstreamVersionStatus string
const (
	VersionUnknown          DownstreamVersionStatus = "unknown"           // we don't know
	VersionPendingConfig    DownstreamVersionStatus = "pending_config"    // needs required configuration
	VersionPendingDownload  DownstreamVersionStatus = "pending_download"  // needs to be downloaded from the upstream source
	VersionPendingPreflight DownstreamVersionStatus = "pending_preflight" // waiting for preflights to finish
	VersionPending          DownstreamVersionStatus = "pending"           // can be deployed, but is not yet
	VersionDeploying        DownstreamVersionStatus = "deploying"         // is being deployed
	VersionDeployed         DownstreamVersionStatus = "deployed"          // did deploy successfully
	VersionFailed           DownstreamVersionStatus = "failed"            // did not deploy successfully
)

Jump to

Keyboard shortcuts

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