-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add take over and drift detection options in CRP API #903
Conversation
e029576
to
8446e9d
Compare
9de8b3b
to
a8beaed
Compare
9218713
to
428f344
Compare
// +kubebuilder:default=AlwaysApply | ||
// +kubebuilder:validation:Enum=AlwaysApply;ApplyIfNoDiff | ||
// +optional | ||
TakeoverAction TakeOverActionType `json:"actionType,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does TakeoverAction have no impact if ApplyStrategyType is set to ReportDiff?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, the ApplyStrategyType determines the action
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ;)
A side note: will reach to the customer asking for this feature to confirm on their use cases |
Description of your changes
Fixes #
I have:
make reviewable
to ensure this PR is ready for review.How has this code been tested
Special notes for your reviewer