Documentation
¶
Overview ¶
Package yaml reads and writes artifacts that exactly mirror the internal representation
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotSupported = errors.New("yaml only supported for sources and dashboards")
Functions ¶
This section is empty.
Types ¶
type MetricsView ¶
type Source ¶
type Source struct {
Type string
Path string `yaml:"path,omitempty"`
CsvDelimiter string `yaml:"csv.delimiter,omitempty" mapstructure:"csv.delimiter,omitempty"`
URI string `yaml:"uri,omitempty"`
Region string `yaml:"region,omitempty" mapstructure:"region,omitempty"`
GlobMaxTotalSize int64 `yaml:"glob.max_total_size,omitempty" mapstructure:"glob.max_total_size,omitempty"`
GlobMaxObjectsMatched int `yaml:"glob.max_objects_matched,omitempty" mapstructure:"glob.max_objects_matched,omitempty"`
GlobMaxObjectsListed int64 `yaml:"glob.max_objects_listed,omitempty" mapstructure:"glob.max_objects_listed,omitempty"`
GlobPageSize int `yaml:"glob.page_size,omitempty" mapstructure:"glob.page_size,omitempty"`
}
*
- This file contains the mapping from CatalogObject to Yaml files
Click to show internal directories.
Click to hide internal directories.