mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 18:10:59 +00:00
Merge pull request #3076 from natasha41575/fetchOpenAPIdata
Fetch openAPI data
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user