v1alpha1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2021 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 DnsARecordLister

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

DnsARecordLister helps list DnsARecords. All objects returned here must be treated as read-only.

func NewDnsARecordLister

func NewDnsARecordLister(indexer cache.Indexer) DnsARecordLister

NewDnsARecordLister returns a new DnsARecordLister.

type DnsARecordListerExpansion

type DnsARecordListerExpansion interface{}

DnsARecordListerExpansion allows custom methods to be added to DnsARecordLister.

type DnsARecordNamespaceLister

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

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

type DnsARecordNamespaceListerExpansion

type DnsARecordNamespaceListerExpansion interface{}

DnsARecordNamespaceListerExpansion allows custom methods to be added to DnsARecordNamespaceLister.

type DnsAaaaRecordLister

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

DnsAaaaRecordLister helps list DnsAaaaRecords. All objects returned here must be treated as read-only.

func NewDnsAaaaRecordLister

func NewDnsAaaaRecordLister(indexer cache.Indexer) DnsAaaaRecordLister

NewDnsAaaaRecordLister returns a new DnsAaaaRecordLister.

type DnsAaaaRecordListerExpansion

type DnsAaaaRecordListerExpansion interface{}

DnsAaaaRecordListerExpansion allows custom methods to be added to DnsAaaaRecordLister.

type DnsAaaaRecordNamespaceLister

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

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

type DnsAaaaRecordNamespaceListerExpansion

type DnsAaaaRecordNamespaceListerExpansion interface{}

DnsAaaaRecordNamespaceListerExpansion allows custom methods to be added to DnsAaaaRecordNamespaceLister.

type DnsCnameRecordLister

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

DnsCnameRecordLister helps list DnsCnameRecords. All objects returned here must be treated as read-only.

func NewDnsCnameRecordLister

func NewDnsCnameRecordLister(indexer cache.Indexer) DnsCnameRecordLister

NewDnsCnameRecordLister returns a new DnsCnameRecordLister.

type DnsCnameRecordListerExpansion

type DnsCnameRecordListerExpansion interface{}

DnsCnameRecordListerExpansion allows custom methods to be added to DnsCnameRecordLister.

type DnsCnameRecordNamespaceLister

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

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

type DnsCnameRecordNamespaceListerExpansion

type DnsCnameRecordNamespaceListerExpansion interface{}

DnsCnameRecordNamespaceListerExpansion allows custom methods to be added to DnsCnameRecordNamespaceLister.

type DnsMxRecordLister

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

DnsMxRecordLister helps list DnsMxRecords. All objects returned here must be treated as read-only.

func NewDnsMxRecordLister

func NewDnsMxRecordLister(indexer cache.Indexer) DnsMxRecordLister

NewDnsMxRecordLister returns a new DnsMxRecordLister.

type DnsMxRecordListerExpansion

type DnsMxRecordListerExpansion interface{}

DnsMxRecordListerExpansion allows custom methods to be added to DnsMxRecordLister.

type DnsMxRecordNamespaceLister

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

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

type DnsMxRecordNamespaceListerExpansion

type DnsMxRecordNamespaceListerExpansion interface{}

DnsMxRecordNamespaceListerExpansion allows custom methods to be added to DnsMxRecordNamespaceLister.

type DnsPtrRecordLister

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

DnsPtrRecordLister helps list DnsPtrRecords. All objects returned here must be treated as read-only.

func NewDnsPtrRecordLister

func NewDnsPtrRecordLister(indexer cache.Indexer) DnsPtrRecordLister

NewDnsPtrRecordLister returns a new DnsPtrRecordLister.

type DnsPtrRecordListerExpansion

type DnsPtrRecordListerExpansion interface{}

DnsPtrRecordListerExpansion allows custom methods to be added to DnsPtrRecordLister.

type DnsPtrRecordNamespaceLister

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

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

type DnsPtrRecordNamespaceListerExpansion

type DnsPtrRecordNamespaceListerExpansion interface{}

DnsPtrRecordNamespaceListerExpansion allows custom methods to be added to DnsPtrRecordNamespaceLister.

type DnsSrvRecordLister

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

DnsSrvRecordLister helps list DnsSrvRecords. All objects returned here must be treated as read-only.

func NewDnsSrvRecordLister

func NewDnsSrvRecordLister(indexer cache.Indexer) DnsSrvRecordLister

NewDnsSrvRecordLister returns a new DnsSrvRecordLister.

type DnsSrvRecordListerExpansion

type DnsSrvRecordListerExpansion interface{}

DnsSrvRecordListerExpansion allows custom methods to be added to DnsSrvRecordLister.

type DnsSrvRecordNamespaceLister

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

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

type DnsSrvRecordNamespaceListerExpansion

type DnsSrvRecordNamespaceListerExpansion interface{}

DnsSrvRecordNamespaceListerExpansion allows custom methods to be added to DnsSrvRecordNamespaceLister.

type DnsTxtRecordLister

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

DnsTxtRecordLister helps list DnsTxtRecords. All objects returned here must be treated as read-only.

func NewDnsTxtRecordLister

func NewDnsTxtRecordLister(indexer cache.Indexer) DnsTxtRecordLister

NewDnsTxtRecordLister returns a new DnsTxtRecordLister.

type DnsTxtRecordListerExpansion

type DnsTxtRecordListerExpansion interface{}

DnsTxtRecordListerExpansion allows custom methods to be added to DnsTxtRecordLister.

type DnsTxtRecordNamespaceLister

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

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

type DnsTxtRecordNamespaceListerExpansion

type DnsTxtRecordNamespaceListerExpansion interface{}

DnsTxtRecordNamespaceListerExpansion allows custom methods to be added to DnsTxtRecordNamespaceLister.

type DnsZoneLister

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

DnsZoneLister helps list DnsZones. All objects returned here must be treated as read-only.

func NewDnsZoneLister

func NewDnsZoneLister(indexer cache.Indexer) DnsZoneLister

NewDnsZoneLister returns a new DnsZoneLister.

type DnsZoneListerExpansion

type DnsZoneListerExpansion interface{}

DnsZoneListerExpansion allows custom methods to be added to DnsZoneLister.

type DnsZoneNamespaceLister

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

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

type DnsZoneNamespaceListerExpansion

type DnsZoneNamespaceListerExpansion interface{}

DnsZoneNamespaceListerExpansion allows custom methods to be added to DnsZoneNamespaceLister.

type DnsZoneVirtualNetworkLinkLister

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

DnsZoneVirtualNetworkLinkLister helps list DnsZoneVirtualNetworkLinks. All objects returned here must be treated as read-only.

func NewDnsZoneVirtualNetworkLinkLister

func NewDnsZoneVirtualNetworkLinkLister(indexer cache.Indexer) DnsZoneVirtualNetworkLinkLister

NewDnsZoneVirtualNetworkLinkLister returns a new DnsZoneVirtualNetworkLinkLister.

type DnsZoneVirtualNetworkLinkListerExpansion

type DnsZoneVirtualNetworkLinkListerExpansion interface{}

DnsZoneVirtualNetworkLinkListerExpansion allows custom methods to be added to DnsZoneVirtualNetworkLinkLister.

type DnsZoneVirtualNetworkLinkNamespaceLister

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

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

type DnsZoneVirtualNetworkLinkNamespaceListerExpansion

type DnsZoneVirtualNetworkLinkNamespaceListerExpansion interface{}

DnsZoneVirtualNetworkLinkNamespaceListerExpansion allows custom methods to be added to DnsZoneVirtualNetworkLinkNamespaceLister.

type EndpointLister

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

EndpointLister helps list Endpoints. All objects returned here must be treated as read-only.

func NewEndpointLister

func NewEndpointLister(indexer cache.Indexer) EndpointLister

NewEndpointLister returns a new EndpointLister.

type EndpointListerExpansion

type EndpointListerExpansion interface{}

EndpointListerExpansion allows custom methods to be added to EndpointLister.

type EndpointNamespaceLister

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

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

type EndpointNamespaceListerExpansion

type EndpointNamespaceListerExpansion interface{}

EndpointNamespaceListerExpansion allows custom methods to be added to EndpointNamespaceLister.

type LinkServiceLister

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

LinkServiceLister helps list LinkServices. All objects returned here must be treated as read-only.

func NewLinkServiceLister

func NewLinkServiceLister(indexer cache.Indexer) LinkServiceLister

NewLinkServiceLister returns a new LinkServiceLister.

type LinkServiceListerExpansion

type LinkServiceListerExpansion interface{}

LinkServiceListerExpansion allows custom methods to be added to LinkServiceLister.

type LinkServiceNamespaceLister

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

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

type LinkServiceNamespaceListerExpansion

type LinkServiceNamespaceListerExpansion interface{}

LinkServiceNamespaceListerExpansion allows custom methods to be added to LinkServiceNamespaceLister.

Jump to

Keyboard shortcuts

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