constants

package
v0.5.61 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2024 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// StatusCreated is set once the resource has been successfully created
	StatusCreated = "created"

	// StatusTainted indicates that the resources has been successfully created
	// but should be destroyed and re-created
	StatusTainted = "tainted"

	// StatusFailed indicates that the resource failed to create
	StatusFailed = "failed"

	// StatusDisabled indicates that the resources has been disabled and no
	// resources have been created
	StatusDisabled = "disabled"
)
View Source
const PropertyStatus = "status"

PropertyStatus is the key for the Metadata property that contains the status

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