Skip to content

Commit

Permalink
Updating kubernetes dependency (hyperledger#3236)
Browse files Browse the repository at this point in the history
* 6.0.1

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>

* Removing includeUninitialized parameter

New version of the client-java-api-6.0.1.jar does not have the includeUnitialized parameter on the method.

Signed-off-by: Jiri Peinlich <jiri.peinlich@gmail.com>

* 6.0.1 compiles successfully

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>

Co-authored-by: Jiri Peinlich <jiri.peinlich@gmail.com>
  • Loading branch information
macfarla and gezero authored Jan 5, 2022
1 parent 5bd8b4b commit 00993be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencyManagement {

dependency 'io.jaegertracing:jaeger-client:1.6.0'

dependency 'io.kubernetes:client-java:5.0.0'
dependency 'io.kubernetes:client-java:6.0.1'

dependency 'io.netty:netty-all:4.1.72.Final'
dependency 'io.netty:netty-tcnative-boringssl-static:2.0.46.Final'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected void doStart() throws NatInitializationException {
// invokes the CoreV1Api client
final V1Service service =
api
.listServiceForAllNamespaces(null, null, null, null, null, null, null, null, null)
.listServiceForAllNamespaces(null, null, null, null, null, null, null, null)
.getItems()
.stream()
.filter(
Expand Down

0 comments on commit 00993be

Please sign in to comment.