Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodInfo ¶
type PodInfo struct {
Name string
Namespace string
UID string
NodeIP string // Pod 所在节点的 IP,从 status.hostIP 获取
Image string
ContainerName string
IsLegacyPath bool // 标记是否来自旧路径格式
}
Click to show internal directories.
Click to hide internal directories.