Skip to content

Commit cf3f37f

Browse files
author
Nicholas Thomson
committed
Update delete hook for new return signature
1 parent 371b1ec commit cf3f37f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: apis/v1alpha1/ack-generate-metadata.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ack_generate_info:
2-
build_date: "2021-07-21T20:02:15Z"
2+
build_date: "2021-07-21T20:07:28Z"
33
build_hash: b1805be8f7a901c16ae6b451054dbdaf100285b2
44
go_version: go1.15.6 linux/amd64
55
version: v0.7.0
@@ -11,4 +11,4 @@ generator_config_info:
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation
14-
timestamp: 2021-07-21 20:02:21.196276687 +0000 UTC
14+
timestamp: 2021-07-21 20:07:33.392511606 +0000 UTC

Diff for: pkg/resource/table/sdk.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
if isTableDeleting(r) {
2-
return requeueWaitWhileDeleting
2+
return nil, requeueWaitWhileDeleting
33
}
44
if isTableUpdating(r) {
5-
return requeueWaitWhileUpdating
5+
return nil, requeueWaitWhileUpdating
66
}

0 commit comments

Comments
 (0)