Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MaxResourceCountPerGVKPerMXP ¶
type MaxResourceCountPerGVKPerMXP struct {
// contains filtered or unexported fields
}
MaxResourceCountPerGVKPerMXP aggregates the maximum recorded GVK counts per MXP from Upbound usage events.
func (*MaxResourceCountPerGVKPerMXP) Add ¶
func (ag *MaxResourceCountPerGVKPerMXP) Add(e model.MXPGVKEvent) error
Add adds a usage event to the aggregate.
func (*MaxResourceCountPerGVKPerMXP) UpboundEvents ¶
func (ag *MaxResourceCountPerGVKPerMXP) UpboundEvents() []model.MXPGVKEvent
UpboundEvents returns an Upbound usage event for each combination of MXP and GVK.
Click to show internal directories.
Click to hide internal directories.