v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 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 ApplicationInfoLister

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

ApplicationInfoLister helps list ApplicationInfos. All objects returned here must be treated as read-only.

func NewApplicationInfoLister

func NewApplicationInfoLister(indexer cache.Indexer) ApplicationInfoLister

NewApplicationInfoLister returns a new ApplicationInfoLister.

type ApplicationInfoListerExpansion

type ApplicationInfoListerExpansion interface{}

ApplicationInfoListerExpansion allows custom methods to be added to ApplicationInfoLister.

type ApplicationInfoNamespaceLister

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

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

type ApplicationInfoNamespaceListerExpansion

type ApplicationInfoNamespaceListerExpansion interface{}

ApplicationInfoNamespaceListerExpansion allows custom methods to be added to ApplicationInfoNamespaceLister.

type QuotaAlarmLister

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

QuotaAlarmLister helps list QuotaAlarms. All objects returned here must be treated as read-only.

func NewQuotaAlarmLister

func NewQuotaAlarmLister(indexer cache.Indexer) QuotaAlarmLister

NewQuotaAlarmLister returns a new QuotaAlarmLister.

type QuotaAlarmListerExpansion

type QuotaAlarmListerExpansion interface{}

QuotaAlarmListerExpansion allows custom methods to be added to QuotaAlarmLister.

type QuotaAlarmNamespaceLister

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

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

type QuotaAlarmNamespaceListerExpansion

type QuotaAlarmNamespaceListerExpansion interface{}

QuotaAlarmNamespaceListerExpansion allows custom methods to be added to QuotaAlarmNamespaceLister.

type QuotaApplicationLister

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

QuotaApplicationLister helps list QuotaApplications. All objects returned here must be treated as read-only.

func NewQuotaApplicationLister

func NewQuotaApplicationLister(indexer cache.Indexer) QuotaApplicationLister

NewQuotaApplicationLister returns a new QuotaApplicationLister.

type QuotaApplicationListerExpansion

type QuotaApplicationListerExpansion interface{}

QuotaApplicationListerExpansion allows custom methods to be added to QuotaApplicationLister.

type QuotaApplicationNamespaceLister

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

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

type QuotaApplicationNamespaceListerExpansion

type QuotaApplicationNamespaceListerExpansion interface{}

QuotaApplicationNamespaceListerExpansion allows custom methods to be added to QuotaApplicationNamespaceLister.

Jump to

Keyboard shortcuts

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