v1alpha1

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2022 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 DataLifetimeLister

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

DataLifetimeLister helps list DataLifetimes. All objects returned here must be treated as read-only.

func NewDataLifetimeLister

func NewDataLifetimeLister(indexer cache.Indexer) DataLifetimeLister

NewDataLifetimeLister returns a new DataLifetimeLister.

type DataLifetimeListerExpansion

type DataLifetimeListerExpansion interface{}

DataLifetimeListerExpansion allows custom methods to be added to DataLifetimeLister.

type DataLifetimeNamespaceLister

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

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

type DataLifetimeNamespaceListerExpansion

type DataLifetimeNamespaceListerExpansion interface{}

DataLifetimeNamespaceListerExpansion allows custom methods to be added to DataLifetimeNamespaceLister.

Jump to

Keyboard shortcuts

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