You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/extended/leaderelection/LeaderElector.java
Copy file name to clipboardExpand all lines: kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/extended/leaderelection/resourcelock/ConfigMapLock.java
Copy file name to clipboardExpand all lines: kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/extended/leaderelection/resourcelock/LeaseLock.java
+22-30Lines changed: 22 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -62,45 +62,37 @@ public LeaderElectionRecord get(KubernetesClient client) {
Copy file name to clipboardExpand all lines: kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/extended/leaderelection/resourcelock/Lock.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -34,20 +34,18 @@ public interface Lock {
34
34
*
35
35
* @param client used to retrieve the LeaderElectionRecord
36
36
* @param leaderElectionRecord to update
37
-
* @throws LockException if update was not possible
Copy file name to clipboardExpand all lines: kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/extended/leaderelection/resourcelock/LockException.java
0 commit comments