-
Notifications
You must be signed in to change notification settings - Fork 7
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
Spot module as a separate package #284
Conversation
5a4120f
to
1e5fd2e
Compare
return fmt.Errorf("Invalid values for CPUs: %d, Memory: %d and Arch: %s", cpus, memory, arch) | ||
} | ||
|
||
func (r *AwsInstanceRequest) GetMachineTypes() ([]string, error) { |
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.
Do you need to rebase and adapt for this?
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.
it is rebased and ready for review now :)
Also same comment as per type of machine applies here, if we rely on this module; is it only SDKs dependent? |
0fe3039
to
b553996
Compare
yes, this also only depends on the sdks, i've added example on how to use it in: b553996 (not sure we should merge this or not, i am okay to drop it from the PR if needed) |
Also I just merged the defaults so probably this will need rebase again ? |
b553996
to
e811c66
Compare
thanks, rebased on main |
this got mistakenly added back during rebase of PR redhat-developer#284 in 42dcadf
this got mistakenly added back during rebase of PR redhat-developer#284 in 42dcadf
depends on #277