From 01beba86979e8b24dc7ca435007a272a0cff735c Mon Sep 17 00:00:00 2001 From: Natasha Sarkar Date: Thu, 8 Oct 2020 16:46:16 -0700 Subject: [PATCH] formatting documentation: --- kyaml/openapi/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kyaml/openapi/README.md b/kyaml/openapi/README.md index 90f91c8cf..887a376a6 100644 --- a/kyaml/openapi/README.md +++ b/kyaml/openapi/README.md @@ -7,7 +7,7 @@ This document describes how to fetch OpenAPI data from a particular kubernetes version number. -###Fetching the Schema +### Fetching the Schema In the [kyaml] directory, fetch the schema ``` make schema @@ -22,13 +22,13 @@ make schema VERSION=v1.14.1 This will update the [OpenAPI schema]. -###Generating Swagger.go +### Generating Swagger.go In the [kyaml] directory, generate the swagger.go files. ``` make openapi ``` -###Run all tests +### Run all tests In the [home] directory, run the tests. ``` make prow-presubmit-check >& /tmp/k.txt; echo $?