v1alpha1

package
v0.0.0-...-89d2f1c Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 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 RemoteShuffleServiceLister

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

RemoteShuffleServiceLister helps list RemoteShuffleServices. All objects returned here must be treated as read-only.

func NewRemoteShuffleServiceLister

func NewRemoteShuffleServiceLister(indexer cache.Indexer) RemoteShuffleServiceLister

NewRemoteShuffleServiceLister returns a new RemoteShuffleServiceLister.

type RemoteShuffleServiceListerExpansion

type RemoteShuffleServiceListerExpansion interface{}

RemoteShuffleServiceListerExpansion allows custom methods to be added to RemoteShuffleServiceLister.

type RemoteShuffleServiceNamespaceLister

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

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

type RemoteShuffleServiceNamespaceListerExpansion

type RemoteShuffleServiceNamespaceListerExpansion interface{}

RemoteShuffleServiceNamespaceListerExpansion allows custom methods to be added to RemoteShuffleServiceNamespaceLister.

Jump to

Keyboard shortcuts

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