 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 []*v1beta1.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 []*v1beta1.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) (*v1beta1.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 []*v1beta1.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 []*v1beta1.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) (*v1beta1.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.