godaddy / kubernetes-client

Simplified Kubernetes API client for Node.js.
MIT License
961 stars 192 forks source link

Creating kind: BackendConfig using kubernetes npm client #589

Open PriyankaTwinkel003 opened 4 years ago

PriyankaTwinkel003 commented 4 years ago

I want to create the below artifact using the kubernetes client. apiVersion: cloud.google.com/v1beta1 kind: BackendConfig

Is it possible to create such resources using this client?