Skip to content

AnnotationTargetBuilder🔗

Constructor🔗

func NewAnnotationTargetBuilder() *AnnotationTargetBuilder

Methods🔗

Build🔗

Builds the object.

func (builder *AnnotationTargetBuilder) Build() (AnnotationTarget, error)

Limit🔗

Only required/valid for the grafana datasource...

but code+tests is already depending on it so hard to change

func (builder *AnnotationTargetBuilder) Limit(limit int64) *AnnotationTargetBuilder

MatchAny🔗

Only required/valid for the grafana datasource...

but code+tests is already depending on it so hard to change

func (builder *AnnotationTargetBuilder) MatchAny(matchAny bool) *AnnotationTargetBuilder

Tags🔗

Only required/valid for the grafana datasource...

but code+tests is already depending on it so hard to change

func (builder *AnnotationTargetBuilder) Tags(tags []string) *AnnotationTargetBuilder

Type🔗

Only required/valid for the grafana datasource...

but code+tests is already depending on it so hard to change

func (builder *AnnotationTargetBuilder) Type(typeArg string) *AnnotationTargetBuilder

See also🔗