From 7a81e5583e87dbab99298258de13f4c3ea91e2a6 Mon Sep 17 00:00:00 2001 From: Jeff Mesnil Date: Wed, 16 Feb 2022 12:37:33 +0100 Subject: [PATCH] [#211] add api doc for .status.selector field Signed-off-by: Jeff Mesnil --- doc/apis.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/apis.adoc b/doc/apis.adoc index 25fd55d4..faf0e189 100644 --- a/doc/apis.adoc +++ b/doc/apis.adoc @@ -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 | []<> | true | `scalingdownPods` | Number of pods which are under scale down cleaning process | int32 | true