package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Nov 10, 2024
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
¶
type Info struct {
Name string `db:"name"`
Namespace string `db:"namespace"`
PodName string `db:"pod_name"`
CPURequests float64 `db:"cpu_requests"`
CPULimits float64 `db:"cpu_limits"`
MemoryRequests float64 `db:"memory_requests"`
MemoryLimits float64 `db:"memory_limits"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.