Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PatchVirusScanCondition ¶
type PatchVirusScanCondition struct {
Condition avv1beta1.VirusScanCondition
}
func (*PatchVirusScanCondition) Data ¶
func (p *PatchVirusScanCondition) Data(obj runtime.Object) ([]byte, error)
func (*PatchVirusScanCondition) Type ¶
func (p *PatchVirusScanCondition) Type() types.PatchType
type PatchVirusScanResult ¶
type PatchVirusScanResult struct {
ScanReport *engine.ScanReport
}
func (*PatchVirusScanResult) Data ¶
func (p *PatchVirusScanResult) Data(obj runtime.Object) ([]byte, error)
func (*PatchVirusScanResult) Type ¶
func (p *PatchVirusScanResult) Type() types.PatchType
type ReconcileVirusScan ¶
type ReconcileVirusScan struct {
// contains filtered or unexported fields
}
ReconcileVirusScan reconciles a VirusScan object
func (*ReconcileVirusScan) Reconcile ¶
Reconcile reads that state of the cluster for a VirusScan object and makes changes based on the state read and what is in the VirusScan.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
Click to show internal directories.
Click to hide internal directories.