listers

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 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 AppLister added in v0.93.16

type AppLister interface {
	List(selector labels.Selector) ([]runtime.Object, error)
	GetByKey(key string) (runtime.Object, error)
	App(namespace string) AppNamespaceLister
}

func NewAppLister added in v0.93.16

func NewAppLister(indexer cache.Indexer) AppLister

type AppNamespaceLister added in v0.93.16

type AppNamespaceLister interface {
	List(selector labels.Selector) ([]runtime.Object, error)
	Get(name string) (runtime.Object, error)
}

Jump to

Keyboard shortcuts

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