Documentation
¶
Index ¶
- type CacheLister
- type CacheListerExpansion
- type CacheNamespaceLister
- type CacheNamespaceListerExpansion
- type CachedIscsiVolumeLister
- type CachedIscsiVolumeListerExpansion
- type CachedIscsiVolumeNamespaceLister
- type CachedIscsiVolumeNamespaceListerExpansion
- type FileSystemAssociationLister
- type FileSystemAssociationListerExpansion
- type FileSystemAssociationNamespaceLister
- type FileSystemAssociationNamespaceListerExpansion
- type GatewayLister
- type GatewayListerExpansion
- type GatewayNamespaceLister
- type GatewayNamespaceListerExpansion
- type NfsFileShareLister
- type NfsFileShareListerExpansion
- type NfsFileShareNamespaceLister
- type NfsFileShareNamespaceListerExpansion
- type SmbFileShareLister
- type SmbFileShareListerExpansion
- type SmbFileShareNamespaceLister
- type SmbFileShareNamespaceListerExpansion
- type StoredIscsiVolumeLister
- type StoredIscsiVolumeListerExpansion
- type StoredIscsiVolumeNamespaceLister
- type StoredIscsiVolumeNamespaceListerExpansion
- type TapePoolLister
- type TapePoolListerExpansion
- type TapePoolNamespaceLister
- type TapePoolNamespaceListerExpansion
- type UploadBufferLister
- type UploadBufferListerExpansion
- type UploadBufferNamespaceLister
- type UploadBufferNamespaceListerExpansion
- type WorkingStorageLister
- type WorkingStorageListerExpansion
- type WorkingStorageNamespaceLister
- type WorkingStorageNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheLister ¶
type CacheLister interface { // List lists all Caches in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Cache, err error) // Caches returns an object that can list and get Caches. Caches(namespace string) CacheNamespaceLister CacheListerExpansion }
CacheLister helps list Caches. All objects returned here must be treated as read-only.
func NewCacheLister ¶
func NewCacheLister(indexer cache.Indexer) CacheLister
NewCacheLister returns a new CacheLister.
type CacheListerExpansion ¶
type CacheListerExpansion interface{}
CacheListerExpansion allows custom methods to be added to CacheLister.
type CacheNamespaceLister ¶
type CacheNamespaceLister interface { // List lists all Caches in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Cache, err error) // Get retrieves the Cache from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Cache, error) CacheNamespaceListerExpansion }
CacheNamespaceLister helps list and get Caches. All objects returned here must be treated as read-only.
type CacheNamespaceListerExpansion ¶
type CacheNamespaceListerExpansion interface{}
CacheNamespaceListerExpansion allows custom methods to be added to CacheNamespaceLister.
type CachedIscsiVolumeLister ¶
type CachedIscsiVolumeLister interface { // List lists all CachedIscsiVolumes in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CachedIscsiVolume, err error) // CachedIscsiVolumes returns an object that can list and get CachedIscsiVolumes. CachedIscsiVolumes(namespace string) CachedIscsiVolumeNamespaceLister CachedIscsiVolumeListerExpansion }
CachedIscsiVolumeLister helps list CachedIscsiVolumes. All objects returned here must be treated as read-only.
func NewCachedIscsiVolumeLister ¶
func NewCachedIscsiVolumeLister(indexer cache.Indexer) CachedIscsiVolumeLister
NewCachedIscsiVolumeLister returns a new CachedIscsiVolumeLister.
type CachedIscsiVolumeListerExpansion ¶
type CachedIscsiVolumeListerExpansion interface{}
CachedIscsiVolumeListerExpansion allows custom methods to be added to CachedIscsiVolumeLister.
type CachedIscsiVolumeNamespaceLister ¶
type CachedIscsiVolumeNamespaceLister interface { // List lists all CachedIscsiVolumes in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CachedIscsiVolume, err error) // Get retrieves the CachedIscsiVolume from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CachedIscsiVolume, error) CachedIscsiVolumeNamespaceListerExpansion }
CachedIscsiVolumeNamespaceLister helps list and get CachedIscsiVolumes. All objects returned here must be treated as read-only.
type CachedIscsiVolumeNamespaceListerExpansion ¶
type CachedIscsiVolumeNamespaceListerExpansion interface{}
CachedIscsiVolumeNamespaceListerExpansion allows custom methods to be added to CachedIscsiVolumeNamespaceLister.
type FileSystemAssociationLister ¶ added in v0.5.0
type FileSystemAssociationLister interface { // List lists all FileSystemAssociations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FileSystemAssociation, err error) // FileSystemAssociations returns an object that can list and get FileSystemAssociations. FileSystemAssociations(namespace string) FileSystemAssociationNamespaceLister FileSystemAssociationListerExpansion }
FileSystemAssociationLister helps list FileSystemAssociations. All objects returned here must be treated as read-only.
func NewFileSystemAssociationLister ¶ added in v0.5.0
func NewFileSystemAssociationLister(indexer cache.Indexer) FileSystemAssociationLister
NewFileSystemAssociationLister returns a new FileSystemAssociationLister.
type FileSystemAssociationListerExpansion ¶ added in v0.5.0
type FileSystemAssociationListerExpansion interface{}
FileSystemAssociationListerExpansion allows custom methods to be added to FileSystemAssociationLister.
type FileSystemAssociationNamespaceLister ¶ added in v0.5.0
type FileSystemAssociationNamespaceLister interface { // List lists all FileSystemAssociations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FileSystemAssociation, err error) // Get retrieves the FileSystemAssociation from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FileSystemAssociation, error) FileSystemAssociationNamespaceListerExpansion }
FileSystemAssociationNamespaceLister helps list and get FileSystemAssociations. All objects returned here must be treated as read-only.
type FileSystemAssociationNamespaceListerExpansion ¶ added in v0.5.0
type FileSystemAssociationNamespaceListerExpansion interface{}
FileSystemAssociationNamespaceListerExpansion allows custom methods to be added to FileSystemAssociationNamespaceLister.
type GatewayLister ¶
type GatewayLister interface { // List lists all Gateways in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Gateway, err error) // Gateways returns an object that can list and get Gateways. Gateways(namespace string) GatewayNamespaceLister GatewayListerExpansion }
GatewayLister helps list Gateways. All objects returned here must be treated as read-only.
func NewGatewayLister ¶
func NewGatewayLister(indexer cache.Indexer) GatewayLister
NewGatewayLister returns a new GatewayLister.
type GatewayListerExpansion ¶
type GatewayListerExpansion interface{}
GatewayListerExpansion allows custom methods to be added to GatewayLister.
type GatewayNamespaceLister ¶
type GatewayNamespaceLister interface { // List lists all Gateways in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Gateway, err error) // Get retrieves the Gateway from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Gateway, error) GatewayNamespaceListerExpansion }
GatewayNamespaceLister helps list and get Gateways. All objects returned here must be treated as read-only.
type GatewayNamespaceListerExpansion ¶
type GatewayNamespaceListerExpansion interface{}
GatewayNamespaceListerExpansion allows custom methods to be added to GatewayNamespaceLister.
type NfsFileShareLister ¶
type NfsFileShareLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NfsFileShare, err error) NfsFileShares(namespace string) NfsFileShareNamespaceLister NfsFileShareListerExpansion }
NfsFileShareLister helps list NfsFileShares. All objects returned here must be treated as read-only.
func NewNfsFileShareLister ¶
func NewNfsFileShareLister(indexer cache.Indexer) NfsFileShareLister
NewNfsFileShareLister returns a new NfsFileShareLister.
type NfsFileShareListerExpansion ¶
type NfsFileShareListerExpansion interface{}
NfsFileShareListerExpansion allows custom methods to be added to NfsFileShareLister.
type NfsFileShareNamespaceLister ¶
type NfsFileShareNamespaceLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NfsFileShare, err error) // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.NfsFileShare, error) NfsFileShareNamespaceListerExpansion }
NfsFileShareNamespaceLister helps list and get NfsFileShares. All objects returned here must be treated as read-only.
type NfsFileShareNamespaceListerExpansion ¶
type NfsFileShareNamespaceListerExpansion interface{}
NfsFileShareNamespaceListerExpansion allows custom methods to be added to NfsFileShareNamespaceLister.
type SmbFileShareLister ¶
type SmbFileShareLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SmbFileShare, err error) SmbFileShares(namespace string) SmbFileShareNamespaceLister SmbFileShareListerExpansion }
SmbFileShareLister helps list SmbFileShares. All objects returned here must be treated as read-only.
func NewSmbFileShareLister ¶
func NewSmbFileShareLister(indexer cache.Indexer) SmbFileShareLister
NewSmbFileShareLister returns a new SmbFileShareLister.
type SmbFileShareListerExpansion ¶
type SmbFileShareListerExpansion interface{}
SmbFileShareListerExpansion allows custom methods to be added to SmbFileShareLister.
type SmbFileShareNamespaceLister ¶
type SmbFileShareNamespaceLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SmbFileShare, err error) // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SmbFileShare, error) SmbFileShareNamespaceListerExpansion }
SmbFileShareNamespaceLister helps list and get SmbFileShares. All objects returned here must be treated as read-only.
type SmbFileShareNamespaceListerExpansion ¶
type SmbFileShareNamespaceListerExpansion interface{}
SmbFileShareNamespaceListerExpansion allows custom methods to be added to SmbFileShareNamespaceLister.
type StoredIscsiVolumeLister ¶
type StoredIscsiVolumeLister interface { // List lists all StoredIscsiVolumes in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.StoredIscsiVolume, err error) // StoredIscsiVolumes returns an object that can list and get StoredIscsiVolumes. StoredIscsiVolumes(namespace string) StoredIscsiVolumeNamespaceLister StoredIscsiVolumeListerExpansion }
StoredIscsiVolumeLister helps list StoredIscsiVolumes. All objects returned here must be treated as read-only.
func NewStoredIscsiVolumeLister ¶
func NewStoredIscsiVolumeLister(indexer cache.Indexer) StoredIscsiVolumeLister
NewStoredIscsiVolumeLister returns a new StoredIscsiVolumeLister.
type StoredIscsiVolumeListerExpansion ¶
type StoredIscsiVolumeListerExpansion interface{}
StoredIscsiVolumeListerExpansion allows custom methods to be added to StoredIscsiVolumeLister.
type StoredIscsiVolumeNamespaceLister ¶
type StoredIscsiVolumeNamespaceLister interface { // List lists all StoredIscsiVolumes in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.StoredIscsiVolume, err error) // Get retrieves the StoredIscsiVolume from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.StoredIscsiVolume, error) StoredIscsiVolumeNamespaceListerExpansion }
StoredIscsiVolumeNamespaceLister helps list and get StoredIscsiVolumes. All objects returned here must be treated as read-only.
type StoredIscsiVolumeNamespaceListerExpansion ¶
type StoredIscsiVolumeNamespaceListerExpansion interface{}
StoredIscsiVolumeNamespaceListerExpansion allows custom methods to be added to StoredIscsiVolumeNamespaceLister.
type TapePoolLister ¶
type TapePoolLister interface { // List lists all TapePools in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TapePool, err error) // TapePools returns an object that can list and get TapePools. TapePools(namespace string) TapePoolNamespaceLister TapePoolListerExpansion }
TapePoolLister helps list TapePools. All objects returned here must be treated as read-only.
func NewTapePoolLister ¶
func NewTapePoolLister(indexer cache.Indexer) TapePoolLister
NewTapePoolLister returns a new TapePoolLister.
type TapePoolListerExpansion ¶
type TapePoolListerExpansion interface{}
TapePoolListerExpansion allows custom methods to be added to TapePoolLister.
type TapePoolNamespaceLister ¶
type TapePoolNamespaceLister interface { // List lists all TapePools in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TapePool, err error) // Get retrieves the TapePool from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TapePool, error) TapePoolNamespaceListerExpansion }
TapePoolNamespaceLister helps list and get TapePools. All objects returned here must be treated as read-only.
type TapePoolNamespaceListerExpansion ¶
type TapePoolNamespaceListerExpansion interface{}
TapePoolNamespaceListerExpansion allows custom methods to be added to TapePoolNamespaceLister.
type UploadBufferLister ¶
type UploadBufferLister interface { // List lists all UploadBuffers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.UploadBuffer, err error) // UploadBuffers returns an object that can list and get UploadBuffers. UploadBuffers(namespace string) UploadBufferNamespaceLister UploadBufferListerExpansion }
UploadBufferLister helps list UploadBuffers. All objects returned here must be treated as read-only.
func NewUploadBufferLister ¶
func NewUploadBufferLister(indexer cache.Indexer) UploadBufferLister
NewUploadBufferLister returns a new UploadBufferLister.
type UploadBufferListerExpansion ¶
type UploadBufferListerExpansion interface{}
UploadBufferListerExpansion allows custom methods to be added to UploadBufferLister.
type UploadBufferNamespaceLister ¶
type UploadBufferNamespaceLister interface { // List lists all UploadBuffers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.UploadBuffer, err error) // Get retrieves the UploadBuffer from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.UploadBuffer, error) UploadBufferNamespaceListerExpansion }
UploadBufferNamespaceLister helps list and get UploadBuffers. All objects returned here must be treated as read-only.
type UploadBufferNamespaceListerExpansion ¶
type UploadBufferNamespaceListerExpansion interface{}
UploadBufferNamespaceListerExpansion allows custom methods to be added to UploadBufferNamespaceLister.
type WorkingStorageLister ¶
type WorkingStorageLister interface { // List lists all WorkingStorages in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkingStorage, err error) // WorkingStorages returns an object that can list and get WorkingStorages. WorkingStorages(namespace string) WorkingStorageNamespaceLister WorkingStorageListerExpansion }
WorkingStorageLister helps list WorkingStorages. All objects returned here must be treated as read-only.
func NewWorkingStorageLister ¶
func NewWorkingStorageLister(indexer cache.Indexer) WorkingStorageLister
NewWorkingStorageLister returns a new WorkingStorageLister.
type WorkingStorageListerExpansion ¶
type WorkingStorageListerExpansion interface{}
WorkingStorageListerExpansion allows custom methods to be added to WorkingStorageLister.
type WorkingStorageNamespaceLister ¶
type WorkingStorageNamespaceLister interface { // List lists all WorkingStorages in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkingStorage, err error) // Get retrieves the WorkingStorage from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.WorkingStorage, error) WorkingStorageNamespaceListerExpansion }
WorkingStorageNamespaceLister helps list and get WorkingStorages. All objects returned here must be treated as read-only.
type WorkingStorageNamespaceListerExpansion ¶
type WorkingStorageNamespaceListerExpansion interface{}
WorkingStorageNamespaceListerExpansion allows custom methods to be added to WorkingStorageNamespaceLister.