-
Notifications
You must be signed in to change notification settings - Fork 100
feat: further AKS feature/quality/perf parity, through machine API integration #1197
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
base: comtalyst/xpmt-machine-api-all-refactors-combined-v2
Are you sure you want to change the base?
Changes from all commits
1591111
79f231e
7e67087
beab993
b225078
f80c93f
9b13b25
c71c516
76594df
113ffca
f7ee83b
d44fbf7
edeaa5b
61b0219
9dc48d8
cc7d90c
9d8e943
070afe1
6fbf32b
1e059aa
02cda6c
086faec
c64112c
c1edb32
ccb60d2
5ebafe9
793ce71
cf367c8
e542bd0
fec6c18
39977a1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -113,6 +113,7 @@ var ( | |
|
|
||
| AnnotationAKSNodeClassHash = apis.Group + "/aksnodeclass-hash" | ||
| AnnotationAKSNodeClassHashVersion = apis.Group + "/aksnodeclass-hash-version" | ||
| AnnotationAKSMachineResourceID = apis.Group + "/aks-machine-resource-id" // resource ID of the associated AKS machine | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. At least at some times in the past we've duplicated some of this between v1alpha1 and v1beta1. Not sure if we should keep doing it but may be worth doing at least for now til we drop v1alpha1 entirely?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't see @tallaxes, thoughts? |
||
| ) | ||
|
|
||
| const ( | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.