k8s v0.2.9 Release Notes

Release Date: 2019-06-10 // almost 5 years ago
  • โž• Added

    • Kubernetes resources, groups, and CRDs are autodiscovered at boot time. No swagger file to include or override.
    • ๐Ÿ‘ Client supports standard HTTP calls, async batches, wait on status, and watchers
    • ๐Ÿ‘Œ Supports multiple clusters
    • ๐Ÿ‘Œ Supports multiple kubernetes APIs in the same runtime
    • serviceaccount authentication
    • token authentication
    • certificate authentication
    • auth-provider authetnicati
    • โœ… Tested against kubernetes swagger specs: 1.10+ and master
    • ๐Ÿ‘ CRD support
    • Kubernetes resource and version helper functions
    • ๐Ÿ“œ Kube config file parsing
    • ๐Ÿ”Œ Pluggable auth providers