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

Improve Kubernetes client to support add-ons #617

Merged
merged 3 commits into from
Mar 7, 2019

Conversation

errordeveloper
Copy link
Contributor

Description

This change allows us to use raw REST client in a way how kubectl does it (we should eventually contribute some of this code to k8s.io/cli-runtime).

It also extends the asset manifest loader to do the right thing we need to do when it comes to multidoc YAML files and lists.

Checklist

  • Code compiles correctly (i.e make build)
  • All unit tests passing (i.e. make test)
  • All integration tests passing (i.e. make integration-test)

- convert to runtime.Object
- use list flattener from kubegen
@errordeveloper errordeveloper force-pushed the addons-client-support branch 2 times, most recently from ba5f04e to fe273e0 Compare March 7, 2019 15:53
- improve naming of types and functions
- enable use of raw REST client
@errordeveloper errordeveloper force-pushed the addons-client-support branch from fe273e0 to e06cecb Compare March 7, 2019 16:11
@errordeveloper errordeveloper merged commit d76ef8a into master Mar 7, 2019
@errordeveloper errordeveloper deleted the addons-client-support branch March 7, 2019 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant