Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatNodeInfo ¶
func FormatNodeInfo(nodes InfoList)
Types ¶
type Info ¶
type Info struct { Name string `db:"name"` Labels map[string]string `db:"labels"` Address map[string]string `db:"address"` Age time.Duration AllocatableCPU float64 `db:"allocatable_cpu"` AllocatableMemory float64 `db:"allocatable_memory"` Annotations map[string]string `db:"annotations"` Architecture string `db:"architecture"` CapacityCPU float64 `db:"capacity_cpu"` CapacityMemory float64 `db:"capacity_memory"` ContainerRuntimeVersion string `db:"container_runtime_version"` CPUUtilisation float64 `db:"cpu_utilisation"` CreationTimestamp time.Time `db:"creation_ts"` InstanceType string `db:"instance_type"` KernelVersion string `db:"kernel_version"` KubeletVersion string `db:"kubelet_version"` MemoryUtilisation float64 `db:"memory_utilisation"` OperatingSystem string `db:"operating_system"` OSImage string `db:"os_image"` Taints TaintList }
type Utilisation ¶ added in v0.0.13
Click to show internal directories.
Click to hide internal directories.