internalversion

package
v1.8.1 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 8 more Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppHistoryLister

type AppHistoryLister interface {
	// List lists all AppHistories in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*application.AppHistory, err error)
	// AppHistories returns an object that can list and get AppHistories.
	AppHistories(namespace string) AppHistoryNamespaceLister
	AppHistoryListerExpansion
}

AppHistoryLister helps list AppHistories. All objects returned here must be treated as read-only.

func NewAppHistoryLister

func NewAppHistoryLister(indexer cache.Indexer) AppHistoryLister

NewAppHistoryLister returns a new AppHistoryLister.

type AppHistoryListerExpansion

type AppHistoryListerExpansion interface{}

AppHistoryListerExpansion allows custom methods to be added to AppHistoryLister.

type AppHistoryNamespaceLister

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

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

type AppHistoryNamespaceListerExpansion

type AppHistoryNamespaceListerExpansion interface{}

AppHistoryNamespaceListerExpansion allows custom methods to be added to AppHistoryNamespaceLister.

type AppLister

type AppLister interface {
	// List lists all Apps in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*application.App, err error)
	// Apps returns an object that can list and get Apps.
	Apps(namespace string) AppNamespaceLister
	AppListerExpansion
}

AppLister helps list Apps. All objects returned here must be treated as read-only.

func NewAppLister

func NewAppLister(indexer cache.Indexer) AppLister

NewAppLister returns a new AppLister.

type AppListerExpansion

type AppListerExpansion interface{}

AppListerExpansion allows custom methods to be added to AppLister.

type AppNamespaceLister

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

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

type AppNamespaceListerExpansion

type AppNamespaceListerExpansion interface{}

AppNamespaceListerExpansion allows custom methods to be added to AppNamespaceLister.

type AppResourceLister

type AppResourceLister interface {
	// List lists all AppResources in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*application.AppResource, err error)
	// AppResources returns an object that can list and get AppResources.
	AppResources(namespace string) AppResourceNamespaceLister
	AppResourceListerExpansion
}

AppResourceLister helps list AppResources. All objects returned here must be treated as read-only.

func NewAppResourceLister

func NewAppResourceLister(indexer cache.Indexer) AppResourceLister

NewAppResourceLister returns a new AppResourceLister.

type AppResourceListerExpansion

type AppResourceListerExpansion interface{}

AppResourceListerExpansion allows custom methods to be added to AppResourceLister.

type AppResourceNamespaceLister

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

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

type AppResourceNamespaceListerExpansion

type AppResourceNamespaceListerExpansion interface{}

AppResourceNamespaceListerExpansion allows custom methods to be added to AppResourceNamespaceLister.

type ConfigMapLister

type ConfigMapLister interface {
	// List lists all ConfigMaps in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*application.ConfigMap, err error)
	// Get retrieves the ConfigMap from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*application.ConfigMap, error)
	ConfigMapListerExpansion
}

ConfigMapLister helps list ConfigMaps. All objects returned here must be treated as read-only.

func NewConfigMapLister

func NewConfigMapLister(indexer cache.Indexer) ConfigMapLister

NewConfigMapLister returns a new ConfigMapLister.

type ConfigMapListerExpansion

type ConfigMapListerExpansion interface{}

ConfigMapListerExpansion allows custom methods to be added to ConfigMapLister.

Jump to

Keyboard shortcuts

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