Merge pull request #3076 from natasha41575/fetchOpenAPIdata

Fetch openAPI data
This commit is contained in:
Jeff Regan
2020-10-14 08:20:27 -07:00
committed by GitHub
4 changed files with 146 additions and 4 deletions

View File

@@ -10,6 +10,7 @@
[semver release]: #semver-review
[`cloudbuild.yaml`]: cloudbuild.yaml
[kustomize repo release page]: https://github.com/kubernetes-sigs/kustomize/releases
[OpenAPI Readme]: ../kyaml/openapi/README.md
This document describes how to perform a [semver release]
of one of the several [Go modules] in this repository.
@@ -28,6 +29,11 @@ The dependencies determine the release order:
Thus, do `kyaml` first, then `cli-utils`, etc.
#### Consider fetching new OpenAPI data
The Kubernetes OpenAPI data changes no more frequently than once per quarter. Instructions
on how to get a new OpenAPI sample can be found in the
[OpenAPI Readme].
#### Establish clean state
```
@@ -142,7 +148,6 @@ this should be automated, and descriptions in PR's should
be standardized to make automation possible.
See kubebuilder project.
## Public Modules
[`sigs.k8s.io/cli-utils`]: #sigsk8siocli-utils