1 Star 0 Fork 29

jee/shipyard

forked from CODOG.CN/shipyard 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
info.go 647 Bytes
一键复制 编辑 原始数据 按行查看 历史
jessyF 提交于 2015-11-10 12:48 . 注释 version info go文件
/**
shipyard.info :info数据结构
*/
package shipyard
type (
ClusterInfo struct {
Cpus float64 `json:"cpus,omitempty"` //cpu定义
Memory float64 `json:"memory,omitempty"`//内存定义
ContainerCount int `json:"container_count,omitempty"`//容器总数
EngineCount int `json:"engine_count,omitempty"`//引擎总数
ImageCount int `json:"image_count,omitempty"` //镜像总数
ReservedCpus float64 `json:"reserved_cpus,omitempty"`//分配的cpus
ReservedMemory float64 `json:"reserved_memory,omitempty"`//分配的内存
Version string `json:"version,omitempty"` //版本
}
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/jempson/shipyard.git
git@gitee.com:jempson/shipyard.git
jempson
shipyard
shipyard
master

搜索帮助