Documentation
¶
Index ¶
- type Helm
- type OptionFunc
- func WithExit1() OptionFunc
- func WithGlobalValues(values ...string) OptionFunc
- func WithJSONValue(jsonString string) OptionFunc
- func WithNamespace(namespace string) OptionFunc
- func WithShowOnly(chart, tplYamlFileName string) OptionFunc
- func WithShowOnlyOperatorDeploy() OptionFunc
- func WithShowOnlyPlacementSTS() OptionFunc
- func WithShowOnlySchedulerSTS() OptionFunc
- func WithShowOnlySentryDeploy() OptionFunc
- func WithShowOnlySidecarInjectorDeploy() OptionFunc
- func WithStderr(stderr io.WriteCloser) OptionFunc
- func WithStdout(stdout io.WriteCloser) OptionFunc
- func WithStringValues(values ...string) OptionFunc
- func WithValues(values ...string) OptionFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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 WithExit1 ¶
func WithExit1() OptionFunc
func WithGlobalValues ¶
func WithGlobalValues(values ...string) OptionFunc
func WithJSONValue ¶
func WithJSONValue(jsonString 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 WithShowOnlyOperatorDeploy ¶
func WithShowOnlyOperatorDeploy() OptionFunc
func WithShowOnlyPlacementSTS ¶
func WithShowOnlyPlacementSTS() OptionFunc
func WithShowOnlySchedulerSTS ¶
func WithShowOnlySchedulerSTS() OptionFunc
func WithShowOnlySentryDeploy ¶
func WithShowOnlySentryDeploy() OptionFunc
func WithShowOnlySidecarInjectorDeploy ¶
func WithShowOnlySidecarInjectorDeploy() OptionFunc
func WithStderr ¶
func WithStderr(stderr io.WriteCloser) OptionFunc
func WithStdout ¶
func WithStdout(stdout io.WriteCloser) OptionFunc
func WithStringValues ¶
func WithStringValues(values ...string) OptionFunc
func WithValues ¶
func WithValues(values ...string) OptionFunc
Click to show internal directories.
Click to hide internal directories.