v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 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 AlertLister

type AlertLister interface {
	// List lists all Alerts in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Alert, err error)
	// Alerts returns an object that can list and get Alerts.
	Alerts(namespace string) AlertNamespaceLister
	AlertListerExpansion
}

AlertLister helps list Alerts. All objects returned here must be treated as read-only.

func NewAlertLister

func NewAlertLister(indexer cache.Indexer) AlertLister

NewAlertLister returns a new AlertLister.

type AlertListerExpansion

type AlertListerExpansion interface{}

AlertListerExpansion allows custom methods to be added to AlertLister.

type AlertNamespaceLister

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

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

type AlertNamespaceListerExpansion

type AlertNamespaceListerExpansion interface{}

AlertNamespaceListerExpansion allows custom methods to be added to AlertNamespaceLister.

type AuditLister

type AuditLister interface {
	// List lists all Audits in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Audit, err error)
	// Audits returns an object that can list and get Audits.
	Audits(namespace string) AuditNamespaceLister
	AuditListerExpansion
}

AuditLister helps list Audits. All objects returned here must be treated as read-only.

func NewAuditLister

func NewAuditLister(indexer cache.Indexer) AuditLister

NewAuditLister returns a new AuditLister.

type AuditListerExpansion

type AuditListerExpansion interface{}

AuditListerExpansion allows custom methods to be added to AuditLister.

type AuditNamespaceLister

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

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

type AuditNamespaceListerExpansion

type AuditNamespaceListerExpansion interface{}

AuditNamespaceListerExpansion allows custom methods to be added to AuditNamespaceLister.

type DashboardLister

type DashboardLister interface {
	// List lists all Dashboards in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Dashboard, err error)
	// Dashboards returns an object that can list and get Dashboards.
	Dashboards(namespace string) DashboardNamespaceLister
	DashboardListerExpansion
}

DashboardLister helps list Dashboards. All objects returned here must be treated as read-only.

func NewDashboardLister

func NewDashboardLister(indexer cache.Indexer) DashboardLister

NewDashboardLister returns a new DashboardLister.

type DashboardListerExpansion

type DashboardListerExpansion interface{}

DashboardListerExpansion allows custom methods to be added to DashboardLister.

type DashboardNamespaceLister

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

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

type DashboardNamespaceListerExpansion

type DashboardNamespaceListerExpansion interface{}

DashboardNamespaceListerExpansion allows custom methods to be added to DashboardNamespaceLister.

type EtlLister

type EtlLister interface {
	// List lists all Etls in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Etl, err error)
	// Etls returns an object that can list and get Etls.
	Etls(namespace string) EtlNamespaceLister
	EtlListerExpansion
}

EtlLister helps list Etls. All objects returned here must be treated as read-only.

func NewEtlLister

func NewEtlLister(indexer cache.Indexer) EtlLister

NewEtlLister returns a new EtlLister.

type EtlListerExpansion

type EtlListerExpansion interface{}

EtlListerExpansion allows custom methods to be added to EtlLister.

type EtlNamespaceLister

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

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

type EtlNamespaceListerExpansion

type EtlNamespaceListerExpansion interface{}

EtlNamespaceListerExpansion allows custom methods to be added to EtlNamespaceLister.

type MachineGroupLister

type MachineGroupLister interface {
	// List lists all MachineGroups in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.MachineGroup, err error)
	// MachineGroups returns an object that can list and get MachineGroups.
	MachineGroups(namespace string) MachineGroupNamespaceLister
	MachineGroupListerExpansion
}

MachineGroupLister helps list MachineGroups. All objects returned here must be treated as read-only.

func NewMachineGroupLister

func NewMachineGroupLister(indexer cache.Indexer) MachineGroupLister

NewMachineGroupLister returns a new MachineGroupLister.

type MachineGroupListerExpansion

type MachineGroupListerExpansion interface{}

MachineGroupListerExpansion allows custom methods to be added to MachineGroupLister.

type MachineGroupNamespaceLister

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

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

type MachineGroupNamespaceListerExpansion

type MachineGroupNamespaceListerExpansion interface{}

MachineGroupNamespaceListerExpansion allows custom methods to be added to MachineGroupNamespaceLister.

type OssShipperLister

type OssShipperLister interface {
	// List lists all OssShippers in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.OssShipper, err error)
	// OssShippers returns an object that can list and get OssShippers.
	OssShippers(namespace string) OssShipperNamespaceLister
	OssShipperListerExpansion
}

OssShipperLister helps list OssShippers. All objects returned here must be treated as read-only.

func NewOssShipperLister

func NewOssShipperLister(indexer cache.Indexer) OssShipperLister

NewOssShipperLister returns a new OssShipperLister.

type OssShipperListerExpansion

type OssShipperListerExpansion interface{}

OssShipperListerExpansion allows custom methods to be added to OssShipperLister.

type OssShipperNamespaceLister

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

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

type OssShipperNamespaceListerExpansion

type OssShipperNamespaceListerExpansion interface{}

OssShipperNamespaceListerExpansion allows custom methods to be added to OssShipperNamespaceLister.

type ProjectLister

type ProjectLister interface {
	// List lists all Projects in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Project, err error)
	// Projects returns an object that can list and get Projects.
	Projects(namespace string) ProjectNamespaceLister
	ProjectListerExpansion
}

ProjectLister helps list Projects. All objects returned here must be treated as read-only.

func NewProjectLister

func NewProjectLister(indexer cache.Indexer) ProjectLister

NewProjectLister returns a new ProjectLister.

type ProjectListerExpansion

type ProjectListerExpansion interface{}

ProjectListerExpansion allows custom methods to be added to ProjectLister.

type ProjectNamespaceLister

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

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

type ProjectNamespaceListerExpansion

type ProjectNamespaceListerExpansion interface{}

ProjectNamespaceListerExpansion allows custom methods to be added to ProjectNamespaceLister.

type StoreIndexLister

type StoreIndexLister interface {
	// List lists all StoreIndexes in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.StoreIndex, err error)
	// StoreIndexes returns an object that can list and get StoreIndexes.
	StoreIndexes(namespace string) StoreIndexNamespaceLister
	StoreIndexListerExpansion
}

StoreIndexLister helps list StoreIndexes. All objects returned here must be treated as read-only.

func NewStoreIndexLister

func NewStoreIndexLister(indexer cache.Indexer) StoreIndexLister

NewStoreIndexLister returns a new StoreIndexLister.

type StoreIndexListerExpansion

type StoreIndexListerExpansion interface{}

StoreIndexListerExpansion allows custom methods to be added to StoreIndexLister.

type StoreIndexNamespaceLister

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

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

type StoreIndexNamespaceListerExpansion

type StoreIndexNamespaceListerExpansion interface{}

StoreIndexNamespaceListerExpansion allows custom methods to be added to StoreIndexNamespaceLister.

type StoreLister

type StoreLister interface {
	// List lists all Stores in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Store, err error)
	// Stores returns an object that can list and get Stores.
	Stores(namespace string) StoreNamespaceLister
	StoreListerExpansion
}

StoreLister helps list Stores. All objects returned here must be treated as read-only.

func NewStoreLister

func NewStoreLister(indexer cache.Indexer) StoreLister

NewStoreLister returns a new StoreLister.

type StoreListerExpansion

type StoreListerExpansion interface{}

StoreListerExpansion allows custom methods to be added to StoreLister.

type StoreNamespaceLister

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

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

type StoreNamespaceListerExpansion

type StoreNamespaceListerExpansion interface{}

StoreNamespaceListerExpansion allows custom methods to be added to StoreNamespaceLister.

Jump to

Keyboard shortcuts

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