This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add openapi support, and generate the specifications.
- Loading branch information
Showing
6 changed files
with
792 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## Ignite API | ||
|
||
The Ignite API types use the [`k8s.io/apimachinery`](https://github.com/kubernetes/apimachinery) framework, and | ||
similar conventions as the Kubernetes API types. That said, the Ignite API types don't (at the moment at least) | ||
have any connection or depend on Kubernetes itself in any way. | ||
|
||
The API types are used for two primary things: | ||
|
||
- Letting end users [declaratively specify advanced configuration](../docs/declarative-config.md) (e.g. `ignite create --config`) | ||
- Persisting internal data on disk in a standardized way. | ||
|
||
Please refer to the (autogenerated) docs for the API types: | ||
|
||
- `ignite.weave.works/v1alpha1` in [ignite.md](ignite.md) | ||
- The meta-package containing generic types [meta.md](meta.md) |
Oops, something went wrong.