v1alpha1

package
v0.0.0-...-05d506c Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2020 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 DomainLister

type DomainLister interface {
	// List lists all Domains in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Domain, err error)
	// Domains returns an object that can list and get Domains.
	Domains(namespace string) DomainNamespaceLister
	DomainListerExpansion
}

DomainLister helps list Domains.

func NewDomainLister

func NewDomainLister(indexer cache.Indexer) DomainLister

NewDomainLister returns a new DomainLister.

type DomainListerExpansion

type DomainListerExpansion interface{}

DomainListerExpansion allows custom methods to be added to DomainLister.

type DomainNamespaceLister

type DomainNamespaceLister interface {
	// List lists all Domains in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Domain, err error)
	// Get retrieves the Domain from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Domain, error)
	DomainNamespaceListerExpansion
}

DomainNamespaceLister helps list and get Domains.

type DomainNamespaceListerExpansion

type DomainNamespaceListerExpansion interface{}

DomainNamespaceListerExpansion allows custom methods to be added to DomainNamespaceLister.

Jump to

Keyboard shortcuts

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