From 65a0ef523708191d2c3e96da809cbc254183ba5b Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Fri, 29 May 2020 09:06:46 -0700 Subject: [PATCH] Add reference to api_updates.md --- docs/development/adding_a_feature.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/development/adding_a_feature.md b/docs/development/adding_a_feature.md index 3f2ea8f469..6360bf7aa0 100644 --- a/docs/development/adding_a_feature.md +++ b/docs/development/adding_a_feature.md @@ -24,6 +24,9 @@ so we leave the default "" value as meaning "default mode, whatever it may be in So, we just need to check if `Ipam` is `eni` when determining which mode to configure. +We will need to update both the versioned and unversioned APIs and regenerate the generated code, +per [the documentation on updating the API](api_updates.md). + ## Validation We should add some validation that the value entered is valid. We only accept `eni`, `crd` or the empty string right now.