Documentation
¶
Index ¶
- func AsdfPlugins() error
- type Component
- type Config
- type GitRepo
- type HelmRepo
- type Lint
- type Test
- func (t Test) Bootstrap() error
- func (t Test) Cleanup() error
- func (t Test) ClusterOrchClusterApiAllTest() error
- func (t Test) ClusterOrchClusterApiSmokeTest() error
- func (t Test) ClusterOrchRobustness() error
- func (t Test) ClusterOrchTemplateApiAllTest() error
- func (t Test) ClusterOrchTemplateApiSmokeTest() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Component ¶
type Component struct {
Name string `yaml:"name" json:"name"`
SkipComponent bool `yaml:"skip-component" json:"skip-component"`
SkipLocalBuild bool `yaml:"skip-local-build" json:"skip-local-build"`
HelmRepo []HelmRepo `yaml:"helm-repo" json:"helm-repo"`
GitRepo GitRepo `yaml:"git-repo" json:"git-repo"`
PreInstallCommands []string `yaml:"pre-install-commands" json:"pre-install-commands"`
MakeDirectory string `yaml:"make-directory" json:"make-directory"`
MakeVariables []string `yaml:"make-variables" json:"make-variables"`
MakeTargets []string `yaml:"make-targets" json:"make-targets"`
PostInstallCommands []string `yaml:"post-install-commands" json:"post-install-commands"`
}
type HelmRepo ¶
type HelmRepo struct {
URL string `yaml:"url" json:"url"`
ReleaseName string `yaml:"release-name" json:"release-name"`
Package string `yaml:"package" json:"package"`
Namespace string `yaml:"namespace" json:"namespace"`
Version string `yaml:"version" json:"version"`
UseDevel bool `yaml:"use-devel" json:"use-devel"`
Overrides string `yaml:"overrides" json:"overrides"`
}
type Lint ¶
func (Lint) FixMarkdown ¶
FixMarkdown Fix lint issues in markdown files.
type Test ¶
func (Test) ClusterOrchClusterApiAllTest ¶
ClusterOrchClusterApiAllTest Runs cluster orch cluster api all tests
func (Test) ClusterOrchClusterApiSmokeTest ¶
ClusterOrchClusterApiSmokeTest Runs cluster orch cluster api smoke test
func (Test) ClusterOrchRobustness ¶
ClusterOrchRobustness Runs cluster orch robustness test
func (Test) ClusterOrchTemplateApiAllTest ¶
ClusterOrchTemplateApiAllTest Runs template api all tests
func (Test) ClusterOrchTemplateApiSmokeTest ¶
ClusterOrchTemplateApiSmokeTest Runs template api smoke test
Click to show internal directories.
Click to hide internal directories.