Documentation ¶
Index ¶
Constants ¶
View Source
const ( ContainerCreated = "Created" ContainerFailed = "Failed" ContainerMigrated = "Migrated" ContainerMigratedByDrs = "MigratedByDrs" ContainerPoweredOff = "PoweredOff" ContainerPoweredOn = "PoweredOn" ContainerReconfigured = "Reconfigured" ContainerRelocated = "Relocated" ContainerRemoved = "Removed" ContainerResumed = "Resumed" ContainerShutdown = "Shutdown" ContainerStarted = "Started" ContainerStopped = "Stopped" ContainerSuspended = "Suspended" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseEvent ¶
type ContainerEvent ¶
type ContainerEvent struct {
*BaseEvent
}
func (*ContainerEvent) Topic ¶
func (ce *ContainerEvent) Topic() string
type EventTopic ¶
type EventTopic interface {
Topic() string
}
Click to show internal directories.
Click to hide internal directories.