package
Version:
v0.8.2-rc1
Opens a new window with list of versions in this module.
Published: Sep 22, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Resource stores Unit details and Count value
type ResourceGroup interface {
GetName() string
GetResources() []Resource
}
ResourceGroup is the interface that wraps GetName and GetResources methods
type Unit struct {
CPU uint32 `json:"cpu"`
Memory uint64 `json:"memory"`
Storage uint64 `json:"storage"`
}
Unit stores cpu, memory and storage metrics
Equals compare given unit with receiver unit
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.