Opens a new window with list of versions in this module.
Published: Aug 5, 2025 License: Apache-2.0Opens a new window with license information.
Imports: 1Opens a new window with list of imports.
Imported by: 20Opens a new window with list of known importers.
Documentation ¶This section is empty.
This section is empty.
This section is empty.
Action is used for event-actions.
const ( ActionCreate Action = "create" ActionStart Action = "start" ActionRestart Action = "restart" ActionStop Action = "stop" ActionCheckpoint Action = "checkpoint" ActionPause Action = "pause" ActionUnPause Action = "unpause" ActionAttach Action = "attach" ActionDetach Action = "detach" ActionResize Action = "resize" ActionUpdate Action = "update" ActionRename Action = "rename" ActionKill Action = "kill" ActionDie Action = "die" ActionOOM Action = "oom" ActionDestroy Action = "destroy" ActionRemove Action = "remove" ActionCommit Action = "commit" ActionTop Action = "top" ActionCopy Action = "copy" ActionArchivePath Action = "archive-path" ActionExport Action = "export" ActionImport Action = "import" ActionSave Action = "save" ActionLoad Action = "load" ActionTag Action = "tag" ActionUnTag Action = "untag" ActionPush Action = "push" ActionPull Action = "pull" ActionPrune Action = "prune" ActionDelete Action = "delete" ActionEnable Action = "enable" ActionDisable Action = "disable" ActionConnect Action = "connect" ActionDisconnect Action = "disconnect" ActionReload Action = "reload" ActionMount Action = "mount" ActionUnmount Action = "unmount" ActionExecCreate Action = "exec_create" ActionExecStart Action = "exec_start" ActionExecDie Action = "exec_die" ActionExecDetach Action = "exec_detach" ActionHealthStatus Action = "health_status" ActionHealthStatusRunning Action = "health_status: running" ActionHealthStatusHealthy Action = "health_status: healthy" ActionHealthStatusUnhealthy Action = "health_status: unhealthy" )
Actor describes something that generates events, like a container, or a network, or a volume. It has a defined name and a set of attributes. The container attributes are its labels, other actors can generate these attributes from other properties.
ListOptions holds parameters to filter events with.
type Message struct { Status string `json:"status,omitempty"` ID string `json:"id,omitempty"` From string `json:"from,omitempty"` Type Type Action Action Actor Actor Scope string `json:"scope,omitempty"` Time int64 `json:"time,omitempty"` TimeNano int64 `json:"timeNano,omitempty"` }
Message represents the information an event contains
Type is used for event-types.
const ( BuilderEventType Type = "builder" ConfigEventType Type = "config" ContainerEventType Type = "container" DaemonEventType Type = "daemon" ImageEventType Type = "image" NetworkEventType Type = "network" NodeEventType Type = "node" PluginEventType Type = "plugin" SecretEventType Type = "secret" ServiceEventType Type = "service" VolumeEventType Type = "volume" )
List of known event types.
Source Files ¶Click to show internal directories.
Click to hide internal directories.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4