 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArangoJobLister ¶
type ArangoJobLister interface {
	// List lists all ArangoJobs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*appsv1.ArangoJob, err error)
	// ArangoJobs returns an object that can list and get ArangoJobs.
	ArangoJobs(namespace string) ArangoJobNamespaceLister
	ArangoJobListerExpansion
}
    ArangoJobLister helps list ArangoJobs. All objects returned here must be treated as read-only.
func NewArangoJobLister ¶
func NewArangoJobLister(indexer cache.Indexer) ArangoJobLister
NewArangoJobLister returns a new ArangoJobLister.
type ArangoJobListerExpansion ¶
type ArangoJobListerExpansion interface{}
    ArangoJobListerExpansion allows custom methods to be added to ArangoJobLister.
type ArangoJobNamespaceLister ¶
type ArangoJobNamespaceLister interface {
	// List lists all ArangoJobs in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*appsv1.ArangoJob, err error)
	// Get retrieves the ArangoJob from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*appsv1.ArangoJob, error)
	ArangoJobNamespaceListerExpansion
}
    ArangoJobNamespaceLister helps list and get ArangoJobs. All objects returned here must be treated as read-only.
type ArangoJobNamespaceListerExpansion ¶
type ArangoJobNamespaceListerExpansion interface{}
    ArangoJobNamespaceListerExpansion allows custom methods to be added to ArangoJobNamespaceLister.
 Click to show internal directories. 
   Click to hide internal directories.