Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Lin committed Oct 1, 2018
1 parent d45d703 commit 4b6e04b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -1096,12 +1096,12 @@ Request Data:

```json
{
"Namespace": "default",
"ScaleTargetRefName": "testDeploymentName",
"ResourceName": "cpu",
"MinReplicas": 1,
"MaxReplicas": 5,
"TargetAverageUtilization": 30
"namespace": "default",
"scaleTargetRefName": "testDeploymentName",
"resourceName": "cpu",
"minReplicas": 1,
"maxReplicas": 5,
"targetAverageUtilization": 30
}
```

Expand All @@ -1119,12 +1119,12 @@ Request Data:

```json
{
"Namespace": "default",
"ScaleTargetRefName": "testDeploymentName",
"ResourceName": "cpu",
"MinReplicas": 0,
"MaxReplicas": 0,
"TargetAverageUtilization": 0
"namespace": "default",
"scaleTargetRefName": "testDeploymentName",
"resourceName": "cpu",
"minReplicas": 0,
"maxReplicas": 0,
"targetAverageUtilization": 0
}
```

Expand Down

0 comments on commit 4b6e04b

Please sign in to comment.