File tree Expand file tree Collapse file tree
src/main/java/io/github/kubesys/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 <url >http://maven.apache.org</url >
1313
1414 <properties >
15- <jackson .version>2.14.0-rc2 </jackson .version>
15+ <jackson .version>2.14.0-rc3 </jackson .version>
1616 <httpclient .version>5.1.3</httpclient .version>
1717 <junit .version>4.13.2</junit .version>
1818 </properties >
5151 <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5 -->
5252 <dependency >
5353 <groupId >org.apache.httpcomponents.client5</groupId >
54- <artifactId >httpclient5</artifactId >
54+ <artifactId >httpclient5</artifactId >
5555 <version >${httpclient.version} </version >
5656 </dependency >
5757
Original file line number Diff line number Diff line change 1- /**
2- * Copyright (2022, ) Institute of Software, Chinese Academy of Sciences
1+ /*
2+ Copyright (2022, ) Institute of Software, Chinese Academy of Sciences
33 */
44package io .github .kubesys .client ;
55
@@ -80,11 +80,6 @@ public class KubernetesClient {
8080 */
8181 public static final Logger m_logger = Logger .getLogger (KubernetesClient .class .getName ());
8282
83- /**
84- * all-namespaces
85- */
86- public static final String ALL_NAMESPACES = "" ;
87-
8883 /**
8984 * it is used for sending requests to Kuberenetes kube-apiserver,
9085 * and then receiving response from it.
@@ -97,12 +92,6 @@ public class KubernetesClient {
9792 * (https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/)
9893 */
9994 protected final KubernetesAnalyzer analyzer ;
100-
101- /******************************************************
102- *
103- * Using certificate
104- *
105- ******************************************************/
10695
10796 /**
10897 * for the Pods running on the leader nodes
You can’t perform that action at this time.
0 commit comments