This is the Krateo PlatformOps Backend
It provides all the APIs necessary for the Krateo Frontend.
This is an extension API server to work with the aggregation layer that allows the Kubernetes apiserver to be extended with Krateo additional APIs, which are not part of the core Kubernetes APIs.
To get the list of all available APIs:
$ kubectl api-resources --api-group=templates.krateo.ioTo get the OpenAPI definitions for all available APIs:
$ kubectl get --raw /openapi/v3/apis/templates.krateo.io/v1alpha1if you have a viewing tool you can redirect the output to a file:
$ kubectl get --raw /openapi/v3/apis/templates.krateo.io/v1alpha1 > krateo-backend-api.jsonand then open the saved file with the tool.
