v1

package
v0.0.0-...-8e3368f 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 AtomLister

type AtomLister interface {
	// List lists all Atoms in the indexer.
	List(selector labels.Selector) (ret []*v1.Atom, err error)
	// Atoms returns an object that can list and get Atoms.
	Atoms(namespace string) AtomNamespaceLister
	AtomListerExpansion
}

AtomLister helps list Atoms.

func NewAtomLister

func NewAtomLister(indexer cache.Indexer) AtomLister

NewAtomLister returns a new AtomLister.

type AtomListerExpansion

type AtomListerExpansion interface{}

AtomListerExpansion allows custom methods to be added to AtomLister.

type AtomNamespaceLister

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

AtomNamespaceLister helps list and get Atoms.

type AtomNamespaceListerExpansion

type AtomNamespaceListerExpansion interface{}

AtomNamespaceListerExpansion allows custom methods to be added to AtomNamespaceLister.

Jump to

Keyboard shortcuts

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