Documentation ¶
Index ¶
- type ComputeEnvironmentLister
- type ComputeEnvironmentListerExpansion
- type ComputeEnvironmentNamespaceLister
- type ComputeEnvironmentNamespaceListerExpansion
- type JobDefinitionLister
- type JobDefinitionListerExpansion
- type JobDefinitionNamespaceLister
- type JobDefinitionNamespaceListerExpansion
- type JobQueueLister
- type JobQueueListerExpansion
- type JobQueueNamespaceLister
- type JobQueueNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComputeEnvironmentLister ¶
type ComputeEnvironmentLister interface { // List lists all ComputeEnvironments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ComputeEnvironment, err error) // ComputeEnvironments returns an object that can list and get ComputeEnvironments. ComputeEnvironments(namespace string) ComputeEnvironmentNamespaceLister ComputeEnvironmentListerExpansion }
ComputeEnvironmentLister helps list ComputeEnvironments. All objects returned here must be treated as read-only.
func NewComputeEnvironmentLister ¶
func NewComputeEnvironmentLister(indexer cache.Indexer) ComputeEnvironmentLister
NewComputeEnvironmentLister returns a new ComputeEnvironmentLister.
type ComputeEnvironmentListerExpansion ¶
type ComputeEnvironmentListerExpansion interface{}
ComputeEnvironmentListerExpansion allows custom methods to be added to ComputeEnvironmentLister.
type ComputeEnvironmentNamespaceLister ¶
type ComputeEnvironmentNamespaceLister interface { // List lists all ComputeEnvironments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ComputeEnvironment, err error) // Get retrieves the ComputeEnvironment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ComputeEnvironment, error) ComputeEnvironmentNamespaceListerExpansion }
ComputeEnvironmentNamespaceLister helps list and get ComputeEnvironments. All objects returned here must be treated as read-only.
type ComputeEnvironmentNamespaceListerExpansion ¶
type ComputeEnvironmentNamespaceListerExpansion interface{}
ComputeEnvironmentNamespaceListerExpansion allows custom methods to be added to ComputeEnvironmentNamespaceLister.
type JobDefinitionLister ¶
type JobDefinitionLister interface { // List lists all JobDefinitions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.JobDefinition, err error) // JobDefinitions returns an object that can list and get JobDefinitions. JobDefinitions(namespace string) JobDefinitionNamespaceLister JobDefinitionListerExpansion }
JobDefinitionLister helps list JobDefinitions. All objects returned here must be treated as read-only.
func NewJobDefinitionLister ¶
func NewJobDefinitionLister(indexer cache.Indexer) JobDefinitionLister
NewJobDefinitionLister returns a new JobDefinitionLister.
type JobDefinitionListerExpansion ¶
type JobDefinitionListerExpansion interface{}
JobDefinitionListerExpansion allows custom methods to be added to JobDefinitionLister.
type JobDefinitionNamespaceLister ¶
type JobDefinitionNamespaceLister interface { // List lists all JobDefinitions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.JobDefinition, err error) // Get retrieves the JobDefinition from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.JobDefinition, error) JobDefinitionNamespaceListerExpansion }
JobDefinitionNamespaceLister helps list and get JobDefinitions. All objects returned here must be treated as read-only.
type JobDefinitionNamespaceListerExpansion ¶
type JobDefinitionNamespaceListerExpansion interface{}
JobDefinitionNamespaceListerExpansion allows custom methods to be added to JobDefinitionNamespaceLister.
type JobQueueLister ¶
type JobQueueLister interface { // List lists all JobQueues in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.JobQueue, err error) // JobQueues returns an object that can list and get JobQueues. JobQueues(namespace string) JobQueueNamespaceLister JobQueueListerExpansion }
JobQueueLister helps list JobQueues. All objects returned here must be treated as read-only.
func NewJobQueueLister ¶
func NewJobQueueLister(indexer cache.Indexer) JobQueueLister
NewJobQueueLister returns a new JobQueueLister.
type JobQueueListerExpansion ¶
type JobQueueListerExpansion interface{}
JobQueueListerExpansion allows custom methods to be added to JobQueueLister.
type JobQueueNamespaceLister ¶
type JobQueueNamespaceLister interface { // List lists all JobQueues in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.JobQueue, err error) // Get retrieves the JobQueue from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.JobQueue, error) JobQueueNamespaceListerExpansion }
JobQueueNamespaceLister helps list and get JobQueues. All objects returned here must be treated as read-only.
type JobQueueNamespaceListerExpansion ¶
type JobQueueNamespaceListerExpansion interface{}
JobQueueNamespaceListerExpansion allows custom methods to be added to JobQueueNamespaceLister.