Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + const SystemContainerKubelet + const SystemContainerMisc + const SystemContainerPods + const SystemContainerRuntime + type AcceleratorStats struct + DutyCycle uint64 + ID string + Make string + MemoryTotal uint64 + MemoryUsed uint64 + Model string + type CPUStats struct + Time metav1.Time + UsageCoreNanoSeconds *uint64 + UsageNanoCores *uint64 + type ContainerStats struct + Accelerators []AcceleratorStats + CPU *CPUStats + Logs *FsStats + Memory *MemoryStats + Name string + Rootfs *FsStats + StartTime metav1.Time + UserDefinedMetrics []UserDefinedMetric + type FsStats struct + AvailableBytes *uint64 + CapacityBytes *uint64 + Inodes *uint64 + InodesFree *uint64 + InodesUsed *uint64 + Time metav1.Time + UsedBytes *uint64 + type InterfaceStats struct + Name string + RxBytes *uint64 + RxErrors *uint64 + TxBytes *uint64 + TxErrors *uint64 + type MemoryStats struct + AvailableBytes *uint64 + MajorPageFaults *uint64 + PageFaults *uint64 + RSSBytes *uint64 + Time metav1.Time + UsageBytes *uint64 + WorkingSetBytes *uint64 + type NetworkStats struct + Interfaces []InterfaceStats + Time metav1.Time + type NodeStats struct + CPU *CPUStats + Fs *FsStats + Memory *MemoryStats + Network *NetworkStats + NodeName string + Rlimit *RlimitStats + Runtime *RuntimeStats + StartTime metav1.Time + SystemContainers []ContainerStats + type PVCReference struct + Name string + Namespace string + type PodReference struct + Name string + Namespace string + UID string + type PodStats struct + CPU *CPUStats + Containers []ContainerStats + EphemeralStorage *FsStats + Memory *MemoryStats + Network *NetworkStats + PodRef PodReference + StartTime metav1.Time + VolumeStats []VolumeStats + type RlimitStats struct + MaxPID *int64 + NumOfRunningProcesses *int64 + Time metav1.Time + type RuntimeStats struct + ImageFs *FsStats + type Summary struct + Node NodeStats + Pods []PodStats + type UserDefinedMetric struct + Time metav1.Time + Value float64 + type UserDefinedMetricDescriptor struct + Labels map[string]string + Name string + Type UserDefinedMetricType + Units string + type UserDefinedMetricType string + const MetricCumulative + const MetricDelta + const MetricGauge + type VolumeStats struct + Name string + PVCRef *PVCReference