Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LighthouseBreakpointLister ¶ added in v1.1.44
type LighthouseBreakpointLister interface { // List lists all LighthouseBreakpoints in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LighthouseBreakpoint, err error) // LighthouseBreakpoints returns an object that can list and get LighthouseBreakpoints. LighthouseBreakpoints(namespace string) LighthouseBreakpointNamespaceLister LighthouseBreakpointListerExpansion }
LighthouseBreakpointLister helps list LighthouseBreakpoints. All objects returned here must be treated as read-only.
func NewLighthouseBreakpointLister ¶ added in v1.1.44
func NewLighthouseBreakpointLister(indexer cache.Indexer) LighthouseBreakpointLister
NewLighthouseBreakpointLister returns a new LighthouseBreakpointLister.
type LighthouseBreakpointListerExpansion ¶ added in v1.1.44
type LighthouseBreakpointListerExpansion interface{}
LighthouseBreakpointListerExpansion allows custom methods to be added to LighthouseBreakpointLister.
type LighthouseBreakpointNamespaceLister ¶ added in v1.1.44
type LighthouseBreakpointNamespaceLister interface { // List lists all LighthouseBreakpoints in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LighthouseBreakpoint, err error) // Get retrieves the LighthouseBreakpoint from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.LighthouseBreakpoint, error) LighthouseBreakpointNamespaceListerExpansion }
LighthouseBreakpointNamespaceLister helps list and get LighthouseBreakpoints. All objects returned here must be treated as read-only.
type LighthouseBreakpointNamespaceListerExpansion ¶ added in v1.1.44
type LighthouseBreakpointNamespaceListerExpansion interface{}
LighthouseBreakpointNamespaceListerExpansion allows custom methods to be added to LighthouseBreakpointNamespaceLister.
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.