package
0.0.0-20250310201526-dc68de2e30cb
Repository: https://github.com/openshift/cluster-logging-operator.git
Documentation: pkg.go.dev

# Functions

AdmTop creates an 'oc adm top' command.
Exec creates an 'oc exec' command.
Get creates an 'oc get' command.
Literal takes an oc command string and runs it.
Exec creates an 'oc exec' command.

# Constants

CMD is the command to be run by the runner.

# Interfaces

Execer is interface for collecting arguments for Exec command.
Command is a base interface to run oc commands.
Execer is interface for collecting arguments for Exec command.
Getter is interface for collecting arguments for Get command.
ILiteral is an interface for collecting the command string.
Logs is interface for collecting arguments for Logs command.