File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
examples/src/main/java/io/kubernetes/client/examples Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,7 @@ public class ExpandedExample {
57
57
58
58
private static final Logger LOGGER = LoggerFactory .getLogger (ExpandedExample .class );
59
59
60
- /**
61
- * Static Initializer
62
- */
60
+ /** Static Initializer */
63
61
static {
64
62
// ApiClient client = Config.defaultClient();
65
63
// If you want to use specific k8s cluster and access token, please use following?
@@ -75,7 +73,6 @@ public class ExpandedExample {
75
73
*/
76
74
public static void main (String [] args ) {
77
75
try {
78
-
79
76
// ScaleUp/ScaleDown the Deployment pod
80
77
// Please change the name of Deployment?
81
78
System .out .println ("----- Scale Deployment Start -----" );
@@ -106,7 +103,6 @@ public static void main(String[] args) {
106
103
String firstPodName = getPods ().get (0 );
107
104
printLog (DEFAULT_NAME_SPACE , firstPodName );
108
105
System .out .println ("----- Print Log of Specific Pod End -----" );
109
-
110
106
} catch (ApiException ex ) {
111
107
LOGGER .warn ("Exception had occured " , ex );
112
108
}
You can’t perform that action at this time.
0 commit comments