Skip to content

KubeClient v2.2.0

Compare
Choose a tag to compare
@tintoy tintoy released this 11 Jan 19:31
· 265 commits to master since this release

Changes

  • Introduce KubeResultV1 and use it for delete operations (#55)

Breaking Changes

  • Delete operations on Kubernetes resource clients now return KubeResourceResultV1<TResource> because, depending on the specified (or default) delete-propagation policy, those operations could return either the resource or a StatusV1. This change is source-compatible (just not binary-compatible).
  • Instead of taking a DeletePropagationPolicy with a default of Foreground, delete operations on Kubernetes resource clients now take a DeletePropagationPolicy? with a default of null (#55).