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