v1alpha1

package
v0.0.0-...-436e495 Latest Latest
Warning

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

Go to latest
Published: May 23, 2023 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 FLAppLister

type FLAppLister interface {
	// List lists all FLApps in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.FLApp, err error)
	// FLApps returns an object that can list and get FLApps.
	FLApps(namespace string) FLAppNamespaceLister
	FLAppListerExpansion
}

FLAppLister helps list FLApps.

func NewFLAppLister

func NewFLAppLister(indexer cache.Indexer) FLAppLister

NewFLAppLister returns a new FLAppLister.

type FLAppListerExpansion

type FLAppListerExpansion interface{}

FLAppListerExpansion allows custom methods to be added to FLAppLister.

type FLAppNamespaceLister

type FLAppNamespaceLister interface {
	// List lists all FLApps in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.FLApp, err error)
	// Get retrieves the FLApp from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.FLApp, error)
	FLAppNamespaceListerExpansion
}

FLAppNamespaceLister helps list and get FLApps.

type FLAppNamespaceListerExpansion

type FLAppNamespaceListerExpansion interface{}

FLAppNamespaceListerExpansion allows custom methods to be added to FLAppNamespaceLister.

Jump to

Keyboard shortcuts

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