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 336f401 commit c767fc8Copy full SHA for c767fc8
README.md
@@ -64,7 +64,7 @@ const main = async () => {
64
console.log('New namespace created: ', createNamespaceRes.body);
65
66
const readNamespaceRes = await k8sApi.readNamespace(namespace.metadata.name);
67
- console.log('Namespcace: ', readNamespaceRes.body);
+ console.log('Namespace: ', readNamespaceRes.body);
68
69
await k8sApi.deleteNamespace(namespace.metadata.name, {});
70
} catch (err) {
0 commit comments