-
Notifications
You must be signed in to change notification settings - Fork 95
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
Operator sdk v0.8.0 #126
Operator sdk v0.8.0 #126
Conversation
// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster | ||
// Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file | ||
Conditions []APIManagerCondition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,4,rep,name=conditions"` | ||
Conditions []APIManagerCondition `json:"conditions,omitempty" protobuf:"bytes,4,rep,name=conditions"` |
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.
patchStrategy
and pathMerge
tags removed. operator-sdk generate openapi
failed
Still unknown why
ad27ba8
to
45b794b
Compare
ready for review @miguelsorianod |
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.
We should update the README.md on instructions on how to install and build it with the new dependency method and cleanup 'dep' references too
3d5136a
to
4fbbcaf
Compare
Code Climate has analyzed commit 4fbbcaf and detected 62 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
dep
and Gopkg.toml dependency management systemAPISelector
attribute, nowapiSelector