v1alpha1

package
v0.0.0-...-558fac8 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2023 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 GqlSourceLister

type GqlSourceLister interface {
	// List lists all GqlSources in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.GqlSource, err error)
	// GqlSources returns an object that can list and get GqlSources.
	GqlSources(namespace string) GqlSourceNamespaceLister
	GqlSourceListerExpansion
}

GqlSourceLister helps list GqlSources.

func NewGqlSourceLister

func NewGqlSourceLister(indexer cache.Indexer) GqlSourceLister

NewGqlSourceLister returns a new GqlSourceLister.

type GqlSourceListerExpansion

type GqlSourceListerExpansion interface{}

GqlSourceListerExpansion allows custom methods to be added to GqlSourceLister.

type GqlSourceNamespaceLister

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

GqlSourceNamespaceLister helps list and get GqlSources.

type GqlSourceNamespaceListerExpansion

type GqlSourceNamespaceListerExpansion interface{}

GqlSourceNamespaceListerExpansion allows custom methods to be added to GqlSourceNamespaceLister.

Jump to

Keyboard shortcuts

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