You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As seen in #1283, some kubernetes endpoints have changed now and are no longer under the /api/v1 schema. We need to refactor .api() such that resources like ingress can use this function when it is under the /apis/extensions/v1beta1/ schema.
From @bacongobbler on April 12, 2017 16:26
As seen in #1283, some kubernetes endpoints have changed now and are no longer under the
/api/v1
schema. We need to refactor.api()
such that resources like ingress can use this function when it is under the/apis/extensions/v1beta1/
schema.Copied from original issue: deis/controller#1284
The text was updated successfully, but these errors were encountered: