mesos-APIproto:Go 中的 Mesos HTTP API 原型

时间:2024-06-20 13:10:35
【文件属性】:

文件名称:mesos-APIproto:Go 中的 Mesos HTTP API 原型

文件大小:60KB

文件格式:ZIP

更新时间:2024-06-20 13:10:35

ProtocolBuffer

mesos-APIproto是用于mesos调度程序的新HTTP API的模型 请参阅 API 的完整以获取更多信息,并参阅史诗以获取有关实施进度的详细信息。 安装 首先获取go依赖: $ go get github.com/jimenez/mesos-APIproto/... 然后,您可以使用以下命令编译并安装mesos-APIproto : $ go install github.com/jimenez/mesos-APIproto 如果$GOPATH/bin在您的PATH ,您可以从 CLI 调用mesos-APIproto 。 用法 ./mesos-APIproto的用法:-p = 8081:要侦听的端口-s = 100:将集群的大小抽象为要约数量-t = 0:故障转移超时 $ ./mesos-APIproto -p < port> -t < failover_timeo


【文件预览】:
mesos-APIproto-master
----mesosproto()
--------mesos.proto(35KB)
--------scheduler.pb.go(22KB)
--------mesos.pb.go(109KB)
--------messages.proto(11KB)
--------messages.pb.go(43KB)
--------scheduler.proto(11KB)
----fixtures()
--------resubscribe.json(70B)
--------subscription.json(51B)
--------launchtask.json(184B)
----events.go(4KB)
----flusher.go(680B)
----call.go(6KB)
----README.md(2KB)
----server.go(906B)
----generate.go(1KB)
----framework.go(3KB)
----decode.go(741B)

网友评论