-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation: Auto-generate API doc
Add a script using `crd-ref-docs` to generate our CRD documentation. Add entry in Makefile so that the documentation must be up-to-date if the API is modified. Create a "reference" section the doc to document API and CLI. Add entry in CONTRIBUTING.md about how to contribute to the documentation. Change-Id: I28e01dd9da5f8a4906c8398daf255cc803dff87d
- Loading branch information
Showing
9 changed files
with
583 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
processor: | ||
ignoreFields: | ||
- "status$" | ||
- "TypeMeta$" | ||
|
||
render: | ||
kubernetesVersion: 1.24 | ||
knownTypes: | ||
- name: Quantity | ||
package: k8s.io/apimachinery/pkg/api/resource | ||
link: https://pkg.go.dev/k8s.io/[email protected]/pkg/api/resource#Quantity |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.