v1alpha1

package
v0.0.0-...-bb45038 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 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 ArangoProfileLister

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

ArangoProfileLister helps list ArangoProfiles. All objects returned here must be treated as read-only.

func NewArangoProfileLister

func NewArangoProfileLister(indexer cache.Indexer) ArangoProfileLister

NewArangoProfileLister returns a new ArangoProfileLister.

type ArangoProfileListerExpansion

type ArangoProfileListerExpansion interface{}

ArangoProfileListerExpansion allows custom methods to be added to ArangoProfileLister.

type ArangoProfileNamespaceLister

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

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

type ArangoProfileNamespaceListerExpansion

type ArangoProfileNamespaceListerExpansion interface{}

ArangoProfileNamespaceListerExpansion allows custom methods to be added to ArangoProfileNamespaceLister.

Jump to

Keyboard shortcuts

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