Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BinaryPlugin ¶
type BinaryPlugin struct { Name string DownloadFn func(string) (string, error) Binary string Version string Args []string }
type HelmTemplateOptions ¶ added in v0.0.7
HelmTemplateOptions options for templating helm charts
type Options ¶
type Options struct { options.BaseOptions Dir string SettingsFile string WorkDir string OutFile string ChartsDir string SourceDir string RecurseCharts bool Helm BinaryPlugin ConftestPlugin BinaryPlugin HelmPlugin BinaryPlugin KubeScorePlugin BinaryPlugin KubevalPlugin BinaryPlugin PolarisPlugin BinaryPlugin CommandRunner cmdrunner.CommandRunner Settings *v1alpha1.KubeTest }
Options the options for the command
func (*Options) TestCharts ¶
TestCharts tests the charts
func (*Options) TestResources ¶
TestResources tests the resources
type ResourceLocation ¶
Click to show internal directories.
Click to hide internal directories.