There was an error while loading. Please reload this page.
2 parents f44758a + ca98de6 commit 1c1fa09Copy full SHA for 1c1fa09
examples/examples-release-14/src/main/java/io/kubernetes/client/examples/ExpandedExample.java
@@ -64,7 +64,7 @@ public static void main(String[] args) {
64
System.out.println("----- Scale Deployment Start -----");
65
scaleDeployment("account-service", 5);
66
67
- // List all of the namaspaces and pods
+ // List all of the namespaces and pods
68
List<String> nameSpaces = getAllNameSpaces();
69
nameSpaces.stream()
70
.forEach(
0 commit comments