You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: aggregate types to be used by clients (#672)
**What problem does this PR solve?**:
This change make it possible to reuse this common to marshal and
unmarshal functions using the aggregate types in other projects that
import the API. To do this this PR moves `ControlPlaneConfig`(renamed to
`ControlPlaneConfigSpec`) and `WorkerNodeConfigSpec` to the `api/`
module.
**Which issue(s) this PR fixes**:
Fixes #
**How Has This Been Tested?**:
<!--
Please describe the tests that you ran to verify your changes.
Provide output from the tests and any manual steps needed to replicate
the tests.
-->
Unit and e2e tests, but mainly the fact that the project builds.
**Special notes for your reviewer**:
<!--
Use this to provide any additional information to the reviewers.
This may include:
- Best way to review the PR.
- Where the author wants the most review attention on.
- etc.
-->
Majority of changes are changing the package name for the different
variables.
0 commit comments