Skip to content

Commit

Permalink
Improve ClientIntents' status field accuracy for AWS intents, and add…
Browse files Browse the repository at this point in the history
… more Kubernetes Events to indicate success and failure cases
  • Loading branch information
orishoshan committed Jan 4, 2024
1 parent aa04944 commit 20d3529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/operator/api/v1alpha3/clientintents_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ type KafkaTopic struct {
type IntentsStatus struct {
// upToDate field reflects whether the client intents have successfully been applied
// to the cluster to the state specified
// +optional
UpToDate bool `json:"upToDate"`
// The last generation of the intents that was successfully reconciled.
// +optional
Expand Down

0 comments on commit 20d3529

Please sign in to comment.