Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Introduce Beat CRD #3041
Introduce Beat CRD #3041
Changes from 70 commits
8a72b79
b8ee209
c68cfed
3f0f842
69184cc
b538333
9ae99a4
98745b4
b2f898e
469f67c
be128a2
40a35c5
4305780
d4c538e
e88b8c1
20f2af3
df0357c
566feb8
897bbfb
66e29ae
fcb8002
b45481f
b2760b1
b1c2f96
fc9c766
f882293
1b22437
0c6a132
e10b7e9
df85085
984e9db
fb9d5c4
0493d62
eeefc99
7d49cd3
c79d07a
3b4a5be
e145e10
728c6a5
586fdd9
9fe7974
c2c37e0
fc852c3
593e282
8fc44d9
30fe136
85c0b60
a6d5262
6644c7a
a45e752
750d84f
286f0c0
61035a9
8afb965
8bb0d21
c454f80
4b832cc
0efdd62
770579a
dcd3dc4
262cadb
d1dcf39
90e37a8
ea46765
4d303fd
2911537
bdb67b4
ac1ff77
328a833
9133ecd
ae69269
ad6f674
8941ce8
22b940b
595610a
ea57b80
ae1e37e
84a6345
eca6654
d793e62
0ce0903
4a679c7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 think we have a single
nodes
(corresponding to available nodes) instead ofexpectedNodes
andavailableNodes
in other CRDs. Let's be consistent?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 think we did want to change that in the past (#1786). I'd be for keeping both and improving the status on other resources. It's following the pattern of built-in resources, gives the users more information and it comes free. I'd leave it as is unless you feel strongly about it. (I'm open to naming changes.)