clusterproperties

package
v0.0.0-...-7493113 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// MadeByOSDe2e property to attach to clusters.
	MadeByOSDe2e = "MadeByOSDe2e"

	// OwnedBy property which will tell who made the cluster.
	OwnedBy = "OwnedBy"

	// InstalledVersion property will tell which OSD version was installed in the cluster initially.
	InstalledVersion = "InstalledVersion"

	// UpgradeVersion property will tell which OSD version was installed in the cluster recently as an upgrade.
	UpgradeVersion = "UpgradeVersion"

	// Status the status for the cluster
	Status = "Status"

	// JobName is the name of job that is associated with the cluster.
	JobName = "JobName"

	// JobID is the name of the job ID that is associated with the cluster.
	JobID = "JobID"

	// ProvisionShardID is the shard ID that is set to provision a shard for the cluster.
	ProvisionShardID = "provision_shard_id"
)

Common cluster properties

View Source
const (
	// StatusProvisioning represents when the cluster has just been provisioned.
	StatusProvisioning = "provisioning"

	// StatusWaitingForReady represents the cluster currently waiting for ready.
	StatusWaitingForReady = "waiting-for-ready"

	// StatusHealthCheck represents the cluster checking for health.
	StatusHealthCheck = "health-check"

	// StatusHealthy represents the cluster passing the health check.
	StatusHealthy = "healthy"

	// StatusUnhealthy represents the cluster failing the health check.
	StatusUnhealthy = "unhealthy"

	// StatusUpgrading represents the cluster upgrading.
	StatusUpgrading = "upgrading"

	// StatusUpgradeHealthCheck represents the cluster checking for health during an upgrade.
	StatusUpgradeHealthCheck = "upgrade-health-check"

	// StatusUpgradeHealthy represents the upgraded cluster passing the health check.
	StatusUpgradeHealthy = "upgrade-healthy"

	// StatusUpgradeUnhealthy represents the upgraded cluster failing the health check.
	StatusUpgradeUnhealthy = "upgrade-unhealthy"

	// StatusUninstalling represents the cluster uninstalling.
	StatusUninstalling = "uninstalling"

	// StatusCompleted represents the cluster having finished its CI work and awaiting teardown.
	StatusCompleted = "completed"

	// StatusCompletedPassing represents the cluster having finished its CI and tests having passed
	StatusCompletedPassing = "completed-passing"

	// StatusCompletedFailing represents the cluster having finished its CI and tests having failed
	StatusCompletedFailing = "completed-failing"

	// StatusCompletedError represents the cluster that exhibits issues outside of the test results
	StatusCompletedError = "completed-error"

	// StatusResuming represents the cluster having just been woken up
	StatusResuming = "resuming"
)

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