华为云计算 云知识 查询StatefulSet状态readAppsV1NamespacedStatefulSetStatus
查询StatefulSet状态readAppsV1NamespacedStatefulSetStatus

 

接口说明

查询StatefulSet状态。

URL
GET  https://cci.cn-north-4.myhuaweicloud.com/apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status 
请求参数
名称 类型 IN 必选 描述
X-Auth-Token
 
string header

用户Token。

通过调用 IAM 服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。

name
 
string path

name of the StatefulSet

namespace
 
string path

object name and auth scope, such as for teams and projects

pretty
 
string query

If 'true', then the output is pretty printed.

(接口较庞大,Body参数和返回参数请参考《接口说明》。)
返回示例
返回码:200

OK

示例 1
 
{
"apiVersion": "apps/v1",
"kind": "StatefulSet",
"metadata": {
"creationTimestamp": "2018-09-04T07:13:00Z",
"generation": 1,
"labels": {
"app": "statefulset-test"
},
"name": "statefulset-test",
"namespace": "namespace-test",
"resourceVersion": "5217947",
"selfLink": "/apis/apps/v1/namespaces/namespace-test/statefulsets/statefulset-test/status",
"uid": "f4a35f35-b011-11e8-b6ef-f898ef6c78b4"
},
"spec": {
"podManagementPolicy": "OrderedReady",
"replicas": 3,
"revisionHistoryLimit": 10,
"selector": {
"matchLabels": {
"app": "statefulset-test"
}
},
"serviceName": "",
"template": {
"metadata": {
"annotations": {
"cri.cci.io/container-type": "secure-container"
},
"creationTimestamp": null,
"labels": {
"app": "statefulset-test"
}
},
"spec": {
"containers": [
{
"image": "*.*.*.*:20202/cci/redis:V1",
"imagePullPolicy": "IfNotPresent",
"name": "container-0",
"resources": {
"limits": {
"cpu": "500m",
"memory": "1Gi"
},
"requests": {
"cpu": "500m",
"memory": "1Gi"
}
},
"terminationMessagePath": "/dev/termination-log",
"terminationMessagePolicy": "File"
}
],
"dnsPolicy": "ClusterFirst",
"imagePullSecrets": [
{
"name": "imagepull-secret"
}
],
"restartPolicy": "Always",
"schedulerName": "default-scheduler",
"securityContext": {}
}
},
"updateStrategy": {
"type": "OnDelete"
}
},
"status": {
"collisionCount": 0,
"currentReplicas": 3,
"currentRevision": "statefulset-test-f986b645b",
"observedGeneration": 1,
"readyReplicas": 1,
"replicas": 3,
"updateRevision": "statefulset-test-f986b645b"
}
}
错误码
请参考 错误码说明

 

上一篇:【企业上云,放肆“试”一下】华为云云市场免费试用中心:0元体验,轻松上云! 下一篇:JBoss是什么