Update the api-types doc

This commit makes update to the update api-types docs to add missing
fields.
It also includes misc changes to the inline comment, and a change to
Dockerfile to make sure the build-image works on mac

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
This commit is contained in:
Daniel Jiang
2022-11-25 14:39:41 +08:00
parent 1f41eb49b1
commit 2dce4a7cb5
11 changed files with 67 additions and 44 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.18
FROM --platform=linux/amd64 golang:1.18
ARG GOPROXY