v1alpha1

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2021 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 EmbeddedLister

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

EmbeddedLister helps list Embeddeds. All objects returned here must be treated as read-only.

func NewEmbeddedLister

func NewEmbeddedLister(indexer cache.Indexer) EmbeddedLister

NewEmbeddedLister returns a new EmbeddedLister.

type EmbeddedListerExpansion

type EmbeddedListerExpansion interface{}

EmbeddedListerExpansion allows custom methods to be added to EmbeddedLister.

type EmbeddedNamespaceLister

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

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

type EmbeddedNamespaceListerExpansion

type EmbeddedNamespaceListerExpansion interface{}

EmbeddedNamespaceListerExpansion allows custom methods to be added to EmbeddedNamespaceLister.

Jump to

Keyboard shortcuts

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