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 ContainerStorageAccountLister

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

ContainerStorageAccountLister helps list ContainerStorageAccounts. All objects returned here must be treated as read-only.

func NewContainerStorageAccountLister

func NewContainerStorageAccountLister(indexer cache.Indexer) ContainerStorageAccountLister

NewContainerStorageAccountLister returns a new ContainerStorageAccountLister.

type ContainerStorageAccountListerExpansion

type ContainerStorageAccountListerExpansion interface{}

ContainerStorageAccountListerExpansion allows custom methods to be added to ContainerStorageAccountLister.

type ContainerStorageAccountNamespaceLister

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

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

type ContainerStorageAccountNamespaceListerExpansion

type ContainerStorageAccountNamespaceListerExpansion interface{}

ContainerStorageAccountNamespaceListerExpansion allows custom methods to be added to ContainerStorageAccountNamespaceLister.

type PolicyFileShareLister

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

PolicyFileShareLister helps list PolicyFileShares. All objects returned here must be treated as read-only.

func NewPolicyFileShareLister

func NewPolicyFileShareLister(indexer cache.Indexer) PolicyFileShareLister

NewPolicyFileShareLister returns a new PolicyFileShareLister.

type PolicyFileShareListerExpansion

type PolicyFileShareListerExpansion interface{}

PolicyFileShareListerExpansion allows custom methods to be added to PolicyFileShareLister.

type PolicyFileShareNamespaceLister

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

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

type PolicyFileShareNamespaceListerExpansion

type PolicyFileShareNamespaceListerExpansion interface{}

PolicyFileShareNamespaceListerExpansion allows custom methods to be added to PolicyFileShareNamespaceLister.

type PolicyVmLister

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

PolicyVmLister helps list PolicyVms. All objects returned here must be treated as read-only.

func NewPolicyVmLister

func NewPolicyVmLister(indexer cache.Indexer) PolicyVmLister

NewPolicyVmLister returns a new PolicyVmLister.

type PolicyVmListerExpansion

type PolicyVmListerExpansion interface{}

PolicyVmListerExpansion allows custom methods to be added to PolicyVmLister.

type PolicyVmNamespaceLister

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

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

type PolicyVmNamespaceListerExpansion

type PolicyVmNamespaceListerExpansion interface{}

PolicyVmNamespaceListerExpansion allows custom methods to be added to PolicyVmNamespaceLister.

type ProtectedFileShareLister

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

ProtectedFileShareLister helps list ProtectedFileShares. All objects returned here must be treated as read-only.

func NewProtectedFileShareLister

func NewProtectedFileShareLister(indexer cache.Indexer) ProtectedFileShareLister

NewProtectedFileShareLister returns a new ProtectedFileShareLister.

type ProtectedFileShareListerExpansion

type ProtectedFileShareListerExpansion interface{}

ProtectedFileShareListerExpansion allows custom methods to be added to ProtectedFileShareLister.

type ProtectedFileShareNamespaceLister

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

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

type ProtectedFileShareNamespaceListerExpansion

type ProtectedFileShareNamespaceListerExpansion interface{}

ProtectedFileShareNamespaceListerExpansion allows custom methods to be added to ProtectedFileShareNamespaceLister.

type ProtectedVmLister

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

ProtectedVmLister helps list ProtectedVms. All objects returned here must be treated as read-only.

func NewProtectedVmLister

func NewProtectedVmLister(indexer cache.Indexer) ProtectedVmLister

NewProtectedVmLister returns a new ProtectedVmLister.

type ProtectedVmListerExpansion

type ProtectedVmListerExpansion interface{}

ProtectedVmListerExpansion allows custom methods to be added to ProtectedVmLister.

type ProtectedVmNamespaceLister

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

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

type ProtectedVmNamespaceListerExpansion

type ProtectedVmNamespaceListerExpansion interface{}

ProtectedVmNamespaceListerExpansion allows custom methods to be added to ProtectedVmNamespaceLister.

Jump to

Keyboard shortcuts

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