bom

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 10, 2023 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 Component

type Component struct {
	Type       string `json:"type,omitempty"`
	ID         string `json:"id,omitempty"`
	Version    string `json:"version,omitempty"`
	Repository string `json:"repository,omitempty"`
	Registry   string `json:"registry,omitempty"`
	Digest     string `json:"digest,omitempty"`
}

type KeyValue

type KeyValue struct {
	Name  string
	Value string
}

type NodeInfo

type NodeInfo struct {
	NodeRole                string   `json:"node_role,omitempty"`
	NodeName                string   `json:"node_name,omitempty"`
	KubeletVersion          string   `json:"kubelet_version,omitempty"`
	ContainerRuntimeVersion string   `json:"container_runtime_version,omitempty"`
	OsImage                 string   `json:"os_image,omitempty"`
	Hostname                string   `json:"host_name,omitempty"`
	KernelVersion           string   `json:"kernel_version,omitempty"`
	KubeProxyVersion        string   `json:"kube_proxy_version,omitempty"`
	OperatingSystem         string   `json:"operating_system,omitempty"`
	Architecture            string   `json:"architecture,omitempty"`
	Images                  []string `json:"images,omitempty"`
}

type Package

type Package struct {
	ID         string     `json:",omitempty"`
	Name       string     `json:",omitempty"`
	Version    string     `json:",omitempty"`
	Properties []KeyValue `json:",omitempty"`
	Digest     string     `json:",omitempty"`
}

type Result

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

Jump to

Keyboard shortcuts

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