Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrWrongToolVersion = errors.New("wrong tool version")
Functions ¶
This section is empty.
Types ¶
type Ansible ¶
type Ansible struct {
// contains filtered or unexported fields
}
func (*Ansible) CheckBinVersion ¶
func (*Ansible) SupportsDownload ¶
type Awscli ¶
type Awscli struct {
// contains filtered or unexported fields
}
func (*Awscli) CheckBinVersion ¶
func (*Awscli) SupportsDownload ¶
type Factory ¶
type Factory struct {
// contains filtered or unexported fields
}
func NewFactory ¶
func NewFactory(executor execx.Executor, paths FactoryPaths) *Factory
type FactoryPaths ¶
type FactoryPaths struct {
Bin string
}
type Furyagent ¶
type Furyagent struct {
// contains filtered or unexported fields
}
func (*Furyagent) CheckBinVersion ¶
func (*Furyagent) SupportsDownload ¶
type Git ¶
type Git struct {
// contains filtered or unexported fields
}
func (*Git) CheckBinVersion ¶
func (*Git) SupportsDownload ¶
type Kubectl ¶
type Kubectl struct {
// contains filtered or unexported fields
}
func (*Kubectl) CheckBinVersion ¶
func (*Kubectl) SupportsDownload ¶
type Kustomize ¶
type Kustomize struct {
// contains filtered or unexported fields
}
func (*Kustomize) CheckBinVersion ¶
func (*Kustomize) SupportsDownload ¶
type Openvpn ¶
type Openvpn struct {
// contains filtered or unexported fields
}
func (*Openvpn) CheckBinVersion ¶
func (*Openvpn) SupportsDownload ¶
type Shell ¶
type Shell struct {
// contains filtered or unexported fields
}
func (*Shell) CheckBinVersion ¶
func (*Shell) SupportsDownload ¶
type Terraform ¶
type Terraform struct {
// contains filtered or unexported fields
}
func (*Terraform) CheckBinVersion ¶
func (*Terraform) SupportsDownload ¶
type Validator ¶
type Validator struct {
// contains filtered or unexported fields
}
func NewValidator ¶
func (*Validator) ValidateBaseReqs ¶
type Yq ¶
type Yq struct {
// contains filtered or unexported fields
}
func (*Yq) CheckBinVersion ¶
func (*Yq) SupportsDownload ¶
Click to show internal directories.
Click to hide internal directories.