Creates a new instance of TestChartOptions.
Optionalfilter: stringThe test filter
Optionaltimeout: stringThe operation timeout
Optionalnamespace: stringOptional ReadonlyfilterSpecify 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 ReadonlynamespaceOptional ReadonlytimeoutTime 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.