Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cloudeka Topup

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 yaml
Field
Meaning

spec.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

How to add credit

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