mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-05 13:07:14 +00:00
TotalClientSecrets field gets omitempty and becomes int32
This commit is contained in:
@@ -344,7 +344,7 @@ func (c *oidcClientWatcherController) updateStatus(
|
||||
updated.Status.Phase = v1alpha1.PhaseError
|
||||
}
|
||||
|
||||
updated.Status.TotalClientSecrets = totalClientSecrets
|
||||
updated.Status.TotalClientSecrets = int32(totalClientSecrets)
|
||||
|
||||
if equality.Semantic.DeepEqual(upstream, updated) {
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user