v1alpha1

package
v0.18.0 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2022 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 FederationDomainLister

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

FederationDomainLister helps list FederationDomains. All objects returned here must be treated as read-only.

func NewFederationDomainLister

func NewFederationDomainLister(indexer cache.Indexer) FederationDomainLister

NewFederationDomainLister returns a new FederationDomainLister.

type FederationDomainListerExpansion

type FederationDomainListerExpansion interface{}

FederationDomainListerExpansion allows custom methods to be added to FederationDomainLister.

type FederationDomainNamespaceLister

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

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

type FederationDomainNamespaceListerExpansion

type FederationDomainNamespaceListerExpansion interface{}

FederationDomainNamespaceListerExpansion allows custom methods to be added to FederationDomainNamespaceLister.

Jump to

Keyboard shortcuts

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