This repository has been archived by the owner on Apr 19, 2021. It is now read-only.
Releases: Collaborne/auto-kubernetes-client
Releases · Collaborne/auto-kubernetes-client
0.5.1
v0.4.0
- 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 ofStatus
responses.