Changelog for the Kubernetes typescript client.
- BREAKING CHANGE: API class names are CamelCase. This replaces the the "lower case version" naming. For example,
Core_v1Api
is nowCoreV1Api
andEvents_v1beta1Api
is nowEventsV1beta1Api
.
- Fix an issue with exposing bluebird types for
Promise
that brokees6
users.