Skip to content

Commit

Permalink
feat: cluster bom remove dep (#150)
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <hen.keinan@gmail.com>
  • Loading branch information
chen-keinan authored May 9, 2023
1 parent bdeb4cd commit 8dbe1f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/bom/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ type Package struct {
Name string `json:",omitempty"`
Version string `json:",omitempty"`
Properties []KeyValue `json:",omitempty"`
DependsOn []string `json:",omitempty"`
Digest string `json:",omitempty"`
}

Expand All @@ -23,7 +22,6 @@ type KeyValue struct {

type Component struct {
Type string `json:"type,omitempty"`
Parents []string `json:"parents,omitempty"`
ID string `json:"id,omitempty"`
Version string `json:"version,omitempty"`
Repository string `json:"repository,omitempty"`
Expand All @@ -34,7 +32,6 @@ type Component struct {
type NodeInfo struct {
NodeRole string `json:"node_role,omitempty"`
NodeName string `json:"node_name,omitempty"`
Parents []string `json:"parents,omitempty"`
KubeletVersion string `json:"kubelet_version,omitempty"`
ContainerRuntimeVersion string `json:"container_runtime_version,omitempty"`
OsImage string `json:"os_image,omitempty"`
Expand Down

0 comments on commit 8dbe1f8

Please sign in to comment.