vmware-archive / eventrouter

A simple introspective kubernetes service that forwards events to a specified sink.
Apache License 2.0
886 stars 252 forks source link

The apps/v1beta2 Deployment is deprecated, move to apps/v1 #86

Closed johnSchnake closed 5 years ago

johnSchnake commented 5 years ago

Per the Kubernetes v1.16.0 release notes, the apps/v1beta2 deployments endpoint is not served by default and so we should update our example to use the preferred API endpoint.

Fixes #85

Signed-off-by: John Schnake jschnake@vmware.com