Releases: hidevopsio/kube-starter
Releases · hidevopsio/kube-starter
v1.2.1
v1.2.0
Release notes
- features:
- added scoped instantiation machanism to support multiple clusters connection
- support kube client cache with cluster config
- added middleware to parse response from k8s api server
- added hiboot operator example which support multiple clusrters
v1.1.8
v1.1.7
v1.1.6
v1.1.3
v1.1.2
v1.1.1
Release notes
- Refactored kubeclient, changed kubeclient.Client from interface to struct
- Added kubeclient.ImpersonateClient which acts as specific user
- Added kubeclient.TokenizeClient which accepts user's token
- Added oidc autoconfiguration (hiboot starter)