Documentation
¶
Index ¶
- func UnmarshalStdout[K any](t *testing.T, h *Helm) []K
- type Helm
- type OptionFunc
- func WithGlobalValues(values ...string) OptionFunc
- func WithNamespace(namespace string) OptionFunc
- func WithShowOnly(chart, tplYamlFileName string) OptionFunc
- func WithShowOnlySchedulerSTS() OptionFunc
- func WithShowOnlySentryDeployment() OptionFunc
- func WithShowOnlyServices(t *testing.T) OptionFunc
- func WithValues(values ...string) OptionFunc
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 WithShowOnlySentryDeployment ¶ added in v1.16.0
func WithShowOnlySentryDeployment() 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.