v1

package
v0.0.0-...-34d502c Latest Latest
Warning

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

Go to latest
Published: Sep 13, 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 CustomLister

type CustomLister interface {
	// List lists all Customs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.Custom, err error)
	// Customs returns an object that can list and get Customs.
	Customs(namespace string) CustomNamespaceLister
	CustomListerExpansion
}

CustomLister helps list Customs. All objects returned here must be treated as read-only.

func NewCustomLister

func NewCustomLister(indexer cache.Indexer) CustomLister

NewCustomLister returns a new CustomLister.

type CustomListerExpansion

type CustomListerExpansion interface{}

CustomListerExpansion allows custom methods to be added to CustomLister.

type CustomNamespaceLister

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

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

type CustomNamespaceListerExpansion

type CustomNamespaceListerExpansion interface{}

CustomNamespaceListerExpansion allows custom methods to be added to CustomNamespaceLister.

Jump to

Keyboard shortcuts

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