v1beta1

package
v1.37.0 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 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 AlertProviderLister

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

AlertProviderLister helps list AlertProviders. All objects returned here must be treated as read-only.

func NewAlertProviderLister

func NewAlertProviderLister(indexer cache.Indexer) AlertProviderLister

NewAlertProviderLister returns a new AlertProviderLister.

type AlertProviderListerExpansion

type AlertProviderListerExpansion interface{}

AlertProviderListerExpansion allows custom methods to be added to AlertProviderLister.

type AlertProviderNamespaceLister

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

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

type AlertProviderNamespaceListerExpansion

type AlertProviderNamespaceListerExpansion interface{}

AlertProviderNamespaceListerExpansion allows custom methods to be added to AlertProviderNamespaceLister.

type CanaryLister

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

CanaryLister helps list Canaries. All objects returned here must be treated as read-only.

func NewCanaryLister

func NewCanaryLister(indexer cache.Indexer) CanaryLister

NewCanaryLister returns a new CanaryLister.

type CanaryListerExpansion

type CanaryListerExpansion interface{}

CanaryListerExpansion allows custom methods to be added to CanaryLister.

type CanaryNamespaceLister

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

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

type CanaryNamespaceListerExpansion

type CanaryNamespaceListerExpansion interface{}

CanaryNamespaceListerExpansion allows custom methods to be added to CanaryNamespaceLister.

type MetricTemplateLister

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

MetricTemplateLister helps list MetricTemplates. All objects returned here must be treated as read-only.

func NewMetricTemplateLister

func NewMetricTemplateLister(indexer cache.Indexer) MetricTemplateLister

NewMetricTemplateLister returns a new MetricTemplateLister.

type MetricTemplateListerExpansion

type MetricTemplateListerExpansion interface{}

MetricTemplateListerExpansion allows custom methods to be added to MetricTemplateLister.

type MetricTemplateNamespaceLister

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

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

type MetricTemplateNamespaceListerExpansion

type MetricTemplateNamespaceListerExpansion interface{}

MetricTemplateNamespaceListerExpansion allows custom methods to be added to MetricTemplateNamespaceLister.

Jump to

Keyboard shortcuts

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