代码拉取完成,页面将自动刷新
package kubelet
type Summary struct {
Node struct {
CPU struct {
Time string `json:"time"`
UsageCoreNanoSeconds int64 `json:"usageCoreNanoSeconds"`
UsageNanoCores int64 `json:"usageNanoCores"`
} `json:"cpu"`
Fs struct {
AvailableBytes int64 `json:"availableBytes"`
CapacityBytes int64 `json:"capacityBytes"`
Inodes int64 `json:"inodes"`
InodesFree int64 `json:"inodesFree"`
InodesUsed int64 `json:"inodesUsed"`
UsedBytes int64 `json:"usedBytes"`
} `json:"fs"`
Memory struct {
AvailableBytes int64 `json:"availableBytes"`
MajorPageFaults int64 `json:"majorPageFaults"`
PageFaults int64 `json:"pageFaults"`
RssBytes int64 `json:"rssBytes"`
Time string `json:"time"`
UsageBytes int64 `json:"usageBytes"`
WorkingSetBytes int64 `json:"workingSetBytes"`
} `json:"memory"`
Network struct {
RxBytes int64 `json:"rxBytes"`
RxErrors int64 `json:"rxErrors"`
Time string `json:"time"`
TxBytes int64 `json:"txBytes"`
TxErrors int64 `json:"txErrors"`
} `json:"network"`
NodeName string `json:"nodeName"`
Runtime struct {
ImageFs struct {
AvailableBytes int64 `json:"availableBytes"`
CapacityBytes int64 `json:"capacityBytes"`
UsedBytes int64 `json:"usedBytes"`
} `json:"imageFs"`
} `json:"runtime"`
StartTime string `json:"startTime"`
SystemContainers []struct {
CPU struct {
Time string `json:"time"`
UsageCoreNanoSeconds int64 `json:"usageCoreNanoSeconds"`
UsageNanoCores int64 `json:"usageNanoCores"`
} `json:"cpu"`
Memory struct {
MajorPageFaults int64 `json:"majorPageFaults"`
PageFaults int64 `json:"pageFaults"`
RssBytes int64 `json:"rssBytes"`
Time string `json:"time"`
UsageBytes int64 `json:"usageBytes"`
WorkingSetBytes int64 `json:"workingSetBytes"`
} `json:"memory"`
Name string `json:"name"`
StartTime string `json:"startTime"`
UserDefinedMetrics interface{} `json:"userDefinedMetrics"`
} `json:"systemContainers"`
} `json:"node"`
Pods []struct {
Containers []struct {
CPU struct {
Time string `json:"time"`
UsageCoreNanoSeconds int64 `json:"usageCoreNanoSeconds"`
UsageNanoCores int64 `json:"usageNanoCores"`
} `json:"cpu"`
Logs struct {
AvailableBytes int64 `json:"availableBytes"`
CapacityBytes int64 `json:"capacityBytes"`
Inodes int64 `json:"inodes"`
InodesFree int64 `json:"inodesFree"`
InodesUsed int64 `json:"inodesUsed"`
UsedBytes int64 `json:"usedBytes"`
} `json:"logs"`
Memory struct {
AvailableBytes int64 `json:"availableBytes"`
MajorPageFaults int64 `json:"majorPageFaults"`
PageFaults int64 `json:"pageFaults"`
RssBytes int64 `json:"rssBytes"`
Time string `json:"time"`
UsageBytes int64 `json:"usageBytes"`
WorkingSetBytes int64 `json:"workingSetBytes"`
} `json:"memory"`
Name string `json:"name"`
Rootfs struct {
AvailableBytes int64 `json:"availableBytes"`
CapacityBytes int64 `json:"capacityBytes"`
InodesUsed int64 `json:"inodesUsed"`
UsedBytes int64 `json:"usedBytes"`
} `json:"rootfs"`
StartTime string `json:"startTime"`
UserDefinedMetrics interface{} `json:"userDefinedMetrics"`
} `json:"containers"`
Network struct {
RxBytes int64 `json:"rxBytes"`
RxErrors int64 `json:"rxErrors"`
Time string `json:"time"`
TxBytes int64 `json:"txBytes"`
TxErrors int64 `json:"txErrors"`
} `json:"network"`
PodRef struct {
Name string `json:"name"`
Namespace string `json:"namespace"`
UID string `json:"uid"`
} `json:"podRef"`
StartTime string `json:"startTime"`
Volume []struct {
AvailableBytes int64 `json:"availableBytes"`
CapacityBytes int64 `json:"capacityBytes"`
Inodes int64 `json:"inodes"`
InodesFree int64 `json:"inodesFree"`
InodesUsed int64 `json:"inodesUsed"`
Name string `json:"name"`
UsedBytes int64 `json:"usedBytes"`
} `json:"volume"`
} `json:"pods"`
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。