Closed as not planned
Description
hello, i have been looking at the examples and couldn't find any example of creating from object function.
like in the kubernetes python they have create from dict im looking for something similar for js.
all examples describe that in order to create an object you have to use function for that object.
for example for creating namespace you have to run k8sApi.createNamespace(namespace)
, but i want something like k8sApi.createObject(namespace)