v1

package
v0.0.0-...-27fb5c3 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2020 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 HiveTableLister

type HiveTableLister interface {
	// List lists all HiveTables in the indexer.
	List(selector labels.Selector) (ret []*v1.HiveTable, err error)
	// HiveTables returns an object that can list and get HiveTables.
	HiveTables(namespace string) HiveTableNamespaceLister
	HiveTableListerExpansion
}

HiveTableLister helps list HiveTables.

func NewHiveTableLister

func NewHiveTableLister(indexer cache.Indexer) HiveTableLister

NewHiveTableLister returns a new HiveTableLister.

type HiveTableListerExpansion

type HiveTableListerExpansion interface{}

HiveTableListerExpansion allows custom methods to be added to HiveTableLister.

type HiveTableNamespaceLister

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

HiveTableNamespaceLister helps list and get HiveTables.

type HiveTableNamespaceListerExpansion

type HiveTableNamespaceListerExpansion interface{}

HiveTableNamespaceListerExpansion allows custom methods to be added to HiveTableNamespaceLister.

type MeteringConfigLister

type MeteringConfigLister interface {
	// List lists all MeteringConfigs in the indexer.
	List(selector labels.Selector) (ret []*v1.MeteringConfig, err error)
	// MeteringConfigs returns an object that can list and get MeteringConfigs.
	MeteringConfigs(namespace string) MeteringConfigNamespaceLister
	MeteringConfigListerExpansion
}

MeteringConfigLister helps list MeteringConfigs.

func NewMeteringConfigLister

func NewMeteringConfigLister(indexer cache.Indexer) MeteringConfigLister

NewMeteringConfigLister returns a new MeteringConfigLister.

type MeteringConfigListerExpansion

type MeteringConfigListerExpansion interface{}

MeteringConfigListerExpansion allows custom methods to be added to MeteringConfigLister.

type MeteringConfigNamespaceLister

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

MeteringConfigNamespaceLister helps list and get MeteringConfigs.

type MeteringConfigNamespaceListerExpansion

type MeteringConfigNamespaceListerExpansion interface{}

MeteringConfigNamespaceListerExpansion allows custom methods to be added to MeteringConfigNamespaceLister.

type PrestoTableLister

type PrestoTableLister interface {
	// List lists all PrestoTables in the indexer.
	List(selector labels.Selector) (ret []*v1.PrestoTable, err error)
	// PrestoTables returns an object that can list and get PrestoTables.
	PrestoTables(namespace string) PrestoTableNamespaceLister
	PrestoTableListerExpansion
}

PrestoTableLister helps list PrestoTables.

func NewPrestoTableLister

func NewPrestoTableLister(indexer cache.Indexer) PrestoTableLister

NewPrestoTableLister returns a new PrestoTableLister.

type PrestoTableListerExpansion

type PrestoTableListerExpansion interface{}

PrestoTableListerExpansion allows custom methods to be added to PrestoTableLister.

type PrestoTableNamespaceLister

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

PrestoTableNamespaceLister helps list and get PrestoTables.

type PrestoTableNamespaceListerExpansion

type PrestoTableNamespaceListerExpansion interface{}

PrestoTableNamespaceListerExpansion allows custom methods to be added to PrestoTableNamespaceLister.

type ReportDataSourceLister

type ReportDataSourceLister interface {
	// List lists all ReportDataSources in the indexer.
	List(selector labels.Selector) (ret []*v1.ReportDataSource, err error)
	// ReportDataSources returns an object that can list and get ReportDataSources.
	ReportDataSources(namespace string) ReportDataSourceNamespaceLister
	ReportDataSourceListerExpansion
}

ReportDataSourceLister helps list ReportDataSources.

func NewReportDataSourceLister

func NewReportDataSourceLister(indexer cache.Indexer) ReportDataSourceLister

NewReportDataSourceLister returns a new ReportDataSourceLister.

type ReportDataSourceListerExpansion

type ReportDataSourceListerExpansion interface{}

ReportDataSourceListerExpansion allows custom methods to be added to ReportDataSourceLister.

type ReportDataSourceNamespaceLister

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

ReportDataSourceNamespaceLister helps list and get ReportDataSources.

type ReportDataSourceNamespaceListerExpansion

type ReportDataSourceNamespaceListerExpansion interface{}

ReportDataSourceNamespaceListerExpansion allows custom methods to be added to ReportDataSourceNamespaceLister.

type ReportLister

type ReportLister interface {
	// List lists all Reports in the indexer.
	List(selector labels.Selector) (ret []*v1.Report, err error)
	// Reports returns an object that can list and get Reports.
	Reports(namespace string) ReportNamespaceLister
	ReportListerExpansion
}

ReportLister helps list Reports.

func NewReportLister

func NewReportLister(indexer cache.Indexer) ReportLister

NewReportLister returns a new ReportLister.

type ReportListerExpansion

type ReportListerExpansion interface{}

ReportListerExpansion allows custom methods to be added to ReportLister.

type ReportNamespaceLister

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

ReportNamespaceLister helps list and get Reports.

type ReportNamespaceListerExpansion

type ReportNamespaceListerExpansion interface{}

ReportNamespaceListerExpansion allows custom methods to be added to ReportNamespaceLister.

type ReportQueryLister

type ReportQueryLister interface {
	// List lists all ReportQueries in the indexer.
	List(selector labels.Selector) (ret []*v1.ReportQuery, err error)
	// ReportQueries returns an object that can list and get ReportQueries.
	ReportQueries(namespace string) ReportQueryNamespaceLister
	ReportQueryListerExpansion
}

ReportQueryLister helps list ReportQueries.

func NewReportQueryLister

func NewReportQueryLister(indexer cache.Indexer) ReportQueryLister

NewReportQueryLister returns a new ReportQueryLister.

type ReportQueryListerExpansion

type ReportQueryListerExpansion interface{}

ReportQueryListerExpansion allows custom methods to be added to ReportQueryLister.

type ReportQueryNamespaceLister

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

ReportQueryNamespaceLister helps list and get ReportQueries.

type ReportQueryNamespaceListerExpansion

type ReportQueryNamespaceListerExpansion interface{}

ReportQueryNamespaceListerExpansion allows custom methods to be added to ReportQueryNamespaceLister.

type StorageLocationLister

type StorageLocationLister interface {
	// List lists all StorageLocations in the indexer.
	List(selector labels.Selector) (ret []*v1.StorageLocation, err error)
	// StorageLocations returns an object that can list and get StorageLocations.
	StorageLocations(namespace string) StorageLocationNamespaceLister
	StorageLocationListerExpansion
}

StorageLocationLister helps list StorageLocations.

func NewStorageLocationLister

func NewStorageLocationLister(indexer cache.Indexer) StorageLocationLister

NewStorageLocationLister returns a new StorageLocationLister.

type StorageLocationListerExpansion

type StorageLocationListerExpansion interface{}

StorageLocationListerExpansion allows custom methods to be added to StorageLocationLister.

type StorageLocationNamespaceLister

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

StorageLocationNamespaceLister helps list and get StorageLocations.

type StorageLocationNamespaceListerExpansion

type StorageLocationNamespaceListerExpansion interface{}

StorageLocationNamespaceListerExpansion allows custom methods to be added to StorageLocationNamespaceLister.

Jump to

Keyboard shortcuts

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