mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
When populating the WorkloadMonitor objects, the status field is now populated with a specially formatted string, mimicking the keys of ResourceQuota.spec.hard, e.g. `<storageclassname>.storageclass.storage.k8s.io/requests.storage` or `<ipaddresspoolname>.ipaddresspool.metallb.io/requests.ipaddresses` so the storage class or IP pool in use can be tracked. Part of #788. Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>