v1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2021 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 DnsDomainLister

type DnsDomainLister interface {
	// List lists all DnsDomains in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.DnsDomain, err error)
	// Get retrieves the DnsDomain from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.DnsDomain, error)
	DnsDomainListerExpansion
}

DnsDomainLister helps list DnsDomains. All objects returned here must be treated as read-only.

func NewDnsDomainLister

func NewDnsDomainLister(indexer cache.Indexer) DnsDomainLister

NewDnsDomainLister returns a new DnsDomainLister.

type DnsDomainListerExpansion

type DnsDomainListerExpansion interface{}

DnsDomainListerExpansion allows custom methods to be added to DnsDomainLister.

type DnsRuleLister

type DnsRuleLister interface {
	// List lists all DnsRules in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.DnsRule, err error)
	// Get retrieves the DnsRule from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.DnsRule, error)
	DnsRuleListerExpansion
}

DnsRuleLister helps list DnsRules. All objects returned here must be treated as read-only.

func NewDnsRuleLister

func NewDnsRuleLister(indexer cache.Indexer) DnsRuleLister

NewDnsRuleLister returns a new DnsRuleLister.

type DnsRuleListerExpansion

type DnsRuleListerExpansion interface{}

DnsRuleListerExpansion allows custom methods to be added to DnsRuleLister.

Jump to

Keyboard shortcuts

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