v1alpha1

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: May 25, 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 ESIClaimLister

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

ESIClaimLister helps list ESIClaims. All objects returned here must be treated as read-only.

func NewESIClaimLister

func NewESIClaimLister(indexer cache.Indexer) ESIClaimLister

NewESIClaimLister returns a new ESIClaimLister.

type ESIClaimListerExpansion

type ESIClaimListerExpansion interface{}

ESIClaimListerExpansion allows custom methods to be added to ESIClaimLister.

type ESIClaimNamespaceLister

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

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

type ESIClaimNamespaceListerExpansion

type ESIClaimNamespaceListerExpansion interface{}

ESIClaimNamespaceListerExpansion allows custom methods to be added to ESIClaimNamespaceLister.

type ESIEntryLister

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

ESIEntryLister helps list ESIEntries. All objects returned here must be treated as read-only.

func NewESIEntryLister

func NewESIEntryLister(indexer cache.Indexer) ESIEntryLister

NewESIEntryLister returns a new ESIEntryLister.

type ESIEntryListerExpansion

type ESIEntryListerExpansion interface{}

ESIEntryListerExpansion allows custom methods to be added to ESIEntryLister.

type ESIEntryNamespaceLister

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

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

type ESIEntryNamespaceListerExpansion

type ESIEntryNamespaceListerExpansion interface{}

ESIEntryNamespaceListerExpansion allows custom methods to be added to ESIEntryNamespaceLister.

type ESIIndexLister

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

ESIIndexLister helps list ESIIndexes. All objects returned here must be treated as read-only.

func NewESIIndexLister

func NewESIIndexLister(indexer cache.Indexer) ESIIndexLister

NewESIIndexLister returns a new ESIIndexLister.

type ESIIndexListerExpansion

type ESIIndexListerExpansion interface{}

ESIIndexListerExpansion allows custom methods to be added to ESIIndexLister.

type ESIIndexNamespaceLister

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

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

type ESIIndexNamespaceListerExpansion

type ESIIndexNamespaceListerExpansion interface{}

ESIIndexNamespaceListerExpansion allows custom methods to be added to ESIIndexNamespaceLister.

Jump to

Keyboard shortcuts

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