Skip to content

Commit ca98de6

Browse files
committed
Updated expanded example comment
1 parent b9da891 commit ca98de6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)