v1alpha1

package
v0.32.2 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2022 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 ResetOffsetLister

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

ResetOffsetLister helps list ResetOffsets. All objects returned here must be treated as read-only.

func NewResetOffsetLister

func NewResetOffsetLister(indexer cache.Indexer) ResetOffsetLister

NewResetOffsetLister returns a new ResetOffsetLister.

type ResetOffsetListerExpansion

type ResetOffsetListerExpansion interface{}

ResetOffsetListerExpansion allows custom methods to be added to ResetOffsetLister.

type ResetOffsetNamespaceLister

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

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

type ResetOffsetNamespaceListerExpansion

type ResetOffsetNamespaceListerExpansion interface{}

ResetOffsetNamespaceListerExpansion allows custom methods to be added to ResetOffsetNamespaceLister.

Jump to

Keyboard shortcuts

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