anotations

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2021 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Annotation

type Annotation struct {
	Name        string   `json:"name,omitempty" yaml:"name,omitempty"`
	Datasource  string   `json:"datasource,omitempty" yaml:"datasource,omitempty"`
	ShowLine    bool     `json:"showLine,omitempty" yaml:"showLine,omitempty"`
	IconColor   string   `json:"iconColor,omitempty" yaml:"iconColor,omitempty"`
	LineColor   string   `json:"lineColor,omitempty" yaml:"lineColor,omitempty"`
	IconSize    uint     `json:"iconSize,omitempty" yaml:"iconSize,omitempty"`
	Enable      bool     `json:"enable,omitempty" yaml:"enable,omitempty"`
	Query       string   `json:"query,omitempty" yaml:"query,omitempty"`
	Expr        string   `json:"expr,omitempty" yaml:"expr,omitempty"`
	Step        string   `json:"step,omitempty" yaml:"step,omitempty"`
	TextField   string   `json:"textField,omitempty" yaml:"textField,omitempty"`
	TextFormat  string   `json:"textFormat,omitempty" yaml:"textFormat,omitempty"`
	TitleFormat string   `json:"titleFormat,omitempty" yaml:"titleFormat,omitempty"`
	TagsField   string   `json:"tagsField,omitempty" yaml:"tagsField,omitempty"`
	Tags        []string `json:"tags,omitempty" yaml:"tags,omitempty"`
	TagKeys     string   `json:"tagKeys,omitempty" yaml:"tagKeys,omitempty"`
	Type        string   `json:"type,omitempty" yaml:"type,omitempty"`
}

func (*Annotation) DeepCopy

func (in *Annotation) DeepCopy() *Annotation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Annotation.

func (*Annotation) DeepCopyInto

func (in *Annotation) DeepCopyInto(out *Annotation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL