@@ -163,10 +163,9 @@ namespace k8s.LeaderElection
|
|||||||
{
|
{
|
||||||
if (e.Response.StatusCode != HttpStatusCode.NotFound)
|
if (e.Response.StatusCode != HttpStatusCode.NotFound)
|
||||||
{
|
{
|
||||||
|
OnError?.Invoke(e);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
OnError?.Invoke(e);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (oldLeaderElectionRecord?.AcquireTime == null ||
|
if (oldLeaderElectionRecord?.AcquireTime == null ||
|
||||||
|
|||||||
Reference in New Issue
Block a user