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
The current swagger client supports only the plural name for CRDs. Extend the client to support singular and shortNames too. Using example/using-crds.js and example/crontabs-crd.json:
The current swagger client supports only the
plural
name for CRDs. Extend the client to supportsingular
andshortNames
too. Usingexample/using-crds.js
andexample/crontabs-crd.json
:See https://github.com/godaddy/kubernetes-client/blob/master/lib/swagger-client.js and https://kubernetes.io/docs/concepts/api-extension/custom-resources/ for more information.
The text was updated successfully, but these errors were encountered: