-
Notifications
You must be signed in to change notification settings - Fork 187
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
API v1beta2 spec docs #599
Conversation
3cc06aa
to
7be5cdd
Compare
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.
All kubectl
command must contain --field-manager=flux-client-side-apply
otherwise kustomize-controller will remove the annotations or any other field that's not in the desired state.
Docs here: https://fluxcd.io/docs/faq/#why-are-kubectl-edits-rolled-back-by-flux
I would add |
687af2f
to
978d3b0
Compare
978d3b0
to
0a33829
Compare
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.
Sharing some small nits, but overall it is looking really good. 👍
ToPath string `json:"toPath"` | ||
} | ||
|
||
// GetFromPath returns the specified FromPath. |
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.
I feel like func (in *GitRepositoryInclude) FromPath() string
and func (in *GitRepositoryInclude) ToPath() string
are more intuitive names.
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.
Fields and methods can not bear the same name.
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
Thanks @darkowlzz and @hiddeco
PS> I really like the new docs structure, we need to create an issue for rewriting the docs in all controllers based on this PR.
Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Sunny <[email protected]>
Signed-off-by: Sunny <[email protected]>
Details about the source reference, reconcile strategy and artifact revision value based on the reconcile strategy. Signed-off-by: Sunny <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
To align with: https://fluxcd.io/docs/faq/#why-are-kubectl-edits-rolled-back-by-flux Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
3f867f6
to
971caf9
Compare
No description provided.