v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 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 AcceleratorLister

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

AcceleratorLister helps list Accelerators. All objects returned here must be treated as read-only.

func NewAcceleratorLister

func NewAcceleratorLister(indexer cache.Indexer) AcceleratorLister

NewAcceleratorLister returns a new AcceleratorLister.

type AcceleratorListerExpansion

type AcceleratorListerExpansion interface{}

AcceleratorListerExpansion allows custom methods to be added to AcceleratorLister.

type AcceleratorNamespaceLister

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

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

type AcceleratorNamespaceListerExpansion

type AcceleratorNamespaceListerExpansion interface{}

AcceleratorNamespaceListerExpansion allows custom methods to be added to AcceleratorNamespaceLister.

type AclAttachmentLister added in v0.5.0

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

AclAttachmentLister helps list AclAttachments. All objects returned here must be treated as read-only.

func NewAclAttachmentLister added in v0.5.0

func NewAclAttachmentLister(indexer cache.Indexer) AclAttachmentLister

NewAclAttachmentLister returns a new AclAttachmentLister.

type AclAttachmentListerExpansion added in v0.5.0

type AclAttachmentListerExpansion interface{}

AclAttachmentListerExpansion allows custom methods to be added to AclAttachmentLister.

type AclAttachmentNamespaceLister added in v0.5.0

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

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

type AclAttachmentNamespaceListerExpansion added in v0.5.0

type AclAttachmentNamespaceListerExpansion interface{}

AclAttachmentNamespaceListerExpansion allows custom methods to be added to AclAttachmentNamespaceLister.

type AclLister added in v0.5.0

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

AclLister helps list Acls. All objects returned here must be treated as read-only.

func NewAclLister added in v0.5.0

func NewAclLister(indexer cache.Indexer) AclLister

NewAclLister returns a new AclLister.

type AclListerExpansion added in v0.5.0

type AclListerExpansion interface{}

AclListerExpansion allows custom methods to be added to AclLister.

type AclNamespaceLister added in v0.5.0

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

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

type AclNamespaceListerExpansion added in v0.5.0

type AclNamespaceListerExpansion interface{}

AclNamespaceListerExpansion allows custom methods to be added to AclNamespaceLister.

type AdditionalCertificateLister added in v0.5.0

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

AdditionalCertificateLister helps list AdditionalCertificates. All objects returned here must be treated as read-only.

func NewAdditionalCertificateLister added in v0.5.0

func NewAdditionalCertificateLister(indexer cache.Indexer) AdditionalCertificateLister

NewAdditionalCertificateLister returns a new AdditionalCertificateLister.

type AdditionalCertificateListerExpansion added in v0.5.0

type AdditionalCertificateListerExpansion interface{}

AdditionalCertificateListerExpansion allows custom methods to be added to AdditionalCertificateLister.

type AdditionalCertificateNamespaceLister added in v0.5.0

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

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

type AdditionalCertificateNamespaceListerExpansion added in v0.5.0

type AdditionalCertificateNamespaceListerExpansion interface{}

AdditionalCertificateNamespaceListerExpansion allows custom methods to be added to AdditionalCertificateNamespaceLister.

type BandwidthPackageAttachmentLister

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

BandwidthPackageAttachmentLister helps list BandwidthPackageAttachments. All objects returned here must be treated as read-only.

func NewBandwidthPackageAttachmentLister

func NewBandwidthPackageAttachmentLister(indexer cache.Indexer) BandwidthPackageAttachmentLister

NewBandwidthPackageAttachmentLister returns a new BandwidthPackageAttachmentLister.

type BandwidthPackageAttachmentListerExpansion

type BandwidthPackageAttachmentListerExpansion interface{}

BandwidthPackageAttachmentListerExpansion allows custom methods to be added to BandwidthPackageAttachmentLister.

type BandwidthPackageAttachmentNamespaceLister

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

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

type BandwidthPackageAttachmentNamespaceListerExpansion

type BandwidthPackageAttachmentNamespaceListerExpansion interface{}

BandwidthPackageAttachmentNamespaceListerExpansion allows custom methods to be added to BandwidthPackageAttachmentNamespaceLister.

type BandwidthPackageLister

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

BandwidthPackageLister helps list BandwidthPackages. All objects returned here must be treated as read-only.

func NewBandwidthPackageLister

func NewBandwidthPackageLister(indexer cache.Indexer) BandwidthPackageLister

NewBandwidthPackageLister returns a new BandwidthPackageLister.

type BandwidthPackageListerExpansion

type BandwidthPackageListerExpansion interface{}

BandwidthPackageListerExpansion allows custom methods to be added to BandwidthPackageLister.

type BandwidthPackageNamespaceLister

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

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

type BandwidthPackageNamespaceListerExpansion

type BandwidthPackageNamespaceListerExpansion interface{}

BandwidthPackageNamespaceListerExpansion allows custom methods to be added to BandwidthPackageNamespaceLister.

type EndpointGroupLister

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

EndpointGroupLister helps list EndpointGroups. All objects returned here must be treated as read-only.

func NewEndpointGroupLister

func NewEndpointGroupLister(indexer cache.Indexer) EndpointGroupLister

NewEndpointGroupLister returns a new EndpointGroupLister.

type EndpointGroupListerExpansion

type EndpointGroupListerExpansion interface{}

EndpointGroupListerExpansion allows custom methods to be added to EndpointGroupLister.

type EndpointGroupNamespaceLister

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

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

type EndpointGroupNamespaceListerExpansion

type EndpointGroupNamespaceListerExpansion interface{}

EndpointGroupNamespaceListerExpansion allows custom methods to be added to EndpointGroupNamespaceLister.

type ForwardingRuleLister

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

ForwardingRuleLister helps list ForwardingRules. All objects returned here must be treated as read-only.

func NewForwardingRuleLister

func NewForwardingRuleLister(indexer cache.Indexer) ForwardingRuleLister

NewForwardingRuleLister returns a new ForwardingRuleLister.

type ForwardingRuleListerExpansion

type ForwardingRuleListerExpansion interface{}

ForwardingRuleListerExpansion allows custom methods to be added to ForwardingRuleLister.

type ForwardingRuleNamespaceLister

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

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

type ForwardingRuleNamespaceListerExpansion

type ForwardingRuleNamespaceListerExpansion interface{}

ForwardingRuleNamespaceListerExpansion allows custom methods to be added to ForwardingRuleNamespaceLister.

type IpSetLister

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

IpSetLister helps list IpSets. All objects returned here must be treated as read-only.

func NewIpSetLister

func NewIpSetLister(indexer cache.Indexer) IpSetLister

NewIpSetLister returns a new IpSetLister.

type IpSetListerExpansion

type IpSetListerExpansion interface{}

IpSetListerExpansion allows custom methods to be added to IpSetLister.

type IpSetNamespaceLister

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

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

type IpSetNamespaceListerExpansion

type IpSetNamespaceListerExpansion interface{}

IpSetNamespaceListerExpansion allows custom methods to be added to IpSetNamespaceLister.

type ListenerLister

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

ListenerLister helps list Listeners. All objects returned here must be treated as read-only.

func NewListenerLister

func NewListenerLister(indexer cache.Indexer) ListenerLister

NewListenerLister returns a new ListenerLister.

type ListenerListerExpansion

type ListenerListerExpansion interface{}

ListenerListerExpansion allows custom methods to be added to ListenerLister.

type ListenerNamespaceLister

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

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

type ListenerNamespaceListerExpansion

type ListenerNamespaceListerExpansion interface{}

ListenerNamespaceListerExpansion allows custom methods to be added to ListenerNamespaceLister.

Jump to

Keyboard shortcuts

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