# Packages
Package containerd abstracts all containerd specific behaviour.
# Functions
EndpointCorrelationSleepTime returns the sleep time between correlation attempts.
GetRuntimeDefaultOpt returns the default options for the given container runtime.
GetRuntimeOpt returns the options for the given container runtime.
GetRuntimesString returns a string representation of the container runtimes stored and the list of options for each container runtime.
Init initializes the workloads package.
Owner returns the owner instance of all workloads.
ParseConfig parses the containerRuntimes and the containerRuntime options and adds them to the internal containerRuntime maps.
# Constants
No description provided by the author
No description provided by the author
EndpointCorrelationMaxRetries is the number of retries to correlate a workload start event with an exising endpoint before giving up.
No description provided by the author
# Interfaces
WorkloadOwner is the interface that the owner of workloads must implement.