v1

package
v0.20.15 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppNodeLister

type AppNodeLister interface {
	// List lists all AppNodes in the indexer.
	List(selector labels.Selector) (ret []*v1.AppNode, err error)
	// AppNodes returns an object that can list and get AppNodes.
	AppNodes(namespace string) AppNodeNamespaceLister
	AppNodeListerExpansion
}

AppNodeLister helps list AppNodes.

func NewAppNodeLister

func NewAppNodeLister(indexer cache.Indexer) AppNodeLister

NewAppNodeLister returns a new AppNodeLister.

type AppNodeListerExpansion

type AppNodeListerExpansion interface{}

AppNodeListerExpansion allows custom methods to be added to AppNodeLister.

type AppNodeNamespaceLister

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

AppNodeNamespaceLister helps list and get AppNodes.

type AppNodeNamespaceListerExpansion

type AppNodeNamespaceListerExpansion interface{}

AppNodeNamespaceListerExpansion allows custom methods to be added to AppNodeNamespaceLister.

type AppSvcLister

type AppSvcLister interface {
	// List lists all AppSvcs in the indexer.
	List(selector labels.Selector) (ret []*v1.AppSvc, err error)
	// AppSvcs returns an object that can list and get AppSvcs.
	AppSvcs(namespace string) AppSvcNamespaceLister
	AppSvcListerExpansion
}

AppSvcLister helps list AppSvcs.

func NewAppSvcLister

func NewAppSvcLister(indexer cache.Indexer) AppSvcLister

NewAppSvcLister returns a new AppSvcLister.

type AppSvcListerExpansion

type AppSvcListerExpansion interface{}

AppSvcListerExpansion allows custom methods to be added to AppSvcLister.

type AppSvcNamespaceLister

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

AppSvcNamespaceLister helps list and get AppSvcs.

type AppSvcNamespaceListerExpansion

type AppSvcNamespaceListerExpansion interface{}

AppSvcNamespaceListerExpansion allows custom methods to be added to AppSvcNamespaceLister.

Jump to

Keyboard shortcuts

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