types

package
v0.0.0-...-da74823 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2019 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 NodeResourceColumnDefinitions

type NodeResourceColumnDefinitions struct {
	Name     string
	PodCount int

	// requests resource
	CPURequests    string
	MemoryRequests string

	// limits resource
	CPULimits    string
	MemoryLimits string
}

NodeResourceColumnDefinitions xxx

type NodeResourceList

type NodeResourceList struct {
	Name     string
	PodCount int

	CPU    float64
	Memory float64

	// request resource
	CPURequests    float64
	MemoryRequests float64

	// request resource usage
	CPURequestsUsage    string
	MemoryRequestsUsage string

	// limit resource
	CPULimits    float64
	MemoryLimits float64

	// limit resource usage
	CPULimitsUsage    string
	MemoryLimitsUsage string
}

NodeResourceList xxx

type TaintsColumnDefinitions

type TaintsColumnDefinitions struct {
	Name    string
	Status  string
	Age     string
	Version string
	Taints  string
}

TaintsColumnDefinitions xxx

Jump to

Keyboard shortcuts

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