pod

package
v0.0.0-...-648e9b4 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func List

func List(request *restful.Request, response *restful.Response)

List 列表显示pod 信息

Types

type Info

type Info struct {
	Deploy     string `json:"deploy"`
	Name       string `json:"name"`
	Namespace  string `json:"namespace"`
	Ready      string `json:"ready"`
	PodIP      string `json:"podIp"`
	Status     string `json:"status"`
	Restart    int32  `json:"restart"`
	MeshEnable string `json:"meshEnable"`
	Containers string `json:"containers"`
}

Info pod info

Jump to

Keyboard shortcuts

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