Skip to content

SwiftkubeClient v0.2.0

Compare
Choose a tag to compare
@iabudiab iabudiab released this 27 Nov 00:17
· 146 commits to main since this release
ab740f6

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>
  • Function signature change:
    • fromfollow(in:name:container:watch:) throws -> HTTPClient.Task<Void>
    • to follow(in:name:container:using:) throws -> HTTPClient.Task<Void>