metrics

package
v0.0.0-...-12e0a72 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComponentToggle

type ComponentToggle struct {
	GpuPartitioner bool `json:"nosGpuPartitioner"`
	Scheduler      bool `json:"nosScheduler"`
	Operator       bool `json:"nosOperator"`
}

type Metrics

type Metrics struct {
	InstallationUUID string          `json:"installationUUID"`
	Nodes            []Node          `json:"nodes"`
	ChartValues      json.RawMessage `json:"chartValues"`
	Components       ComponentToggle `json:"components"`
}

type Node

type Node struct {
	Name     string            `json:"name"`
	Capacity map[string]string `json:"capacity"`
	Labels   map[string]string `json:"labels"`
	NodeInfo v1.NodeSystemInfo `json:"nodeInfo"`
}

Jump to

Keyboard shortcuts

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