OpenAPI adoption for toolkit's major components #828
-
I would like to propose the adoption of OpenAPI standards for the major components in the toolkit. Aside from the fact that this is an industry-standard, this will also:
Let me know what you think! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The GitOps Toolkit APIs are an extension to Kubernetes API expressed as Custom Resource Definitions. We use Kubernetes code generation tools for: While we don't intend to provide any clients besides Golang, there are other projects in the Cloud-Native space like Pulumi and AWS CDK8s that allows you to interact with the toolkit API from various languages. |
Beta Was this translation helpful? Give feedback.
The GitOps Toolkit APIs are an extension to Kubernetes API expressed as Custom Resource Definitions.
We use Kubernetes code generation tools for:
While we don't intend to provide any clients besides Golang, there are other projects in the Cloud-Native space like Pulumi and AWS CDK8s that allows you to interact with the toolkit API from various languages.