v1alpha1

package
v0.0.0-...-50dd82c Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MimirRuleLister

type MimirRuleLister interface {
	// List lists all MimirRules in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.MimirRule, err error)
	// MimirRules returns an object that can list and get MimirRules.
	MimirRules(namespace string) MimirRuleNamespaceLister
	MimirRuleListerExpansion
}

MimirRuleLister helps list MimirRules. All objects returned here must be treated as read-only.

func NewMimirRuleLister

func NewMimirRuleLister(indexer cache.Indexer) MimirRuleLister

NewMimirRuleLister returns a new MimirRuleLister.

type MimirRuleListerExpansion

type MimirRuleListerExpansion interface{}

MimirRuleListerExpansion allows custom methods to be added to MimirRuleLister.

type MimirRuleNamespaceLister

type MimirRuleNamespaceLister interface {
	// List lists all MimirRules in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.MimirRule, err error)
	// Get retrieves the MimirRule from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.MimirRule, error)
	MimirRuleNamespaceListerExpansion
}

MimirRuleNamespaceLister helps list and get MimirRules. All objects returned here must be treated as read-only.

type MimirRuleNamespaceListerExpansion

type MimirRuleNamespaceListerExpansion interface{}

MimirRuleNamespaceListerExpansion allows custom methods to be added to MimirRuleNamespaceLister.

Jump to

Keyboard shortcuts

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