Creates a new instance of TestChartOptions.
Optional
filter: stringThe test filter
Optional
timeout: stringThe operation timeout
Optional
namespace: stringOptional
Readonly
filterSpecify tests by attribute (currently "name") using attribute=value syntax or '!attribute=value' to exclude a test (can specify multiple or separate values with commas: name=test1,name=test2)
Optional
Readonly
namespaceOptional
Readonly
timeoutTime to wait for any individual Kubernetes operation (like Jobs for hooks) (default 5m0s)
Applies the options to the given builder.
The builder to apply the options to
Represents the options to use when testing a chart.