misc: remove unused bits of code

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
Hidde Beydals 2023-10-13 10:48:08 +02:00
parent 3fdb292381
commit f5d3283cff
No known key found for this signature in database
GPG key ID: 979F380FC2341744
4 changed files with 6 additions and 15 deletions

View file

@ -43,10 +43,6 @@ func init() {
reconcileImageCmd.AddCommand(reconcileImageUpdateCmd)
}
func (obj imageUpdateAutomationAdapter) suspended() bool {
return obj.ImageUpdateAutomation.Spec.Suspend
}
func (obj imageUpdateAutomationAdapter) lastHandledReconcileRequest() string {
return obj.Status.GetLastHandledReconcileRequest()
}