container

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Info

type Info struct {
	Name           string  `db:"name"`
	Namespace      string  `db:"namespace"`
	PodName        string  `db:"pod_name"`
	CPURequests    float64 `db:"cpu_requests"`
	CPULimits      float64 `db:"cpu_limits"`
	MemoryRequests float64 `db:"memory_requests"`
	MemoryLimits   float64 `db:"memory_limits"`
}

type InfoList

type InfoList []*Info

Jump to

Keyboard shortcuts

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