package
1.14.4
Repository: https://github.com/datawire/ambassador.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
AvailableIntercepts requests a list of deployments available for intercept from the daemon.
DaemonWorks returns whether the daemon can function on this platform.
Disconnect asks the daemon to disconnect from the connected cluster.
IsServerRunning reports whether or not the daemon server is running.
LaunchDaemon will launch the daemon responsible for doing the intercepts.
ListIntercepts requests a list current intercepts from the daemon.
NewCmdUsage constructs a cobra UsageFunc for a command based on the command groups passed in.
No description provided by the author
Pause requests that the network overrides are turned off.
Quit sends the quit message to the daemon and waits for it to exit.
RemoveIntercept tells the daemon to deactivate and remove an existent intercept.
Resume requests that the network overrides are turned back on (after using Pause).
Status will retrieve connectivity status from the daemon and print it on stdout.
Version requests version info from the daemon and prints both client and daemon version.

# Structs

CmdGroup represents a group of commands and the name of that group.
A ConnectInfo contains all information needed to connect to a cluster.
An InterceptInfo contains all information needed to add a deployment intercept.
No description provided by the author
No description provided by the author