v1

package
v1.4.3 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2021 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 IncidentLister

type IncidentLister interface {
	// List lists all Incidents in the indexer.
	List(selector labels.Selector) (ret []*v1.Incident, err error)
	// Incidents returns an object that can list and get Incidents.
	Incidents(namespace string) IncidentNamespaceLister
	IncidentListerExpansion
}

IncidentLister helps list Incidents.

func NewIncidentLister

func NewIncidentLister(indexer cache.Indexer) IncidentLister

NewIncidentLister returns a new IncidentLister.

type IncidentListerExpansion

type IncidentListerExpansion interface{}

IncidentListerExpansion allows custom methods to be added to IncidentLister.

type IncidentNamespaceLister

type IncidentNamespaceLister interface {
	// List lists all Incidents in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.Incident, err error)
	// Get retrieves the Incident from the indexer for a given namespace and name.
	Get(name string) (*v1.Incident, error)
	IncidentNamespaceListerExpansion
}

IncidentNamespaceLister helps list and get Incidents.

type IncidentNamespaceListerExpansion

type IncidentNamespaceListerExpansion interface{}

IncidentNamespaceListerExpansion allows custom methods to be added to IncidentNamespaceLister.

Jump to

Keyboard shortcuts

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