From e32801c2a86d8e84d11b660502b4d5871debfbbf Mon Sep 17 00:00:00 2001 From: sivchari Date: Fri, 18 Aug 2023 18:07:34 +0900 Subject: [PATCH] docs: add a architecutres field Signed-off-by: sivchari --- docs/content/en/docs-dev/user-guide/configuration-reference.md | 1 + .../en/docs-v0.44.x/user-guide/configuration-reference.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/content/en/docs-dev/user-guide/configuration-reference.md b/docs/content/en/docs-dev/user-guide/configuration-reference.md index 32d011080f..68b0bcdaae 100644 --- a/docs/content/en/docs-dev/user-guide/configuration-reference.md +++ b/docs/content/en/docs-dev/user-guide/configuration-reference.md @@ -112,6 +112,7 @@ spec: | labels | map[string]string | Additional attributes to identify applications. | No | | description | string | Notes on the Application. | No | | input | [LambdaDeploymentInput](#lambdadeploymentinput) | Input for Lambda deployment such as path to function manifest file... | No | +| architectures | []string| Specific architecture for which a function supports (Default x86_64). | No | | trigger | [DeploymentTrigger](#deploymenttrigger) | Configuration for trigger used to determine should we trigger a new deployment or not. | No | | planner | [DeploymentPlanner](#deploymentplanner) | Configuration for planner used while planning deployment. | No | | quickSync | [LambdaQuickSync](#lambdaquicksync) | Configuration for quick sync. | No | diff --git a/docs/content/en/docs-v0.44.x/user-guide/configuration-reference.md b/docs/content/en/docs-v0.44.x/user-guide/configuration-reference.md index c5a38a421a..d78c750b81 100644 --- a/docs/content/en/docs-v0.44.x/user-guide/configuration-reference.md +++ b/docs/content/en/docs-v0.44.x/user-guide/configuration-reference.md @@ -112,6 +112,7 @@ spec: | labels | map[string]string | Additional attributes to identify applications. | No | | description | string | Notes on the Application. | No | | input | [LambdaDeploymentInput](#lambdadeploymentinput) | Input for Lambda deployment such as path to function manifest file... | No | +| architectures | []string| Specific architecture for which a function supports (Default x86_64). | No | | trigger | [DeploymentTrigger](#deploymenttrigger) | Configuration for trigger used to determine should we trigger a new deployment or not. | No | | planner | [DeploymentPlanner](#deploymentplanner) | Configuration for planner used while planning deployment. | No | | quickSync | [LambdaQuickSync](#lambdaquicksync) | Configuration for quick sync. | No |