types

package
v1.109.12 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 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
	VersionPendingClusterManagement DownstreamVersionStatus = "pending_cluster_management" // needs cluster configuration
	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