mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
switch internal field to int64
This commit is contained in:
@@ -2192,7 +2192,7 @@ func waitForObservedDeployment(c *clientset.Clientset, ns, deploymentName string
|
||||
if err != nil {
|
||||
return false, err
|
||||
}
|
||||
return int(deployment.Generation) == deployment.Status.ObservedGeneration, nil
|
||||
return deployment.Generation == deployment.Status.ObservedGeneration, nil
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user