All Versions
13
Latest Version
Avg Release Cycle
6 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v0.3.0 Changes
November 27, 2020๐ New
- โ Add support for
DeleteOptions
๐ Bug Fixes
- ๐ Can not create resources because of "Resource
metadata.name
must be set" error #2
- โ Add support for
-
v0.2.0 Changes
November 27, 2020๐ New
- โ Add support for
ListOptions
- โ Add
core.v1.Pod
status read and update API
๐ Bug Fixes
- KubernetesClient can't create x509 authentication from local kubeconfig's certificate data and key #1
API Changes
- ๐ Initializers of
GenericKubernetesClients
are no longer public - Function signature change:
- from
watch(in:watch:) throws -> EventLoopFuture<Void>
- to
watch(in:using:) throws -> HTTPClient.Task<Void>
- from
- Function signature change:
- from
follow(in:name:container:watch:) throws -> HTTPClient.Task<Void>
- to
follow(in:name:container:using:) throws -> HTTPClient.Task<Void>
- from
- โ Add support for
-
v0.1.0 Changes
November 15, 2020๐ Initial release of Swiftkube:Client.
๐ See README for details