提交 7f7ea82b 编写于 作者: L Luiz Felipe G. Pereira

Adding DeploymentDetail types

上级 139abd7b
......@@ -213,6 +213,40 @@ backendApi.Deployment;
*/
backendApi.DeploymentList;
/**
* @typedef {{
* maxSurge: !number,
* maxUnavailabe: !number,
* }}
*/
backendApi.RollingUpdateStrategy;
/**
* @typedef {{
* replicas: !number,
* updated: !number,
* available: !number,
* unavailable: !number,
* }}
*/
backendApi.DeploymentInfo;
/**
* @typedef {{
* objectMeta: !backendApi.ObjectMeta,
* typeMeta: !backendApi.TypeMeta,
* selector: !Array<backendApi.Label>,
* status: !backendApi.DeploymentInfo,
* strategy: !string,
* minReadySeconds: !number,
* rollingUpdateStrategy: !backendApi.RollingUpdateStrategy,
* oldReplicaSetList: !backendApi.ReplicaSetList,
* newReplicaSet: !backendApi.ReplicaSet,
* events: !backendApi.EventList,
* }}
*/
backendApi.DeploymentDetail;
/**
* @typedef {{
* pods: !Array<!backendApi.Pod>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册