v1alpha1

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 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 MultiClusterEndpointLister

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

MultiClusterEndpointLister helps list MultiClusterEndpoints. All objects returned here must be treated as read-only.

func NewMultiClusterEndpointLister

func NewMultiClusterEndpointLister(indexer cache.Indexer) MultiClusterEndpointLister

NewMultiClusterEndpointLister returns a new MultiClusterEndpointLister.

type MultiClusterEndpointListerExpansion

type MultiClusterEndpointListerExpansion interface{}

MultiClusterEndpointListerExpansion allows custom methods to be added to MultiClusterEndpointLister.

type MultiClusterEndpointNamespaceLister

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

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

type MultiClusterEndpointNamespaceListerExpansion

type MultiClusterEndpointNamespaceListerExpansion interface{}

MultiClusterEndpointNamespaceListerExpansion allows custom methods to be added to MultiClusterEndpointNamespaceLister.

Jump to

Keyboard shortcuts

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