# Functions
DefaultConfig returns the default configuration for Linux.
NewConfig returns a config struct created by merging environment variables, a config file, and EC2 Metadata info.
NewSensitiveRawMessage returns a new encapsulated json.RawMessage or nil if the data is empty.
# Constants
this is left blank right now for net=bridge.
AgentCredentialsPort is used to serve the credentials for tasks.
AgentIntrospectionPort is used to serve the metadata about the agent and to query the tasks being managed by the agent.
DefaultClusterName is the name of the default cluster.
DefaultDockerStopTimeout specifies the value for container stop timeout duration.
No description provided by the author
DefaultImageCleanupTimeInterval specifies the default value for image cleanup duration.
DefaultImageDeletionAge specifies the default value for minimum amount of elapsed time after an image has been pulled before it can be deleted.
DefaultMinSupportedCNIVersion denotes the minimum version of cni spec required.
DefaultNumImagesToDeletePerCycle specifies the default number of images to delete when agent performs image cleanup.
Default cgroup prefix for ECS tasks.
DefaultTaskCleanupWaitDuration specifies the default value for task cleanup duration.
http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=docker.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
DefaultPauseContainerImageName is the name of the pause container image.
DefaultPauseContainerTag is the tag for the pause container image.
# Structs
No description provided by the author
SensitiveRawMessage is a struct to store some data that should not be logged or printed.
# Interfaces
No description provided by the author
# Type aliases
Conditional makes it possible to understand if a variable was set explicitly or relies on a default setting.