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
#504 Added very basic functionally for this. But all it seems to do is pick the correct API version which is not really implementing functionality equivalent to kubectl create -f as that command will:
Take in multiple YAML docs separated by ---
Call the correct API endpoint based on the kind defined in the document.
Would be cool if we could expand the initial functionality from #504 to work as stated above. Don't know if you guys think that's beyond the scope of this client.
#504 Added very basic functionally for this. But all it seems to do is pick the correct API version which is not really implementing functionality equivalent to kubectl create -f as that command will:
---
kind
defined in the document.Would be cool if we could expand the initial functionality from #504 to work as stated above. Don't know if you guys think that's beyond the scope of this client.
Past issues: #591
The text was updated successfully, but these errors were encountered: