Documentation
¶
Overview ¶
Tool to visualize CommittedResource CRDs and their child Reservation slots.
Usage:
go run tools/visualize-committed-resources/main.go [flags]
Flags:
--contexts=ctx1,ctx2 Kubernetes contexts to query (default: current context) --filter-project=id Show only CRs for this project ID (substring match) --filter-az=az Show only CRs in this availability zone (substring match) --filter-group=name Show only CRs for this flavor group (substring match) --filter-state=state Show only CRs in this state (e.g. confirmed, reserving) --active Shorthand: show only confirmed/guaranteed CRs --views=v1,v2,... Views to show (default: all). Available: summary, commitments, reservations, allocations, usage --hide=v1,v2,... Views to hide (applied after --views) --watch=interval Refresh interval (e.g. 2s, 5s). Clears screen between refreshes.
Click to show internal directories.
Click to hide internal directories.