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:
@@ -88,7 +88,7 @@ type OIDCClientStatus struct {
|
||||
Conditions []Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type"`
|
||||
|
||||
// totalClientSecrets is the current number of client secrets that are detected for this OIDCClient.
|
||||
TotalClientSecrets int `json:"totalClientSecrets"`
|
||||
TotalClientSecrets int32 `json:"totalClientSecrets,omitempty"`
|
||||
}
|
||||
|
||||
// OIDCClient describes the configuration of an OIDC client.
|
||||
|
||||
Reference in New Issue
Block a user