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.
Click to show internal directories.
Click to hide internal directories.