v1alpha2

package
v1.7.2 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 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 ClusterGroupLister

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

ClusterGroupLister helps list ClusterGroups. All objects returned here must be treated as read-only.

func NewClusterGroupLister

func NewClusterGroupLister(indexer cache.Indexer) ClusterGroupLister

NewClusterGroupLister returns a new ClusterGroupLister.

type ClusterGroupListerExpansion

type ClusterGroupListerExpansion interface{}

ClusterGroupListerExpansion allows custom methods to be added to ClusterGroupLister.

type EgressLister

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

EgressLister helps list Egresses. All objects returned here must be treated as read-only.

func NewEgressLister

func NewEgressLister(indexer cache.Indexer) EgressLister

NewEgressLister returns a new EgressLister.

type EgressListerExpansion

type EgressListerExpansion interface{}

EgressListerExpansion allows custom methods to be added to EgressLister.

type ExternalEntityLister

type ExternalEntityLister interface {
	// List lists all ExternalEntities in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha2.ExternalEntity, err error)
	// ExternalEntities returns an object that can list and get ExternalEntities.
	ExternalEntities(namespace string) ExternalEntityNamespaceLister
	ExternalEntityListerExpansion
}

ExternalEntityLister helps list ExternalEntities. All objects returned here must be treated as read-only.

func NewExternalEntityLister

func NewExternalEntityLister(indexer cache.Indexer) ExternalEntityLister

NewExternalEntityLister returns a new ExternalEntityLister.

type ExternalEntityListerExpansion

type ExternalEntityListerExpansion interface{}

ExternalEntityListerExpansion allows custom methods to be added to ExternalEntityLister.

type ExternalEntityNamespaceLister

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

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

type ExternalEntityNamespaceListerExpansion

type ExternalEntityNamespaceListerExpansion interface{}

ExternalEntityNamespaceListerExpansion allows custom methods to be added to ExternalEntityNamespaceLister.

type ExternalIPPoolLister added in v1.2.0

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

ExternalIPPoolLister helps list ExternalIPPools. All objects returned here must be treated as read-only.

func NewExternalIPPoolLister added in v1.2.0

func NewExternalIPPoolLister(indexer cache.Indexer) ExternalIPPoolLister

NewExternalIPPoolLister returns a new ExternalIPPoolLister.

type ExternalIPPoolListerExpansion added in v1.2.0

type ExternalIPPoolListerExpansion interface{}

ExternalIPPoolListerExpansion allows custom methods to be added to ExternalIPPoolLister.

type IPPoolLister added in v1.4.0

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

IPPoolLister helps list IPPools. All objects returned here must be treated as read-only.

func NewIPPoolLister added in v1.4.0

func NewIPPoolLister(indexer cache.Indexer) IPPoolLister

NewIPPoolLister returns a new IPPoolLister.

type IPPoolListerExpansion added in v1.4.0

type IPPoolListerExpansion interface{}

IPPoolListerExpansion allows custom methods to be added to IPPoolLister.

type TrafficControlLister added in v1.7.0

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

TrafficControlLister helps list TrafficControls. All objects returned here must be treated as read-only.

func NewTrafficControlLister added in v1.7.0

func NewTrafficControlLister(indexer cache.Indexer) TrafficControlLister

NewTrafficControlLister returns a new TrafficControlLister.

type TrafficControlListerExpansion added in v1.7.0

type TrafficControlListerExpansion interface{}

TrafficControlListerExpansion allows custom methods to be added to TrafficControlLister.

Jump to

Keyboard shortcuts

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