Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Helm ¶
type Helm struct {
// contains filtered or unexported fields
}
Helm test helm chart template. It is not really an integration test but this seems the best place to place it
type OptionFunc ¶
type OptionFunc func(*options)
OptionFunc is a function that configures the process.
func WithGlobalValues ¶
func WithGlobalValues(values ...string) OptionFunc
func WithNamespace ¶
func WithNamespace(namespace string) OptionFunc
func WithShowOnly ¶
func WithShowOnly(chart, tplYamlFileName string) OptionFunc
WithShowOnly adds a specific template yaml file at a specific chart to the list of resources to show only
func WithShowOnlySchedulerSTS ¶
func WithShowOnlySchedulerSTS() OptionFunc
func WithShowOnlyServices ¶
func WithShowOnlyServices(t *testing.T) OptionFunc
func WithValues ¶
func WithValues(values ...string) OptionFunc
Click to show internal directories.
Click to hide internal directories.