Skip to content

Commit

Permalink
[#211] add api doc for .status.selector field
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Mesnil <[email protected]>
  • Loading branch information
jmesnil committed Feb 16, 2022
1 parent 9a20d6b commit cc3bba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/apis.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ transaction, make sure to specify a `volumeClaimTemplate` that so that the same
|=======================
| Field | Description |Scheme| Required
| `replicas` | Replicas is the actual number of replicas for the application | int32 | true
| `selector` | selector for pods, used by HorizontalPodAutoscaler | string | true
| `hosts` | Hosts that route to the application HTTP service | []string | true
| `pods` | Status of the pods | []<<podstatus>> | true
| `scalingdownPods` | Number of pods which are under scale down cleaning process | int32 | true
Expand Down

0 comments on commit cc3bba7

Please sign in to comment.