Documentation
¶
Index ¶
- type Action
- type AddImage
- type AddPod
- type AllImages
- type AllPods
- type DebugGetModel
- type DeletePod
- type FinishScanClient
- type GetCompletedScans
- type GetInitialHubCheckImage
- type GetMetrics
- type GetModel
- type GetNextImage
- type GetRunningHubScans
- type GetScanResults
- type HubCheckResults
- type HubRecheckResults
- type InitialHubCheckResults
- type RequeueStalledScans
- type SetConcurrentScanLimit
- type UpdatePod
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DebugGetModel ¶
func (*DebugGetModel) Apply ¶
func (d *DebugGetModel) Apply(model *m.Model)
type FinishScanClient ¶
func (*FinishScanClient) Apply ¶
func (f *FinishScanClient) Apply(model *m.Model)
type GetCompletedScans ¶
func (*GetCompletedScans) Apply ¶
func (g *GetCompletedScans) Apply(model *m.Model)
type GetInitialHubCheckImage ¶
func (*GetInitialHubCheckImage) Apply ¶
func (g *GetInitialHubCheckImage) Apply(model *m.Model)
type GetMetrics ¶
type GetMetrics struct {
Continuation func(metrics *m.ModelMetrics)
}
func (*GetMetrics) Apply ¶
func (g *GetMetrics) Apply(model *m.Model)
type GetNextImage ¶
func (*GetNextImage) Apply ¶
func (g *GetNextImage) Apply(model *m.Model)
type GetRunningHubScans ¶
func (*GetRunningHubScans) Apply ¶
func (g *GetRunningHubScans) Apply(model *m.Model)
type GetScanResults ¶
type GetScanResults struct {
Continuation func(results api.ScanResults)
}
func (*GetScanResults) Apply ¶
func (g *GetScanResults) Apply(model *m.Model)
type HubCheckResults ¶
type HubCheckResults struct {
Scan *m.HubImageScan
}
func (*HubCheckResults) Apply ¶
func (h *HubCheckResults) Apply(model *m.Model)
type HubRecheckResults ¶
type HubRecheckResults struct {
Scan *m.HubImageScan
}
func (*HubRecheckResults) Apply ¶
func (h *HubRecheckResults) Apply(model *m.Model)
type InitialHubCheckResults ¶
type InitialHubCheckResults struct {
Scan *m.HubImageScan
}
func (*InitialHubCheckResults) Apply ¶
func (h *InitialHubCheckResults) Apply(model *m.Model)
type RequeueStalledScans ¶
type RequeueStalledScans struct {
StalledScanClientTimeout time.Duration
StalledHubScanTimeout time.Duration
}
func (*RequeueStalledScans) Apply ¶
func (r *RequeueStalledScans) Apply(model *m.Model)
type SetConcurrentScanLimit ¶
type SetConcurrentScanLimit struct {
Limit int
}
func (*SetConcurrentScanLimit) Apply ¶
func (s *SetConcurrentScanLimit) Apply(model *m.Model)
Source Files
¶
- action.go
- addimage.go
- addpod.go
- allimages.go
- allpods.go
- debuggetmodel.go
- deletepod.go
- finishscanclient.go
- getcompletedscans.go
- getinitialhubcheckimage.go
- getmetrics.go
- getmodel.go
- getnextimage.go
- getrunninghubscans.go
- getscanresults.go
- hubcheckresults.go
- hubrecheckresults.go
- initialhubcheckresults.go
- requeuestalledscans.go
- setconcurrentscanlimit.go
- updatepod.go
Click to show internal directories.
Click to hide internal directories.