bom

package
v0.6.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 0 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterInfo added in v0.5.7

type ClusterInfo struct {
	Name       string `json:"name"`
	Type       string `json:"type,omitempty"`
	Version    string `json:"version,omitempty"`
	Properties map[string]string
}

type Component

type Component struct {
	Namespace  string
	Name       string
	Version    string
	Properties map[string]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 {
	NodeName                string
	KubeletVersion          string
	ContainerRuntimeVersion string
	OsImage                 string
	Properties              map[string]string
	KubeProxyVersion        string
	Images                  []string
}

type Result

type Result struct {
	ID         string      `json:"name"`
	Type       string      `json:"type,omitempty"`
	Version    string      `json:"version,omitempty"`
	Components []Component `json:"components,omitempty"`
	NodesInfo  []NodeInfo  `json:"nodesInfo,omitempty"`
	Properties map[string]string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL