v1alpha1

package
v1.16.2 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2021 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ManagedSeedLister

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

ManagedSeedLister helps list ManagedSeeds. All objects returned here must be treated as read-only.

func NewManagedSeedLister

func NewManagedSeedLister(indexer cache.Indexer) ManagedSeedLister

NewManagedSeedLister returns a new ManagedSeedLister.

type ManagedSeedListerExpansion

type ManagedSeedListerExpansion interface{}

ManagedSeedListerExpansion allows custom methods to be added to ManagedSeedLister.

type ManagedSeedNamespaceLister

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

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

type ManagedSeedNamespaceListerExpansion

type ManagedSeedNamespaceListerExpansion interface{}

ManagedSeedNamespaceListerExpansion allows custom methods to be added to ManagedSeedNamespaceLister.

Jump to

Keyboard shortcuts

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