Skip to content

Commit 43d5cd4

Browse files
authored
VPC Endpoint Service use requeue error instead of Synced false (#305)
Issue #, if available: Description of changes: - use requeue error to avoid unnecessary delay in resource sync By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 690a74d commit 43d5cd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ack_generate_info:
2-
build_date: "2025-12-30T23:03:05Z"
2+
build_date: "2025-12-31T20:29:42Z"
33
build_hash: ca61a7295e7f1b6adb9ee1f05dab9e99f5ff58e3
44
go_version: go1.25.5
55
version: v0.56.0-5-gca61a72

pkg/resource/vpc_endpoint_service_configuration/sdk.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22
// This causes a requeue and the rest of the fields will be synced on the next reconciliation loop
3-
ackcondition.SetSynced(&resource{ko}, corev1.ConditionFalse, nil, nil)
3+
return &resource{ko}, ackrequeue.Needed(errors.New("reconcile update only fields."))

0 commit comments

Comments
 (0)