v1

package
v0.8.8 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2023 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 RemoteClusterLister

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

RemoteClusterLister helps list RemoteClusters. All objects returned here must be treated as read-only.

func NewRemoteClusterLister

func NewRemoteClusterLister(indexer cache.Indexer) RemoteClusterLister

NewRemoteClusterLister returns a new RemoteClusterLister.

type RemoteClusterListerExpansion

type RemoteClusterListerExpansion interface{}

RemoteClusterListerExpansion allows custom methods to be added to RemoteClusterLister.

type RemoteEndpointSliceLister

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

RemoteEndpointSliceLister helps list RemoteEndpointSlices. All objects returned here must be treated as read-only.

func NewRemoteEndpointSliceLister

func NewRemoteEndpointSliceLister(indexer cache.Indexer) RemoteEndpointSliceLister

NewRemoteEndpointSliceLister returns a new RemoteEndpointSliceLister.

type RemoteEndpointSliceListerExpansion

type RemoteEndpointSliceListerExpansion interface{}

RemoteEndpointSliceListerExpansion allows custom methods to be added to RemoteEndpointSliceLister.

type RemoteSubnetLister

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

RemoteSubnetLister helps list RemoteSubnets. All objects returned here must be treated as read-only.

func NewRemoteSubnetLister

func NewRemoteSubnetLister(indexer cache.Indexer) RemoteSubnetLister

NewRemoteSubnetLister returns a new RemoteSubnetLister.

type RemoteSubnetListerExpansion

type RemoteSubnetListerExpansion interface{}

RemoteSubnetListerExpansion allows custom methods to be added to RemoteSubnetLister.

type RemoteVtepLister

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

RemoteVtepLister helps list RemoteVteps. All objects returned here must be treated as read-only.

func NewRemoteVtepLister

func NewRemoteVtepLister(indexer cache.Indexer) RemoteVtepLister

NewRemoteVtepLister returns a new RemoteVtepLister.

type RemoteVtepListerExpansion

type RemoteVtepListerExpansion interface{}

RemoteVtepListerExpansion allows custom methods to be added to RemoteVtepLister.

Jump to

Keyboard shortcuts

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