v1alpha1

package
v0.0.0-...-4f31ccc Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SessionLister

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

SessionLister helps list Sessions. All objects returned here must be treated as read-only.

func NewSessionLister

func NewSessionLister(indexer cache.Indexer) SessionLister

NewSessionLister returns a new SessionLister.

type SessionListerExpansion

type SessionListerExpansion interface{}

SessionListerExpansion allows custom methods to be added to SessionLister.

type SessionNamespaceLister

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

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

type SessionNamespaceListerExpansion

type SessionNamespaceListerExpansion interface{}

SessionNamespaceListerExpansion allows custom methods to be added to SessionNamespaceLister.

Jump to

Keyboard shortcuts

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