Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Releases: Collaborne/auto-kubernetes-client

0.5.1

25 Jan 11:30
v0.5.1
8066c7b
Compare
Choose a tag to compare

This release fixes a regression in 0.5.0 that prevented the client from working correctly.

v0.4.0

03 May 14:51
v0.4.0
482f970
Compare
Choose a tag to compare
  • Automatic translation of Status responses into promise errors
  • Fixed content-type for patch, and support for selecting the content-type via a parameter
  • New function resource(kind) on any API group to get meta-information about the given kind. This is using the information delivered by the API server
  • New function create(...) on single resources to create resources
  • New function options() on single resources and resource collections to configure additional request options. Right now there is just one: 'rawResponse' (boolean) to disable automatic translation of Status responses.