 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type ArangoMLBatchJobLister
- type ArangoMLBatchJobListerExpansion
- type ArangoMLBatchJobNamespaceLister
- type ArangoMLBatchJobNamespaceListerExpansion
- type ArangoMLCronJobLister
- type ArangoMLCronJobListerExpansion
- type ArangoMLCronJobNamespaceLister
- type ArangoMLCronJobNamespaceListerExpansion
- type ArangoMLExtensionLister
- type ArangoMLExtensionListerExpansion
- type ArangoMLExtensionNamespaceLister
- type ArangoMLExtensionNamespaceListerExpansion
- type ArangoMLStorageLister
- type ArangoMLStorageListerExpansion
- type ArangoMLStorageNamespaceLister
- type ArangoMLStorageNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArangoMLBatchJobLister ¶
type ArangoMLBatchJobLister interface {
	// List lists all ArangoMLBatchJobs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*mlv1alpha1.ArangoMLBatchJob, err error)
	// ArangoMLBatchJobs returns an object that can list and get ArangoMLBatchJobs.
	ArangoMLBatchJobs(namespace string) ArangoMLBatchJobNamespaceLister
	ArangoMLBatchJobListerExpansion
}
    ArangoMLBatchJobLister helps list ArangoMLBatchJobs. All objects returned here must be treated as read-only.
func NewArangoMLBatchJobLister ¶
func NewArangoMLBatchJobLister(indexer cache.Indexer) ArangoMLBatchJobLister
NewArangoMLBatchJobLister returns a new ArangoMLBatchJobLister.
type ArangoMLBatchJobListerExpansion ¶
type ArangoMLBatchJobListerExpansion interface{}
    ArangoMLBatchJobListerExpansion allows custom methods to be added to ArangoMLBatchJobLister.
type ArangoMLBatchJobNamespaceLister ¶
type ArangoMLBatchJobNamespaceLister interface {
	// List lists all ArangoMLBatchJobs in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*mlv1alpha1.ArangoMLBatchJob, err error)
	// Get retrieves the ArangoMLBatchJob from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*mlv1alpha1.ArangoMLBatchJob, error)
	ArangoMLBatchJobNamespaceListerExpansion
}
    ArangoMLBatchJobNamespaceLister helps list and get ArangoMLBatchJobs. All objects returned here must be treated as read-only.
type ArangoMLBatchJobNamespaceListerExpansion ¶
type ArangoMLBatchJobNamespaceListerExpansion interface{}
    ArangoMLBatchJobNamespaceListerExpansion allows custom methods to be added to ArangoMLBatchJobNamespaceLister.
type ArangoMLCronJobLister ¶
type ArangoMLCronJobLister interface {
	// List lists all ArangoMLCronJobs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*mlv1alpha1.ArangoMLCronJob, err error)
	// ArangoMLCronJobs returns an object that can list and get ArangoMLCronJobs.
	ArangoMLCronJobs(namespace string) ArangoMLCronJobNamespaceLister
	ArangoMLCronJobListerExpansion
}
    ArangoMLCronJobLister helps list ArangoMLCronJobs. All objects returned here must be treated as read-only.
func NewArangoMLCronJobLister ¶
func NewArangoMLCronJobLister(indexer cache.Indexer) ArangoMLCronJobLister
NewArangoMLCronJobLister returns a new ArangoMLCronJobLister.
type ArangoMLCronJobListerExpansion ¶
type ArangoMLCronJobListerExpansion interface{}
    ArangoMLCronJobListerExpansion allows custom methods to be added to ArangoMLCronJobLister.
type ArangoMLCronJobNamespaceLister ¶
type ArangoMLCronJobNamespaceLister interface {
	// List lists all ArangoMLCronJobs in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*mlv1alpha1.ArangoMLCronJob, err error)
	// Get retrieves the ArangoMLCronJob from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*mlv1alpha1.ArangoMLCronJob, error)
	ArangoMLCronJobNamespaceListerExpansion
}
    ArangoMLCronJobNamespaceLister helps list and get ArangoMLCronJobs. All objects returned here must be treated as read-only.
type ArangoMLCronJobNamespaceListerExpansion ¶
type ArangoMLCronJobNamespaceListerExpansion interface{}
    ArangoMLCronJobNamespaceListerExpansion allows custom methods to be added to ArangoMLCronJobNamespaceLister.
type ArangoMLExtensionLister ¶
type ArangoMLExtensionLister interface {
	// List lists all ArangoMLExtensions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*mlv1alpha1.ArangoMLExtension, err error)
	// ArangoMLExtensions returns an object that can list and get ArangoMLExtensions.
	ArangoMLExtensions(namespace string) ArangoMLExtensionNamespaceLister
	ArangoMLExtensionListerExpansion
}
    ArangoMLExtensionLister helps list ArangoMLExtensions. All objects returned here must be treated as read-only.
func NewArangoMLExtensionLister ¶
func NewArangoMLExtensionLister(indexer cache.Indexer) ArangoMLExtensionLister
NewArangoMLExtensionLister returns a new ArangoMLExtensionLister.
type ArangoMLExtensionListerExpansion ¶
type ArangoMLExtensionListerExpansion interface{}
    ArangoMLExtensionListerExpansion allows custom methods to be added to ArangoMLExtensionLister.
type ArangoMLExtensionNamespaceLister ¶
type ArangoMLExtensionNamespaceLister interface {
	// List lists all ArangoMLExtensions in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*mlv1alpha1.ArangoMLExtension, err error)
	// Get retrieves the ArangoMLExtension from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*mlv1alpha1.ArangoMLExtension, error)
	ArangoMLExtensionNamespaceListerExpansion
}
    ArangoMLExtensionNamespaceLister helps list and get ArangoMLExtensions. All objects returned here must be treated as read-only.
type ArangoMLExtensionNamespaceListerExpansion ¶
type ArangoMLExtensionNamespaceListerExpansion interface{}
    ArangoMLExtensionNamespaceListerExpansion allows custom methods to be added to ArangoMLExtensionNamespaceLister.
type ArangoMLStorageLister ¶
type ArangoMLStorageLister interface {
	// List lists all ArangoMLStorages in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*mlv1alpha1.ArangoMLStorage, err error)
	// ArangoMLStorages returns an object that can list and get ArangoMLStorages.
	ArangoMLStorages(namespace string) ArangoMLStorageNamespaceLister
	ArangoMLStorageListerExpansion
}
    ArangoMLStorageLister helps list ArangoMLStorages. All objects returned here must be treated as read-only.
func NewArangoMLStorageLister ¶
func NewArangoMLStorageLister(indexer cache.Indexer) ArangoMLStorageLister
NewArangoMLStorageLister returns a new ArangoMLStorageLister.
type ArangoMLStorageListerExpansion ¶
type ArangoMLStorageListerExpansion interface{}
    ArangoMLStorageListerExpansion allows custom methods to be added to ArangoMLStorageLister.
type ArangoMLStorageNamespaceLister ¶
type ArangoMLStorageNamespaceLister interface {
	// List lists all ArangoMLStorages in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*mlv1alpha1.ArangoMLStorage, err error)
	// Get retrieves the ArangoMLStorage from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*mlv1alpha1.ArangoMLStorage, error)
	ArangoMLStorageNamespaceListerExpansion
}
    ArangoMLStorageNamespaceLister helps list and get ArangoMLStorages. All objects returned here must be treated as read-only.
type ArangoMLStorageNamespaceListerExpansion ¶
type ArangoMLStorageNamespaceListerExpansion interface{}
    ArangoMLStorageNamespaceListerExpansion allows custom methods to be added to ArangoMLStorageNamespaceLister.