labeler

package
v0.28.0 Latest Latest
Warning

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

Go to latest
Published: May 16, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Func

type Func func(obj interface{}) ([]labels.Set, error)

Func is a function type that implements the Labeler interface

func (Func) LabelSetsFor

func (l Func) LabelSetsFor(obj interface{}) ([]labels.Set, error)

LabelSetsFor calls LabelSetsFor on itself to satisfy the Labeler interface

type Labeler

type Labeler interface {
	// LabelSetsFor returns label sets that describe the given object
	LabelSetsFor(obj interface{}) ([]labels.Set, error)
}

Labeler can provide label sets that describe an object

Jump to

Keyboard shortcuts

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