-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add shortnames for crds. #4
Conversation
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.
This is great. 🚢 it upstream!
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.
Works for me too:
➜ cluster-api git:(jenny/shortnames) k get cl -n mv1a
NAME AGE
mv1a 36m
➜ cluster-api git:(jenny/shortnames) k get ma -n mv1a
NAME PROVIDERID PHASE
mv1a-controlplane-0 aws:////i-00d2ccb6e4f42dc68
mv1a-controlplane-1 aws:////i-0a8683bd77efedefd
mv1a-controlplane-2 aws:////i-094a2c8eb06bffa78
mv1a-nodes-0-748dd44c5-5d6jn aws:////i-0727317b15f82642f
mv1a-nodes-1-7c8778b78f-xq44p aws:////i-012cdf05405dfe989
mv1a-nodes-2-7ff47f8678-mxbvv aws:////i-026cc30928702fe81
➜ cluster-api git:(jenny/shortnames) k get mc -n mv1a
No resources found.
➜ cluster-api git:(jenny/shortnames) k get md -n mv1a
NAME AGE
mv1a-nodes-0 33m
mv1a-nodes-1 33m
mv1a-nodes-2 33m
➜ cluster-api git:(jenny/shortnames) k get ms -n mv1a
NAME AGE
mv1a-nodes-0-748dd44c5 33m
mv1a-nodes-1-7c8778b78f 33m
mv1a-nodes-2-7ff47f8678 33m
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.
Ran make manifests
, and it produced the CRDs that means I no longer have to remember how to spell depluysment. A+ would review again.
* Introduce CEL for ClusterClass Variables Signed-off-by: chaunceyjiang <[email protected]> * feat: Implement CEL validation * refactor: Add comments from previous code reviews * chore: Generate CC manifest after fixing list type annotation (#2) * chore: Fix up CRD manifest * fix: Pass through context to CEL funcs * feat: Add CEL admission cost validation * refactor: Add nolint to unbounded * refactor: Fix up new func signature * build: Fix up go mod for tools * fixup! refactor: Apply review feedback * fixup! build: Regenerate openapi spec * fixup! refactor: Apply review feedback * fixup! fix: Regenerate everything * fixup! fix: Apply review feedback * fixup! fix: More review feedback * fixup! refactor: Address review feedback, especially re recursion * fixup! fix: Check total cost * fixup! refactor: Address review feedback - rename testCtx to ctx * CEL: Various improvements (#3) * resolve compile issue after rebase * Some more improvements (#4) --------- Signed-off-by: chaunceyjiang <[email protected]> Co-authored-by: Jimmi Dyson <[email protected]> Co-authored-by: Jimmi Dyson <[email protected]> Co-authored-by: Stefan Büringer <[email protected]> Co-authored-by: Stefan Bueringer <[email protected]>
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
Release note: