Fix admission controller logging of admissionTime and testedConfigurationSize (#11114)

Co-authored-by: Luca Berneking <luca@berneking.net>
This commit is contained in:
k8s-infra-cherrypick-robot 2024-03-12 11:08:59 -07:00 committed by GitHub
parent f118d67042
commit 0f9df16424
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -151,7 +151,7 @@ func (am *AdmissionCollector) SetAdmissionMetrics(testedIngressLength, testedIng
testedIngressTime,
renderingIngressLength,
renderingIngressTime,
ByteFormat(int64(testedConfigurationSize)),
admissionTime,
ByteFormat(int64(testedConfigurationSize)),
)
}