v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 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 AccessPointLister

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

AccessPointLister helps list AccessPoints. All objects returned here must be treated as read-only.

func NewAccessPointLister

func NewAccessPointLister(indexer cache.Indexer) AccessPointLister

NewAccessPointLister returns a new AccessPointLister.

type AccessPointListerExpansion

type AccessPointListerExpansion interface{}

AccessPointListerExpansion allows custom methods to be added to AccessPointLister.

type AccessPointNamespaceLister

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

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

type AccessPointNamespaceListerExpansion

type AccessPointNamespaceListerExpansion interface{}

AccessPointNamespaceListerExpansion allows custom methods to be added to AccessPointNamespaceLister.

type BackupPolicyLister

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

BackupPolicyLister helps list BackupPolicies. All objects returned here must be treated as read-only.

func NewBackupPolicyLister

func NewBackupPolicyLister(indexer cache.Indexer) BackupPolicyLister

NewBackupPolicyLister returns a new BackupPolicyLister.

type BackupPolicyListerExpansion

type BackupPolicyListerExpansion interface{}

BackupPolicyListerExpansion allows custom methods to be added to BackupPolicyLister.

type BackupPolicyNamespaceLister

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

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

type BackupPolicyNamespaceListerExpansion

type BackupPolicyNamespaceListerExpansion interface{}

BackupPolicyNamespaceListerExpansion allows custom methods to be added to BackupPolicyNamespaceLister.

type FileSystemLister

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

FileSystemLister helps list FileSystems. All objects returned here must be treated as read-only.

func NewFileSystemLister

func NewFileSystemLister(indexer cache.Indexer) FileSystemLister

NewFileSystemLister returns a new FileSystemLister.

type FileSystemListerExpansion

type FileSystemListerExpansion interface{}

FileSystemListerExpansion allows custom methods to be added to FileSystemLister.

type FileSystemNamespaceLister

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

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

type FileSystemNamespaceListerExpansion

type FileSystemNamespaceListerExpansion interface{}

FileSystemNamespaceListerExpansion allows custom methods to be added to FileSystemNamespaceLister.

type FileSystemPolicyLister

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

FileSystemPolicyLister helps list FileSystemPolicies. All objects returned here must be treated as read-only.

func NewFileSystemPolicyLister

func NewFileSystemPolicyLister(indexer cache.Indexer) FileSystemPolicyLister

NewFileSystemPolicyLister returns a new FileSystemPolicyLister.

type FileSystemPolicyListerExpansion

type FileSystemPolicyListerExpansion interface{}

FileSystemPolicyListerExpansion allows custom methods to be added to FileSystemPolicyLister.

type FileSystemPolicyNamespaceLister

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

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

type FileSystemPolicyNamespaceListerExpansion

type FileSystemPolicyNamespaceListerExpansion interface{}

FileSystemPolicyNamespaceListerExpansion allows custom methods to be added to FileSystemPolicyNamespaceLister.

type MountTargetLister

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

MountTargetLister helps list MountTargets. All objects returned here must be treated as read-only.

func NewMountTargetLister

func NewMountTargetLister(indexer cache.Indexer) MountTargetLister

NewMountTargetLister returns a new MountTargetLister.

type MountTargetListerExpansion

type MountTargetListerExpansion interface{}

MountTargetListerExpansion allows custom methods to be added to MountTargetLister.

type MountTargetNamespaceLister

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

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

type MountTargetNamespaceListerExpansion

type MountTargetNamespaceListerExpansion interface{}

MountTargetNamespaceListerExpansion allows custom methods to be added to MountTargetNamespaceLister.

Jump to

Keyboard shortcuts

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