Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceStatus ¶
type ResourceStatus int32
const ( // ResourceStatusNone is the zero state of a task resource ResourceStatusNone ResourceStatus = iota // ResourceCreated represents state where task resource has been created ResourceCreated // ResourceRemoved represents state where task resource has been cleaned up ResourceRemoved )
Click to show internal directories.
Click to hide internal directories.