v1alpha1

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2021 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RecoveryLister

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

RecoveryLister helps list Recoveries. All objects returned here must be treated as read-only.

func NewRecoveryLister

func NewRecoveryLister(indexer cache.Indexer) RecoveryLister

NewRecoveryLister returns a new RecoveryLister.

type RecoveryListerExpansion

type RecoveryListerExpansion interface{}

RecoveryListerExpansion allows custom methods to be added to RecoveryLister.

type RecoveryNamespaceLister

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

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

type RecoveryNamespaceListerExpansion

type RecoveryNamespaceListerExpansion interface{}

RecoveryNamespaceListerExpansion allows custom methods to be added to RecoveryNamespaceLister.

type RepositoryLister

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

RepositoryLister helps list Repositories. All objects returned here must be treated as read-only.

func NewRepositoryLister

func NewRepositoryLister(indexer cache.Indexer) RepositoryLister

NewRepositoryLister returns a new RepositoryLister.

type RepositoryListerExpansion

type RepositoryListerExpansion interface{}

RepositoryListerExpansion allows custom methods to be added to RepositoryLister.

type RepositoryNamespaceLister

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

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

type RepositoryNamespaceListerExpansion

type RepositoryNamespaceListerExpansion interface{}

RepositoryNamespaceListerExpansion allows custom methods to be added to RepositoryNamespaceLister.

type ResticLister

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

ResticLister helps list Restics. All objects returned here must be treated as read-only.

func NewResticLister

func NewResticLister(indexer cache.Indexer) ResticLister

NewResticLister returns a new ResticLister.

type ResticListerExpansion

type ResticListerExpansion interface{}

ResticListerExpansion allows custom methods to be added to ResticLister.

type ResticNamespaceLister

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

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

type ResticNamespaceListerExpansion

type ResticNamespaceListerExpansion interface{}

ResticNamespaceListerExpansion allows custom methods to be added to ResticNamespaceLister.

Jump to

Keyboard shortcuts

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