agent

command
v1.18.0-coveo.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2018 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 4 more Imports: 4 Imported by: 0

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
acs
client
Package acsclient wraps the generated aws-sdk-go client to provide marshalling and unmarshalling of data over a websocket connection in the format expected by ACS.
Package acsclient wraps the generated aws-sdk-go client to provide marshalling and unmarshalling of data over a websocket connection in the format expected by ACS.
handler
Package handler deals with appropriately reacting to all ACS messages as well as maintaining the connection to ACS.
Package handler deals with appropriately reacting to all ACS messages as well as maintaining the connection to ACS.
update_handler
Package updater handles requests to update the agent.
Package updater handles requests to update the agent.
update_handler/os
Package os provides interfaces around the 'os', 'io', and 'ioutil' functions so that may be mocked out appropriately
Package os provides interfaces around the 'os', 'io', and 'ioutil' functions so that may be mocked out appropriately
update_handler/os/mock
Package mock_os is a generated GoMock package.
Package mock_os is a generated GoMock package.
api
mocks
Package mock_api is a generated GoMock package.
Package mock_api is a generated GoMock package.
testutils
Package testutils contains files that are used in tests but not elsewhere and thus can be excluded from the final executable.
Package testutils contains files that are used in tests but not elsewhere and thus can be excluded from the final executable.
app
factory/mocks
Package mock_factory is a generated GoMock package.
Package mock_factory is a generated GoMock package.
mocks
Package mock_credentials is a generated GoMock package.
Package mock_credentials is a generated GoMock package.
oswrapper/mocks
Package mock_oswrapper is a generated GoMock package.
Package mock_oswrapper is a generated GoMock package.
mocks
Package mock_async is a generated GoMock package.
Package mock_async is a generated GoMock package.
mocks
Package mock_containermetadata is a generated GoMock package.
Package mock_containermetadata is a generated GoMock package.
mocks
Package mock_credentials is a generated GoMock package.
Package mock_credentials is a generated GoMock package.
clientfactory/mocks
Package mock_clientfactory is a generated GoMock package.
Package mock_clientfactory is a generated GoMock package.
dockerapi/mocks
Package mock_dockerapi is a generated GoMock package.
Package mock_dockerapi is a generated GoMock package.
dockerauth
Package dockerauth handles storing auth configuration information for Docker registries.
Package dockerauth handles storing auth configuration information for Docker registries.
dockeriface
Package dockeriface contains an interface for go-dockerclient matching the subset used by the agent
Package dockeriface contains an interface for go-dockerclient matching the subset used by the agent
dockeriface/mocks
Package mock_dockeriface is a generated GoMock package.
Package mock_dockeriface is a generated GoMock package.
ec2
http/mocks
Package mock_http is a generated GoMock package.
Package mock_http is a generated GoMock package.
mocks
Package mock_ec2 is a generated GoMock package.
Package mock_ec2 is a generated GoMock package.
ecr
Package ecr helps generate clients to talk to the ECR API
Package ecr helps generate clients to talk to the ECR API
mocks
Package mock_ecr is a generated GoMock package.
Package mock_ecr is a generated GoMock package.
ecs_client
mocks_cnitypes
Package mock_types is a generated GoMock package.
Package mock_types is a generated GoMock package.
mocks_libcni
Package mock_libcni is a generated GoMock package.
Package mock_libcni is a generated GoMock package.
Package emptyvolume contains some information related to the 'emptyvolumes'
Package emptyvolume contains some information related to the 'emptyvolumes'
Package engine contains code for interacting with container-running backends and handling events from them.
Package engine contains code for interacting with container-running backends and handling events from them.
dockerstate/mocks
Package mock_dockerstate is a generated GoMock package.
Package mock_dockerstate is a generated GoMock package.
dockerstate/testutils
Package testutils contains files that are used in tests but not elsewhere and thus can be excluded from the final executable.
Package testutils contains files that are used in tests but not elsewhere and thus can be excluded from the final executable.
mocks
Package mock_engine is a generated GoMock package.
Package mock_engine is a generated GoMock package.
testutils
Package testutils contains files that are used in tests but not elsewhere and thus can be excluded from the final executable.
Package testutils contains files that are used in tests but not elsewhere and thus can be excluded from the final executable.
eni
netlinkwrapper/mocks
Package mock_netlinkwrapper is a generated GoMock package.
Package mock_netlinkwrapper is a generated GoMock package.
networkutils
Package networkutils is a collection of helpers for eni/watcher
Package networkutils is a collection of helpers for eni/watcher
pause/mocks
Package mock_pause is a generated GoMock package.
Package mock_pause is a generated GoMock package.
udevwrapper/mocks
Package mock_udevwrapper is a generated GoMock package.
Package mock_udevwrapper is a generated GoMock package.
Package handler deals with appropriately reacting to all ACS messages as well as maintaining the connection to ACS.
Package handler deals with appropriately reacting to all ACS messages as well as maintaining the connection to ACS.
functional_tests
Package handlers deals with the agent introspection api.
Package handlers deals with the agent introspection api.
mocks
Package mock_handlers is a generated GoMock package.
Package mock_handlers is a generated GoMock package.
mocks/http
Package mock_http is a generated GoMock package.
Package mock_http is a generated GoMock package.
Package httpclient provides a thin, but testable, wrapper around http.Client.
Package httpclient provides a thin, but testable, wrapper around http.Client.
mock
Package mock_http is a generated GoMock package.
Package mock_http is a generated GoMock package.
audit/mocks
Package mock_audit is a generated GoMock package.
Package mock_audit is a generated GoMock package.
mock_resources
Package mock_resources is a generated GoMock package.
Package mock_resources is a generated GoMock package.
Package sighandlers handle signals and behave appropriately.
Package sighandlers handle signals and behave appropriately.
exitcodes
Package exitcodes defines agent exit codes
Package exitcodes defines agent exit codes
Package statemanager implements simple constructs for saving and restoring state from disk.
Package statemanager implements simple constructs for saving and restoring state from disk.
mocks
Package mock_statemanager is a generated GoMock package.
Package mock_statemanager is a generated GoMock package.
mock
Package mock_stats is a generated GoMock package.
Package mock_stats is a generated GoMock package.
resolver/mock
Package mock_resolver is a generated GoMock package.
Package mock_resolver is a generated GoMock package.
tcs
ioutilwrapper/mocks
Package mock_ioutilwrapper is a generated GoMock package.
Package mock_ioutilwrapper is a generated GoMock package.
mocks
Package mock_utils is a generated GoMock package.
Package mock_utils is a generated GoMock package.
oswrapper/mocks
Package mock_oswrapper is a generated GoMock package.
Package mock_oswrapper is a generated GoMock package.
sync
Package sync is an analogue to the stdlib sync package.
Package sync is an analogue to the stdlib sync package.
ttime
Package ttime implements a testable alternative to the Go "time" package.
Package ttime implements a testable alternative to the Go "time" package.
ttime/mocks
Package mock_ttime is a generated GoMock package.
Package mock_ttime is a generated GoMock package.
Package version contains constants to indicate the current version of the agent.
Package version contains constants to indicate the current version of the agent.
gen
Package wsclient wraps the generated aws-sdk-go client to provide marshalling and unmarshalling of data over a websocket connection in the format expected by backend.
Package wsclient wraps the generated aws-sdk-go client to provide marshalling and unmarshalling of data over a websocket connection in the format expected by backend.
mock
Package mock_wsclient is a generated GoMock package.
Package mock_wsclient is a generated GoMock package.
wsconn/mock
Package mock_wsconn is a generated GoMock package.
Package mock_wsconn is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL