status

package
v6.11.2 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// AppNotFoundStatus is set in the CR status when the app in question
	// cannot be found in the index.yaml of a catalog.
	AppNotFoundStatus = "app-not-found"

	// AppVersionNotFoundStatus is set in the CR status when the app in question
	// is found in the index.yaml of a catalog, but the given version is not.
	AppVersionNotFoundStatus = "app-version-not-found"

	// CatalogEmptyStatus is set in the CR status when the catalog's index.yaml
	// has no entries or is nil.
	CatalogEmptyStatus = "catalog-empty"

	// ConfigmapMergeFailedStatus is set in the CR status when there is an failure during
	// merge configmaps.
	ConfigmapMergeFailedStatus = "configmap-merge-failed"

	// IndexNotFoundStatus is set in the CR status when the catalog's index.yaml
	// has no entries or is nil.
	IndexNotFoundStatus = "index-not-found"

	// ResourceNotFoundStatus is set in the CR status when there is an failure during
	// finding dependents kubernete resources.
	ResourceNotFoundStatus = "resource-not-found"

	// SecretMergeFailedStatus is set in the CR status when there is an failure during
	// merge secrets.
	SecretMergeFailedStatus = "secret-merge-failed"

	// UnknownError is set in the CR status when there is an failure during
	// merge secrets.
	UnknownError = "unknown-error"
)

Variables

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