v1alpha1

package
v0.0.0-...-1aaef2a Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: Apache-2.0, BSD-3-Clause, CC-BY-3.0, + 1 more Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SfeventLister

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

SfeventLister helps list Sfevents. All objects returned here must be treated as read-only.

func NewSfeventLister

func NewSfeventLister(indexer cache.Indexer) SfeventLister

NewSfeventLister returns a new SfeventLister.

type SfeventListerExpansion

type SfeventListerExpansion interface{}

SfeventListerExpansion allows custom methods to be added to SfeventLister.

type SfeventNamespaceLister

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

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

type SfeventNamespaceListerExpansion

type SfeventNamespaceListerExpansion interface{}

SfeventNamespaceListerExpansion allows custom methods to be added to SfeventNamespaceLister.

Jump to

Keyboard shortcuts

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