Documentation
¶
Index ¶
- type BackupLister
- type BackupListerExpansion
- type BackupNamespaceLister
- type BackupNamespaceListerExpansion
- type DataRepositoryAssociationLister
- type DataRepositoryAssociationListerExpansion
- type DataRepositoryAssociationNamespaceLister
- type DataRepositoryAssociationNamespaceListerExpansion
- type LustreFileSystemLister
- type LustreFileSystemListerExpansion
- type LustreFileSystemNamespaceLister
- type LustreFileSystemNamespaceListerExpansion
- type OntapFileSystemLister
- type OntapFileSystemListerExpansion
- type OntapFileSystemNamespaceLister
- type OntapFileSystemNamespaceListerExpansion
- type OntapStorageVirtualMachineLister
- type OntapStorageVirtualMachineListerExpansion
- type OntapStorageVirtualMachineNamespaceLister
- type OntapStorageVirtualMachineNamespaceListerExpansion
- type OntapVolumeLister
- type OntapVolumeListerExpansion
- type OntapVolumeNamespaceLister
- type OntapVolumeNamespaceListerExpansion
- type OpenzfsFileSystemLister
- type OpenzfsFileSystemListerExpansion
- type OpenzfsFileSystemNamespaceLister
- type OpenzfsFileSystemNamespaceListerExpansion
- type OpenzfsSnapshotLister
- type OpenzfsSnapshotListerExpansion
- type OpenzfsSnapshotNamespaceLister
- type OpenzfsSnapshotNamespaceListerExpansion
- type OpenzfsVolumeLister
- type OpenzfsVolumeListerExpansion
- type OpenzfsVolumeNamespaceLister
- type OpenzfsVolumeNamespaceListerExpansion
- type WindowsFileSystemLister
- type WindowsFileSystemListerExpansion
- type WindowsFileSystemNamespaceLister
- type WindowsFileSystemNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupLister ¶ added in v0.5.0
type BackupLister interface { // List lists all Backups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Backup, err error) // Backups returns an object that can list and get Backups. Backups(namespace string) BackupNamespaceLister BackupListerExpansion }
BackupLister helps list Backups. All objects returned here must be treated as read-only.
func NewBackupLister ¶ added in v0.5.0
func NewBackupLister(indexer cache.Indexer) BackupLister
NewBackupLister returns a new BackupLister.
type BackupListerExpansion ¶ added in v0.5.0
type BackupListerExpansion interface{}
BackupListerExpansion allows custom methods to be added to BackupLister.
type BackupNamespaceLister ¶ added in v0.5.0
type BackupNamespaceLister interface { // List lists all Backups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Backup, err error) // Get retrieves the Backup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Backup, error) BackupNamespaceListerExpansion }
BackupNamespaceLister helps list and get Backups. All objects returned here must be treated as read-only.
type BackupNamespaceListerExpansion ¶ added in v0.5.0
type BackupNamespaceListerExpansion interface{}
BackupNamespaceListerExpansion allows custom methods to be added to BackupNamespaceLister.
type DataRepositoryAssociationLister ¶ added in v0.5.0
type DataRepositoryAssociationLister interface { // List lists all DataRepositoryAssociations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DataRepositoryAssociation, err error) // DataRepositoryAssociations returns an object that can list and get DataRepositoryAssociations. DataRepositoryAssociations(namespace string) DataRepositoryAssociationNamespaceLister DataRepositoryAssociationListerExpansion }
DataRepositoryAssociationLister helps list DataRepositoryAssociations. All objects returned here must be treated as read-only.
func NewDataRepositoryAssociationLister ¶ added in v0.5.0
func NewDataRepositoryAssociationLister(indexer cache.Indexer) DataRepositoryAssociationLister
NewDataRepositoryAssociationLister returns a new DataRepositoryAssociationLister.
type DataRepositoryAssociationListerExpansion ¶ added in v0.5.0
type DataRepositoryAssociationListerExpansion interface{}
DataRepositoryAssociationListerExpansion allows custom methods to be added to DataRepositoryAssociationLister.
type DataRepositoryAssociationNamespaceLister ¶ added in v0.5.0
type DataRepositoryAssociationNamespaceLister interface { // List lists all DataRepositoryAssociations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DataRepositoryAssociation, err error) // Get retrieves the DataRepositoryAssociation from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DataRepositoryAssociation, error) DataRepositoryAssociationNamespaceListerExpansion }
DataRepositoryAssociationNamespaceLister helps list and get DataRepositoryAssociations. All objects returned here must be treated as read-only.
type DataRepositoryAssociationNamespaceListerExpansion ¶ added in v0.5.0
type DataRepositoryAssociationNamespaceListerExpansion interface{}
DataRepositoryAssociationNamespaceListerExpansion allows custom methods to be added to DataRepositoryAssociationNamespaceLister.
type LustreFileSystemLister ¶
type LustreFileSystemLister interface { // List lists all LustreFileSystems in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LustreFileSystem, err error) // LustreFileSystems returns an object that can list and get LustreFileSystems. LustreFileSystems(namespace string) LustreFileSystemNamespaceLister LustreFileSystemListerExpansion }
LustreFileSystemLister helps list LustreFileSystems. All objects returned here must be treated as read-only.
func NewLustreFileSystemLister ¶
func NewLustreFileSystemLister(indexer cache.Indexer) LustreFileSystemLister
NewLustreFileSystemLister returns a new LustreFileSystemLister.
type LustreFileSystemListerExpansion ¶
type LustreFileSystemListerExpansion interface{}
LustreFileSystemListerExpansion allows custom methods to be added to LustreFileSystemLister.
type LustreFileSystemNamespaceLister ¶
type LustreFileSystemNamespaceLister interface { // List lists all LustreFileSystems in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LustreFileSystem, err error) // Get retrieves the LustreFileSystem from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.LustreFileSystem, error) LustreFileSystemNamespaceListerExpansion }
LustreFileSystemNamespaceLister helps list and get LustreFileSystems. All objects returned here must be treated as read-only.
type LustreFileSystemNamespaceListerExpansion ¶
type LustreFileSystemNamespaceListerExpansion interface{}
LustreFileSystemNamespaceListerExpansion allows custom methods to be added to LustreFileSystemNamespaceLister.
type OntapFileSystemLister ¶ added in v0.5.0
type OntapFileSystemLister interface { // List lists all OntapFileSystems in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OntapFileSystem, err error) // OntapFileSystems returns an object that can list and get OntapFileSystems. OntapFileSystems(namespace string) OntapFileSystemNamespaceLister OntapFileSystemListerExpansion }
OntapFileSystemLister helps list OntapFileSystems. All objects returned here must be treated as read-only.
func NewOntapFileSystemLister ¶ added in v0.5.0
func NewOntapFileSystemLister(indexer cache.Indexer) OntapFileSystemLister
NewOntapFileSystemLister returns a new OntapFileSystemLister.
type OntapFileSystemListerExpansion ¶ added in v0.5.0
type OntapFileSystemListerExpansion interface{}
OntapFileSystemListerExpansion allows custom methods to be added to OntapFileSystemLister.
type OntapFileSystemNamespaceLister ¶ added in v0.5.0
type OntapFileSystemNamespaceLister interface { // List lists all OntapFileSystems in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OntapFileSystem, err error) // Get retrieves the OntapFileSystem from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.OntapFileSystem, error) OntapFileSystemNamespaceListerExpansion }
OntapFileSystemNamespaceLister helps list and get OntapFileSystems. All objects returned here must be treated as read-only.
type OntapFileSystemNamespaceListerExpansion ¶ added in v0.5.0
type OntapFileSystemNamespaceListerExpansion interface{}
OntapFileSystemNamespaceListerExpansion allows custom methods to be added to OntapFileSystemNamespaceLister.
type OntapStorageVirtualMachineLister ¶ added in v0.5.0
type OntapStorageVirtualMachineLister interface { // List lists all OntapStorageVirtualMachines in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OntapStorageVirtualMachine, err error) // OntapStorageVirtualMachines returns an object that can list and get OntapStorageVirtualMachines. OntapStorageVirtualMachines(namespace string) OntapStorageVirtualMachineNamespaceLister OntapStorageVirtualMachineListerExpansion }
OntapStorageVirtualMachineLister helps list OntapStorageVirtualMachines. All objects returned here must be treated as read-only.
func NewOntapStorageVirtualMachineLister ¶ added in v0.5.0
func NewOntapStorageVirtualMachineLister(indexer cache.Indexer) OntapStorageVirtualMachineLister
NewOntapStorageVirtualMachineLister returns a new OntapStorageVirtualMachineLister.
type OntapStorageVirtualMachineListerExpansion ¶ added in v0.5.0
type OntapStorageVirtualMachineListerExpansion interface{}
OntapStorageVirtualMachineListerExpansion allows custom methods to be added to OntapStorageVirtualMachineLister.
type OntapStorageVirtualMachineNamespaceLister ¶ added in v0.5.0
type OntapStorageVirtualMachineNamespaceLister interface { // List lists all OntapStorageVirtualMachines in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OntapStorageVirtualMachine, err error) // Get retrieves the OntapStorageVirtualMachine from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.OntapStorageVirtualMachine, error) OntapStorageVirtualMachineNamespaceListerExpansion }
OntapStorageVirtualMachineNamespaceLister helps list and get OntapStorageVirtualMachines. All objects returned here must be treated as read-only.
type OntapStorageVirtualMachineNamespaceListerExpansion ¶ added in v0.5.0
type OntapStorageVirtualMachineNamespaceListerExpansion interface{}
OntapStorageVirtualMachineNamespaceListerExpansion allows custom methods to be added to OntapStorageVirtualMachineNamespaceLister.
type OntapVolumeLister ¶ added in v0.5.0
type OntapVolumeLister interface { // List lists all OntapVolumes in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OntapVolume, err error) // OntapVolumes returns an object that can list and get OntapVolumes. OntapVolumes(namespace string) OntapVolumeNamespaceLister OntapVolumeListerExpansion }
OntapVolumeLister helps list OntapVolumes. All objects returned here must be treated as read-only.
func NewOntapVolumeLister ¶ added in v0.5.0
func NewOntapVolumeLister(indexer cache.Indexer) OntapVolumeLister
NewOntapVolumeLister returns a new OntapVolumeLister.
type OntapVolumeListerExpansion ¶ added in v0.5.0
type OntapVolumeListerExpansion interface{}
OntapVolumeListerExpansion allows custom methods to be added to OntapVolumeLister.
type OntapVolumeNamespaceLister ¶ added in v0.5.0
type OntapVolumeNamespaceLister interface { // List lists all OntapVolumes in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OntapVolume, err error) // Get retrieves the OntapVolume from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.OntapVolume, error) OntapVolumeNamespaceListerExpansion }
OntapVolumeNamespaceLister helps list and get OntapVolumes. All objects returned here must be treated as read-only.
type OntapVolumeNamespaceListerExpansion ¶ added in v0.5.0
type OntapVolumeNamespaceListerExpansion interface{}
OntapVolumeNamespaceListerExpansion allows custom methods to be added to OntapVolumeNamespaceLister.
type OpenzfsFileSystemLister ¶ added in v0.5.0
type OpenzfsFileSystemLister interface { // List lists all OpenzfsFileSystems in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OpenzfsFileSystem, err error) // OpenzfsFileSystems returns an object that can list and get OpenzfsFileSystems. OpenzfsFileSystems(namespace string) OpenzfsFileSystemNamespaceLister OpenzfsFileSystemListerExpansion }
OpenzfsFileSystemLister helps list OpenzfsFileSystems. All objects returned here must be treated as read-only.
func NewOpenzfsFileSystemLister ¶ added in v0.5.0
func NewOpenzfsFileSystemLister(indexer cache.Indexer) OpenzfsFileSystemLister
NewOpenzfsFileSystemLister returns a new OpenzfsFileSystemLister.
type OpenzfsFileSystemListerExpansion ¶ added in v0.5.0
type OpenzfsFileSystemListerExpansion interface{}
OpenzfsFileSystemListerExpansion allows custom methods to be added to OpenzfsFileSystemLister.
type OpenzfsFileSystemNamespaceLister ¶ added in v0.5.0
type OpenzfsFileSystemNamespaceLister interface { // List lists all OpenzfsFileSystems in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OpenzfsFileSystem, err error) // Get retrieves the OpenzfsFileSystem from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.OpenzfsFileSystem, error) OpenzfsFileSystemNamespaceListerExpansion }
OpenzfsFileSystemNamespaceLister helps list and get OpenzfsFileSystems. All objects returned here must be treated as read-only.
type OpenzfsFileSystemNamespaceListerExpansion ¶ added in v0.5.0
type OpenzfsFileSystemNamespaceListerExpansion interface{}
OpenzfsFileSystemNamespaceListerExpansion allows custom methods to be added to OpenzfsFileSystemNamespaceLister.
type OpenzfsSnapshotLister ¶ added in v0.5.0
type OpenzfsSnapshotLister interface { // List lists all OpenzfsSnapshots in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OpenzfsSnapshot, err error) // OpenzfsSnapshots returns an object that can list and get OpenzfsSnapshots. OpenzfsSnapshots(namespace string) OpenzfsSnapshotNamespaceLister OpenzfsSnapshotListerExpansion }
OpenzfsSnapshotLister helps list OpenzfsSnapshots. All objects returned here must be treated as read-only.
func NewOpenzfsSnapshotLister ¶ added in v0.5.0
func NewOpenzfsSnapshotLister(indexer cache.Indexer) OpenzfsSnapshotLister
NewOpenzfsSnapshotLister returns a new OpenzfsSnapshotLister.
type OpenzfsSnapshotListerExpansion ¶ added in v0.5.0
type OpenzfsSnapshotListerExpansion interface{}
OpenzfsSnapshotListerExpansion allows custom methods to be added to OpenzfsSnapshotLister.
type OpenzfsSnapshotNamespaceLister ¶ added in v0.5.0
type OpenzfsSnapshotNamespaceLister interface { // List lists all OpenzfsSnapshots in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OpenzfsSnapshot, err error) // Get retrieves the OpenzfsSnapshot from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.OpenzfsSnapshot, error) OpenzfsSnapshotNamespaceListerExpansion }
OpenzfsSnapshotNamespaceLister helps list and get OpenzfsSnapshots. All objects returned here must be treated as read-only.
type OpenzfsSnapshotNamespaceListerExpansion ¶ added in v0.5.0
type OpenzfsSnapshotNamespaceListerExpansion interface{}
OpenzfsSnapshotNamespaceListerExpansion allows custom methods to be added to OpenzfsSnapshotNamespaceLister.
type OpenzfsVolumeLister ¶ added in v0.5.0
type OpenzfsVolumeLister interface { // List lists all OpenzfsVolumes in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OpenzfsVolume, err error) // OpenzfsVolumes returns an object that can list and get OpenzfsVolumes. OpenzfsVolumes(namespace string) OpenzfsVolumeNamespaceLister OpenzfsVolumeListerExpansion }
OpenzfsVolumeLister helps list OpenzfsVolumes. All objects returned here must be treated as read-only.
func NewOpenzfsVolumeLister ¶ added in v0.5.0
func NewOpenzfsVolumeLister(indexer cache.Indexer) OpenzfsVolumeLister
NewOpenzfsVolumeLister returns a new OpenzfsVolumeLister.
type OpenzfsVolumeListerExpansion ¶ added in v0.5.0
type OpenzfsVolumeListerExpansion interface{}
OpenzfsVolumeListerExpansion allows custom methods to be added to OpenzfsVolumeLister.
type OpenzfsVolumeNamespaceLister ¶ added in v0.5.0
type OpenzfsVolumeNamespaceLister interface { // List lists all OpenzfsVolumes in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OpenzfsVolume, err error) // Get retrieves the OpenzfsVolume from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.OpenzfsVolume, error) OpenzfsVolumeNamespaceListerExpansion }
OpenzfsVolumeNamespaceLister helps list and get OpenzfsVolumes. All objects returned here must be treated as read-only.
type OpenzfsVolumeNamespaceListerExpansion ¶ added in v0.5.0
type OpenzfsVolumeNamespaceListerExpansion interface{}
OpenzfsVolumeNamespaceListerExpansion allows custom methods to be added to OpenzfsVolumeNamespaceLister.
type WindowsFileSystemLister ¶
type WindowsFileSystemLister interface { // List lists all WindowsFileSystems in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WindowsFileSystem, err error) // WindowsFileSystems returns an object that can list and get WindowsFileSystems. WindowsFileSystems(namespace string) WindowsFileSystemNamespaceLister WindowsFileSystemListerExpansion }
WindowsFileSystemLister helps list WindowsFileSystems. All objects returned here must be treated as read-only.
func NewWindowsFileSystemLister ¶
func NewWindowsFileSystemLister(indexer cache.Indexer) WindowsFileSystemLister
NewWindowsFileSystemLister returns a new WindowsFileSystemLister.
type WindowsFileSystemListerExpansion ¶
type WindowsFileSystemListerExpansion interface{}
WindowsFileSystemListerExpansion allows custom methods to be added to WindowsFileSystemLister.
type WindowsFileSystemNamespaceLister ¶
type WindowsFileSystemNamespaceLister interface { // List lists all WindowsFileSystems in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WindowsFileSystem, err error) // Get retrieves the WindowsFileSystem from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.WindowsFileSystem, error) WindowsFileSystemNamespaceListerExpansion }
WindowsFileSystemNamespaceLister helps list and get WindowsFileSystems. All objects returned here must be treated as read-only.
type WindowsFileSystemNamespaceListerExpansion ¶
type WindowsFileSystemNamespaceListerExpansion interface{}
WindowsFileSystemNamespaceListerExpansion allows custom methods to be added to WindowsFileSystemNamespaceLister.