Documentation ¶
Index ¶
- func SupportFlag(flag string, ocPath string, runner util.Runner) bool
- type OcRunner
- func (oc *OcRunner) AddCliContext(context string, ip string, username string, namespace string) error
- func (oc *OcRunner) AddSudoerRoleForUser(user string) error
- func (oc *OcRunner) Run(command string, stdOut io.Writer, stdErr io.Writer) int
- func (oc *OcRunner) RunAsUser(command string, stdOut io.Writer, stdErr io.Writer) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OcRunner ¶
func NewOcRunner ¶
NewOcRunner creates a new OcRunner which uses the oc binary specified via the ocPath parameter. An error is returned in case the oc binary does not exist or is not executable.
func (*OcRunner) AddCliContext ¶
func (oc *OcRunner) AddCliContext(context string, ip string, username string, namespace string) error
AddCliContext adds a CLI context for the user and namespace for the current OpenShift cluster. See also https://docs.openshift.com/enterprise/3.0/cli_reference/manage_cli_profiles.html
func (*OcRunner) AddSudoerRoleForUser ¶
AddSudoerRoleForUser gives the specified user the sudoer role See also https://docs.openshift.org/latest/architecture/additional_concepts/authentication.html#authentication-impersonation
Click to show internal directories.
Click to hide internal directories.