v8.0.0-pre.6
Pre-release
Pre-release
·
335 commits
to main
since this release
8.0.0-pre.6 (2023-09-29)
Features
- abstractions: add custom kubernetes entity helper (bcd1f52)
- client: Add Kubernetes Client package (42bc8ee)
BREAKING CHANGES
- client: The IKubernetesClient interface
and implementation now require the TEntity typeparam
instead of each method providing one. The implementation
is instanced with EntityMetadata to allow the operator
to inject the clients for each entity.