rules

package
v0.9.0-rc2 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FilesystemRuleFinder added in v0.5.4

type FilesystemRuleFinder struct {
	// contains filtered or unexported fields
}

func NewFilesystemRuleFinder added in v0.5.4

func NewFilesystemRuleFinder(config *v1beta1.FilesystemRulesSpec, opts ...FilesystemRuleFinderOption) *FilesystemRuleFinder

func (*FilesystemRuleFinder) Find added in v0.5.4

type FilesystemRuleFinderOption added in v0.5.4

type FilesystemRuleFinderOption func(*staticRuleFinderOptions)

func WithFS added in v0.5.4

func WithFS(fs fs.FS) FilesystemRuleFinderOption

type PrometheusRuleFinder

type PrometheusRuleFinder struct {
	PrometheusRuleFinderOptions
	// contains filtered or unexported fields
}

PrometheusRuleFinder can find rules defined in PrometheusRule CRDs.

func NewPrometheusRuleFinder

func NewPrometheusRuleFinder(k8sClient client.Client, opts ...PrometheusRuleFinderOption) *PrometheusRuleFinder

func (*PrometheusRuleFinder) Find added in v0.5.4

type PrometheusRuleFinderOption

type PrometheusRuleFinderOption func(*PrometheusRuleFinderOptions)

func WithNamespaces

func WithNamespaces(namespaces ...string) PrometheusRuleFinderOption

type PrometheusRuleFinderOptions

type PrometheusRuleFinderOptions struct {
	// contains filtered or unexported fields
}

type RuleGroup added in v0.5.4

type RuleGroup rulefmt.RuleGroup

Alias so we can implement the Finder[T] interface on Prometheus' rulefmt.RuleGroup

func (RuleGroup) Clone added in v0.5.4

func (r RuleGroup) Clone() RuleGroup

type RuleGroupList added in v0.5.4

type RuleGroupList []RuleGroup

Jump to

Keyboard shortcuts

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