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.
2 parents 336f401 + c767fc8 commit 9e504f6Copy full SHA for 9e504f6
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