-
Notifications
You must be signed in to change notification settings - Fork 557
Closed
Description
I've created a generic Kubernetes object API class that allows you to pass any valid Kubernetes spec object to the action, e.g., create/delete/list/patch, that you want to perform.
This allows you to more easily perform tasks equivalent to kubectl create|apply|delete
using the SDK.
You can see how it can be used to mimic the functionality of kubectl apply
here:
Is there any interest in incorporating this functionality into this repo's official Kubernetes JavaScript/Node.js client?
Metadata
Metadata
Assignees
Labels
No labels