Closed ppcano closed 2 years ago
This library wraps the k8s.io/client-go to expose the APIs in a k6 extension.
k8s.io/client-go
On k8s.io/client-go, the method name to delete a resource is Delete instead of Kill. I think we should align with the method names of the original library
Delete
Kill
Added the Delete methods to objects and marked the old Kill methods as deprecated.
This library wraps the
k8s.io/client-go
to expose the APIs in a k6 extension.On
k8s.io/client-go
, the method name to delete a resource isDelete
instead ofKill
. I think we should align with the method names of the original library