v1

package
v3.3.3+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2019 License: Apache-2.0 Imports: 4 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TelemetryReportLister

type TelemetryReportLister interface {
	// List lists all TelemetryReports in the indexer.
	List(selector labels.Selector) (ret []*v1.TelemetryReport, err error)
	// TelemetryReports returns an object that can list and get TelemetryReports.
	TelemetryReports(namespace string) TelemetryReportNamespaceLister
	TelemetryReportListerExpansion
}

TelemetryReportLister helps list TelemetryReports.

func NewTelemetryReportLister

func NewTelemetryReportLister(indexer cache.Indexer) TelemetryReportLister

NewTelemetryReportLister returns a new TelemetryReportLister.

type TelemetryReportListerExpansion

type TelemetryReportListerExpansion interface{}

TelemetryReportListerExpansion allows custom methods to be added to TelemetryReportLister.

type TelemetryReportNamespaceLister

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

TelemetryReportNamespaceLister helps list and get TelemetryReports.

type TelemetryReportNamespaceListerExpansion

type TelemetryReportNamespaceListerExpansion interface{}

TelemetryReportNamespaceListerExpansion allows custom methods to be added to TelemetryReportNamespaceLister.

Jump to

Keyboard shortcuts

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