package
0.28.7
Repository: https://github.com/replicatedhq/ekco.git
Documentation: pkg.go.dev

# Packages

Package mock_k8s is a generated GoMock package.

# Functions

ExecContainer executes a remote execution against a pod.
NewSyncExecutor returns a new SyncExecutor for executing commands in a container.
SyncExec returns exitcode, stdout, stderr.

# Constants

JSONPatchOpAdd constant op "add".
JSONPatchOpRemove constant op "remove".
JSONPatchOpReplace constant op "replace".

# Structs

No description provided by the author
JSONPatchOperation specifies a single JSON patch operation.
No description provided by the author
SyncExecutor is a wrapper around k8s.io/client-go/util/exec that provides an interface for executing synchronous commands in a container.

# Interfaces

SyncExecutorInterface is an interface for executing synchronous commands in a container.