Skip to content
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

return the entire installation spec object in a EC join struct #4911

Merged
merged 4 commits into from
Sep 21, 2024

Conversation

laverya
Copy link
Member

@laverya laverya commented Sep 19, 2024

What this PR does / why we need it:

This way new fields will be returned automatically as we add them.

Which issue(s) this PR fixes:

Does this PR require a test?

Does this PR require a release note?


Does this PR require documentation?

sgalsaleh
sgalsaleh previously approved these changes Sep 20, 2024
@laverya laverya enabled auto-merge (squash) September 20, 2024 19:19
K0sToken string `json:"k0sToken"`
EmbeddedClusterVersion string `json:"embeddedClusterVersion"`
AirgapRegistryAddress string `json:"airgapRegistryAddress"`
Spec ecv1beta1.InstallationSpec `json:"installationSpec,omitempty"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not call it InstallationSpec

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean sure
it doesn't change anything, it's already encoded as 'installationSpec' 😆

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated now

@laverya laverya merged commit 48bc0fb into main Sep 21, 2024
117 checks passed
@laverya laverya deleted the laverya/return-entire-installation-spec-object branch September 21, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants