v1beta1

package
v0.3.6 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RuleGroupLister

type RuleGroupLister interface {
	// List lists all RuleGroups in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.RuleGroup, err error)
	// RuleGroups returns an object that can list and get RuleGroups.
	RuleGroups(namespace string) RuleGroupNamespaceLister
	RuleGroupListerExpansion
}

RuleGroupLister helps list RuleGroups. All objects returned here must be treated as read-only.

func NewRuleGroupLister

func NewRuleGroupLister(indexer cache.Indexer) RuleGroupLister

NewRuleGroupLister returns a new RuleGroupLister.

type RuleGroupListerExpansion

type RuleGroupListerExpansion interface{}

RuleGroupListerExpansion allows custom methods to be added to RuleGroupLister.

type RuleGroupNamespaceLister

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

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

type RuleGroupNamespaceListerExpansion

type RuleGroupNamespaceListerExpansion interface{}

RuleGroupNamespaceListerExpansion allows custom methods to be added to RuleGroupNamespaceLister.

type ScrapeLister

type ScrapeLister interface {
	// List lists all Scrapes in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.Scrape, err error)
	// Scrapes returns an object that can list and get Scrapes.
	Scrapes(namespace string) ScrapeNamespaceLister
	ScrapeListerExpansion
}

ScrapeLister helps list Scrapes. All objects returned here must be treated as read-only.

func NewScrapeLister

func NewScrapeLister(indexer cache.Indexer) ScrapeLister

NewScrapeLister returns a new ScrapeLister.

type ScrapeListerExpansion

type ScrapeListerExpansion interface{}

ScrapeListerExpansion allows custom methods to be added to ScrapeLister.

type ScrapeNamespaceLister

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

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

type ScrapeNamespaceListerExpansion

type ScrapeNamespaceListerExpansion interface{}

ScrapeNamespaceListerExpansion allows custom methods to be added to ScrapeNamespaceLister.

Jump to

Keyboard shortcuts

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