Documentation ¶
Overview ¶
Package containerlifecycle constains constants used by the container life cycle check.
Index ¶
Constants ¶
View Source
const ( // PayloadV1 represents the payload v1 version PayloadV1 = "v1" // EventNameDelete represents deletion events EventNameDelete = "delete" // ObjectKindContainer represents container events ObjectKindContainer = "container" // ObjectKindPod represents pod events ObjectKindPod = "pod" // ObjectKindTask represents task events ObjectKindTask = "task" )
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.