v1

package
v0.0.0-...-8b80ef8 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2023 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 SnapshotGroupLister

type SnapshotGroupLister interface {
	// List lists all SnapshotGroups in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.SnapshotGroup, err error)
	// SnapshotGroups returns an object that can list and get SnapshotGroups.
	SnapshotGroups(namespace string) SnapshotGroupNamespaceLister
	SnapshotGroupListerExpansion
}

SnapshotGroupLister helps list SnapshotGroups. All objects returned here must be treated as read-only.

func NewSnapshotGroupLister

func NewSnapshotGroupLister(indexer cache.Indexer) SnapshotGroupLister

NewSnapshotGroupLister returns a new SnapshotGroupLister.

type SnapshotGroupListerExpansion

type SnapshotGroupListerExpansion interface{}

SnapshotGroupListerExpansion allows custom methods to be added to SnapshotGroupLister.

type SnapshotGroupNamespaceLister

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

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

type SnapshotGroupNamespaceListerExpansion

type SnapshotGroupNamespaceListerExpansion interface{}

SnapshotGroupNamespaceListerExpansion allows custom methods to be added to SnapshotGroupNamespaceLister.

Jump to

Keyboard shortcuts

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