mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 00:52:55 +00:00
formatting documentation:
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
This document describes how to fetch OpenAPI data from
|
This document describes how to fetch OpenAPI data from
|
||||||
a particular kubernetes version number.
|
a particular kubernetes version number.
|
||||||
|
|
||||||
###Fetching the Schema
|
### Fetching the Schema
|
||||||
In the [kyaml] directory, fetch the schema
|
In the [kyaml] directory, fetch the schema
|
||||||
```
|
```
|
||||||
make schema
|
make schema
|
||||||
@@ -22,13 +22,13 @@ make schema VERSION=v1.14.1
|
|||||||
|
|
||||||
This will update the [OpenAPI schema].
|
This will update the [OpenAPI schema].
|
||||||
|
|
||||||
###Generating Swagger.go
|
### Generating Swagger.go
|
||||||
In the [kyaml] directory, generate the swagger.go files.
|
In the [kyaml] directory, generate the swagger.go files.
|
||||||
```
|
```
|
||||||
make openapi
|
make openapi
|
||||||
```
|
```
|
||||||
|
|
||||||
###Run all tests
|
### Run all tests
|
||||||
In the [home] directory, run the tests.
|
In the [home] directory, run the tests.
|
||||||
```
|
```
|
||||||
make prow-presubmit-check >& /tmp/k.txt; echo $?
|
make prow-presubmit-check >& /tmp/k.txt; echo $?
|
||||||
|
|||||||
Reference in New Issue
Block a user