Skip to content

Commit 207c660

Browse files
ukclivecoxbrendanburns
authored andcommitted
update proto example
1 parent f26111b commit 207c660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/src/main/java/io/kubernetes/client/examples/ProtoExample.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ public static void main(String[] args) throws IOException, ApiException, Interru
7070
System.out.println(ns.status);
7171
}
7272

73-
Status stat = pc.delete(Namespace.newBuilder(), "/api/v1/namespaces/test");
74-
System.out.println(stat);
73+
ns = pc.delete(Namespace.newBuilder(), "/api/v1/namespaces/test");
74+
System.out.println(ns);
7575

7676
}
7777
}

0 commit comments

Comments
 (0)