Documentation ¶ Index ¶ type Component type Container type NodeInfo type Result Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Component ¶ type Component struct { Namespace string Name string Containers []Container } type Container ¶ added in v0.5.2 type Container struct { ID string Version string Repository string Registry string Digest string } type NodeInfo ¶ type NodeInfo struct { NodeRole string NodeName string KubeletVersion string ContainerRuntimeVersion string OsImage string Hostname string KernelVersion string KubeProxyVersion string OperatingSystem string Architecture string Images []string } type Result ¶ type Result struct { ID string `json:"name"` Type string `json:"type,omitempty"` Components []Component `json:"components,omitempty"` NodesInfo []NodeInfo `json:"nodesInfo,omitempty"` } Source Files ¶ View all Source files model.go Click to show internal directories. Click to hide internal directories.