From 487b8c6dfb191963e0fc28a65c7d9e642ea240f3 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 8854441df..f9615677b 100644 --- a/doc/apis.adoc +++ b/doc/apis.adoc @@ -109,6 +109,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