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-22 18:44:36 +08:00
committed by lyndon
parent d3a0890907
commit ca8cbf869c
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.8
FROM --platform=linux/amd64 golang:1.18.8
ARG GOPROXY