Documentation
¶
Index ¶
- func List(options ...Option) variable.Option
- type Builder
- type Option
- func AllowAllValue(isAllValueAllowed bool) Option
- func AllowMultiple(isMultipleValuesAllowed bool) Option
- func CapturingRegexp(regexp string) Option
- func CustomAllValue(value string) Option
- func DefaultValue(value string) Option
- func DefaultValues(values ...string) Option
- func Description(description string) Option
- func DisplayName(displayName string) Option
- func Filter(variables ...v1.Variable) Option
- func Hidden(isHidden bool) Option
- func SortingBy(sort variable.Sort) Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Builder ¶
type Builder struct {
ListVariableSpec dashboard.ListVariableSpec `json:",inline" yaml:",inline"`
Filters []v1.Variable `json:"-" yaml:"-"`
}
type Option ¶
func AllowAllValue ¶
func AllowMultiple ¶
func CapturingRegexp ¶
func CustomAllValue ¶
func DefaultValue ¶
func DefaultValues ¶
func Description ¶
func DisplayName ¶
Click to show internal directories.
Click to hide internal directories.