types

package
v1.6.1 Latest Latest
Warning

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

Go to latest
Published: May 4, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakePod

type FakePod struct {
	Namespace   string `json:"namespace,omitempty"`
	Name        string `json:"name,omitempty"`
	NodeName    string `json:"nodename,omitempty"`
	Status      string `json:"status,omitempty"`
	CreateTime  int64  `json:"createtime,omitempty"`
	RunningTime int64  `json:"runningtime,omitempty"`
}

FakePod

type FakePodSort

type FakePodSort []FakePod

FakePodSort

func (FakePodSort) Len

func (s FakePodSort) Len() int

func (FakePodSort) Less

func (s FakePodSort) Less(i, j int) bool

func (FakePodSort) Swap

func (s FakePodSort) Swap(i, j int)

type Latency

type Latency struct {
	Percent50  time.Duration `json:"percent50,omitempty"`
	Percent90  time.Duration `json:"percent90,omitempty"`
	Percent99  time.Duration `json:"percent99,omitempty"`
	Percent100 time.Duration `json:"percent100,omitempty"`
}

Latency

Jump to

Keyboard shortcuts

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