Skip to content

Commit 1c1fa09

Browse files
authored
Merge pull request kubernetes-client#2428 from mans2singh/k8_client_ex_expanded_ex_update
Updated expanded example comment
2 parents f44758a + ca98de6 commit 1c1fa09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/examples-release-14/src/main/java/io/kubernetes/client/examples/ExpandedExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public static void main(String[] args) {
6464
System.out.println("----- Scale Deployment Start -----");
6565
scaleDeployment("account-service", 5);
6666

67-
// List all of the namaspaces and pods
67+
// List all of the namespaces and pods
6868
List<String> nameSpaces = getAllNameSpaces();
6969
nameSpaces.stream()
7070
.forEach(

0 commit comments

Comments
 (0)