Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Name ¶
type Name string
const ( Ansible Name = "ansible" Awscli Name = "awscli" Furyagent Name = "furyagent" Git Name = "git" Yq Name = "yq" Kubectl Name = "kubectl" Kustomize Name = "kustomize" Openvpn Name = "openvpn" Terraform Name = "terraform" Shell Name = "shell" Helm Name = "helm" Helmfile Name = "helmfile" Sed Name = "sed" Kapp Name = "kapp" )
type RunnerFactory ¶
type RunnerFactory struct {
// contains filtered or unexported fields
}
func NewRunnerFactory ¶
func NewRunnerFactory(executor execx.Executor, paths RunnerFactoryPaths) *RunnerFactory
type RunnerFactoryPaths ¶
type RunnerFactoryPaths struct {
Bin string
}
Click to show internal directories.
Click to hide internal directories.