v1alpha1

package
v0.0.0-...-b90a9eb Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2024 License: AGPL-3.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 WaitingRoomLister

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

WaitingRoomLister helps list WaitingRooms. All objects returned here must be treated as read-only.

func NewWaitingRoomLister

func NewWaitingRoomLister(indexer cache.Indexer) WaitingRoomLister

NewWaitingRoomLister returns a new WaitingRoomLister.

type WaitingRoomListerExpansion

type WaitingRoomListerExpansion interface{}

WaitingRoomListerExpansion allows custom methods to be added to WaitingRoomLister.

type WaitingRoomNamespaceLister

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

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

type WaitingRoomNamespaceListerExpansion

type WaitingRoomNamespaceListerExpansion interface{}

WaitingRoomNamespaceListerExpansion allows custom methods to be added to WaitingRoomNamespaceLister.

Jump to

Keyboard shortcuts

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