 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type ArangoProfileLister
- type ArangoProfileListerExpansion
- type ArangoProfileNamespaceLister
- type ArangoProfileNamespaceListerExpansion
- type ArangoSchedulerBatchJobLister
- type ArangoSchedulerBatchJobListerExpansion
- type ArangoSchedulerBatchJobNamespaceLister
- type ArangoSchedulerBatchJobNamespaceListerExpansion
- type ArangoSchedulerCronJobLister
- type ArangoSchedulerCronJobListerExpansion
- type ArangoSchedulerCronJobNamespaceLister
- type ArangoSchedulerCronJobNamespaceListerExpansion
- type ArangoSchedulerDeploymentLister
- type ArangoSchedulerDeploymentListerExpansion
- type ArangoSchedulerDeploymentNamespaceLister
- type ArangoSchedulerDeploymentNamespaceListerExpansion
- type ArangoSchedulerPodLister
- type ArangoSchedulerPodListerExpansion
- type ArangoSchedulerPodNamespaceLister
- type ArangoSchedulerPodNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArangoProfileLister ¶
type ArangoProfileLister interface {
	// List lists all ArangoProfiles in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ArangoProfile, err error)
	// ArangoProfiles returns an object that can list and get ArangoProfiles.
	ArangoProfiles(namespace string) ArangoProfileNamespaceLister
	ArangoProfileListerExpansion
}
    ArangoProfileLister helps list ArangoProfiles. All objects returned here must be treated as read-only.
func NewArangoProfileLister ¶
func NewArangoProfileLister(indexer cache.Indexer) ArangoProfileLister
NewArangoProfileLister returns a new ArangoProfileLister.
type ArangoProfileListerExpansion ¶
type ArangoProfileListerExpansion interface{}
    ArangoProfileListerExpansion allows custom methods to be added to ArangoProfileLister.
type ArangoProfileNamespaceLister ¶
type ArangoProfileNamespaceLister interface {
	// List lists all ArangoProfiles in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ArangoProfile, err error)
	// Get retrieves the ArangoProfile from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.ArangoProfile, error)
	ArangoProfileNamespaceListerExpansion
}
    ArangoProfileNamespaceLister helps list and get ArangoProfiles. All objects returned here must be treated as read-only.
type ArangoProfileNamespaceListerExpansion ¶
type ArangoProfileNamespaceListerExpansion interface{}
    ArangoProfileNamespaceListerExpansion allows custom methods to be added to ArangoProfileNamespaceLister.
type ArangoSchedulerBatchJobLister ¶
type ArangoSchedulerBatchJobLister interface {
	// List lists all ArangoSchedulerBatchJobs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ArangoSchedulerBatchJob, err error)
	// ArangoSchedulerBatchJobs returns an object that can list and get ArangoSchedulerBatchJobs.
	ArangoSchedulerBatchJobs(namespace string) ArangoSchedulerBatchJobNamespaceLister
	ArangoSchedulerBatchJobListerExpansion
}
    ArangoSchedulerBatchJobLister helps list ArangoSchedulerBatchJobs. All objects returned here must be treated as read-only.
func NewArangoSchedulerBatchJobLister ¶
func NewArangoSchedulerBatchJobLister(indexer cache.Indexer) ArangoSchedulerBatchJobLister
NewArangoSchedulerBatchJobLister returns a new ArangoSchedulerBatchJobLister.
type ArangoSchedulerBatchJobListerExpansion ¶
type ArangoSchedulerBatchJobListerExpansion interface{}
    ArangoSchedulerBatchJobListerExpansion allows custom methods to be added to ArangoSchedulerBatchJobLister.
type ArangoSchedulerBatchJobNamespaceLister ¶
type ArangoSchedulerBatchJobNamespaceLister interface {
	// List lists all ArangoSchedulerBatchJobs in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ArangoSchedulerBatchJob, err error)
	// Get retrieves the ArangoSchedulerBatchJob from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.ArangoSchedulerBatchJob, error)
	ArangoSchedulerBatchJobNamespaceListerExpansion
}
    ArangoSchedulerBatchJobNamespaceLister helps list and get ArangoSchedulerBatchJobs. All objects returned here must be treated as read-only.
type ArangoSchedulerBatchJobNamespaceListerExpansion ¶
type ArangoSchedulerBatchJobNamespaceListerExpansion interface{}
    ArangoSchedulerBatchJobNamespaceListerExpansion allows custom methods to be added to ArangoSchedulerBatchJobNamespaceLister.
type ArangoSchedulerCronJobLister ¶
type ArangoSchedulerCronJobLister interface {
	// List lists all ArangoSchedulerCronJobs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ArangoSchedulerCronJob, err error)
	// ArangoSchedulerCronJobs returns an object that can list and get ArangoSchedulerCronJobs.
	ArangoSchedulerCronJobs(namespace string) ArangoSchedulerCronJobNamespaceLister
	ArangoSchedulerCronJobListerExpansion
}
    ArangoSchedulerCronJobLister helps list ArangoSchedulerCronJobs. All objects returned here must be treated as read-only.
func NewArangoSchedulerCronJobLister ¶
func NewArangoSchedulerCronJobLister(indexer cache.Indexer) ArangoSchedulerCronJobLister
NewArangoSchedulerCronJobLister returns a new ArangoSchedulerCronJobLister.
type ArangoSchedulerCronJobListerExpansion ¶
type ArangoSchedulerCronJobListerExpansion interface{}
    ArangoSchedulerCronJobListerExpansion allows custom methods to be added to ArangoSchedulerCronJobLister.
type ArangoSchedulerCronJobNamespaceLister ¶
type ArangoSchedulerCronJobNamespaceLister interface {
	// List lists all ArangoSchedulerCronJobs in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ArangoSchedulerCronJob, err error)
	// Get retrieves the ArangoSchedulerCronJob from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.ArangoSchedulerCronJob, error)
	ArangoSchedulerCronJobNamespaceListerExpansion
}
    ArangoSchedulerCronJobNamespaceLister helps list and get ArangoSchedulerCronJobs. All objects returned here must be treated as read-only.
type ArangoSchedulerCronJobNamespaceListerExpansion ¶
type ArangoSchedulerCronJobNamespaceListerExpansion interface{}
    ArangoSchedulerCronJobNamespaceListerExpansion allows custom methods to be added to ArangoSchedulerCronJobNamespaceLister.
type ArangoSchedulerDeploymentLister ¶
type ArangoSchedulerDeploymentLister interface {
	// List lists all ArangoSchedulerDeployments in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ArangoSchedulerDeployment, err error)
	// ArangoSchedulerDeployments returns an object that can list and get ArangoSchedulerDeployments.
	ArangoSchedulerDeployments(namespace string) ArangoSchedulerDeploymentNamespaceLister
	ArangoSchedulerDeploymentListerExpansion
}
    ArangoSchedulerDeploymentLister helps list ArangoSchedulerDeployments. All objects returned here must be treated as read-only.
func NewArangoSchedulerDeploymentLister ¶
func NewArangoSchedulerDeploymentLister(indexer cache.Indexer) ArangoSchedulerDeploymentLister
NewArangoSchedulerDeploymentLister returns a new ArangoSchedulerDeploymentLister.
type ArangoSchedulerDeploymentListerExpansion ¶
type ArangoSchedulerDeploymentListerExpansion interface{}
    ArangoSchedulerDeploymentListerExpansion allows custom methods to be added to ArangoSchedulerDeploymentLister.
type ArangoSchedulerDeploymentNamespaceLister ¶
type ArangoSchedulerDeploymentNamespaceLister interface {
	// List lists all ArangoSchedulerDeployments in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ArangoSchedulerDeployment, err error)
	// Get retrieves the ArangoSchedulerDeployment from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.ArangoSchedulerDeployment, error)
	ArangoSchedulerDeploymentNamespaceListerExpansion
}
    ArangoSchedulerDeploymentNamespaceLister helps list and get ArangoSchedulerDeployments. All objects returned here must be treated as read-only.
type ArangoSchedulerDeploymentNamespaceListerExpansion ¶
type ArangoSchedulerDeploymentNamespaceListerExpansion interface{}
    ArangoSchedulerDeploymentNamespaceListerExpansion allows custom methods to be added to ArangoSchedulerDeploymentNamespaceLister.
type ArangoSchedulerPodLister ¶
type ArangoSchedulerPodLister interface {
	// List lists all ArangoSchedulerPods in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ArangoSchedulerPod, err error)
	// ArangoSchedulerPods returns an object that can list and get ArangoSchedulerPods.
	ArangoSchedulerPods(namespace string) ArangoSchedulerPodNamespaceLister
	ArangoSchedulerPodListerExpansion
}
    ArangoSchedulerPodLister helps list ArangoSchedulerPods. All objects returned here must be treated as read-only.
func NewArangoSchedulerPodLister ¶
func NewArangoSchedulerPodLister(indexer cache.Indexer) ArangoSchedulerPodLister
NewArangoSchedulerPodLister returns a new ArangoSchedulerPodLister.
type ArangoSchedulerPodListerExpansion ¶
type ArangoSchedulerPodListerExpansion interface{}
    ArangoSchedulerPodListerExpansion allows custom methods to be added to ArangoSchedulerPodLister.
type ArangoSchedulerPodNamespaceLister ¶
type ArangoSchedulerPodNamespaceLister interface {
	// List lists all ArangoSchedulerPods in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ArangoSchedulerPod, err error)
	// Get retrieves the ArangoSchedulerPod from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.ArangoSchedulerPod, error)
	ArangoSchedulerPodNamespaceListerExpansion
}
    ArangoSchedulerPodNamespaceLister helps list and get ArangoSchedulerPods. All objects returned here must be treated as read-only.
type ArangoSchedulerPodNamespaceListerExpansion ¶
type ArangoSchedulerPodNamespaceListerExpansion interface{}
    ArangoSchedulerPodNamespaceListerExpansion allows custom methods to be added to ArangoSchedulerPodNamespaceLister.