v1

package
v0.0.0-...-50c2eee Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2024 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 DNSRecordLister

type DNSRecordLister interface {
	// List lists all DNSRecords in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.DNSRecord, err error)
	// DNSRecords returns an object that can list and get DNSRecords.
	DNSRecords(namespace string) DNSRecordNamespaceLister
	DNSRecordListerExpansion
}

DNSRecordLister helps list DNSRecords. All objects returned here must be treated as read-only.

func NewDNSRecordLister

func NewDNSRecordLister(indexer cache.Indexer) DNSRecordLister

NewDNSRecordLister returns a new DNSRecordLister.

type DNSRecordListerExpansion

type DNSRecordListerExpansion interface{}

DNSRecordListerExpansion allows custom methods to be added to DNSRecordLister.

type DNSRecordNamespaceLister

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

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

type DNSRecordNamespaceListerExpansion

type DNSRecordNamespaceListerExpansion interface{}

DNSRecordNamespaceListerExpansion allows custom methods to be added to DNSRecordNamespaceLister.

Jump to

Keyboard shortcuts

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