We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cea1b commit d15651aCopy full SHA for d15651a
README.md
@@ -50,7 +50,7 @@ var namespace = {
50
},
51
};
52
53
-k8sApi.createNamespace(namespace).then(
+k8sApi.createNamespace({ body: namespace }).then(
54
(response) => {
55
console.log('Created namespace');
56
console.log(response);
0 commit comments