Cloudeka Topup
Last updated

A record of prepaid credit applied to your balance. Each object is one credit event — an immutable ledger entry showing your balance before and after. Multiple top-ups over time show up as multiple objects, oldest to newest.
kubectl get topup -n <your-namespace>
kubectl get topup -n <your-namespace> -o yamlspec.topup
Amount credited in this event
status.previousBalance
Your balance right before this top-up
status.balance
Your balance right after (previousBalance + spec.topup)
status.createdAt
When it was applied
Top-ups are applied by the platform team/billing system through your normal Service Portal Cloudeka payment channel — you don't create these objects yourself. Once processed, the credit appears here and your Cloudeka Tenant balance updates immediately.
Last updated