api-service-controller

OpenAPI middleware for K8s

Usage no npm install needed!

<script type="module">
  import apiServiceController from 'https://cdn.skypack.dev/api-service-controller';
</script>

README

API Service Controller

The api-service-controller extends the K8s API server to support near-native deployment of OpenAPIs.

The controller listens for K8s specs that resemble an OpenAPI definition.

It binds each Operation (resource + method) that it finds to the Express router.

As with all api-service components, the api-service-controller loads it's config from ./config/default.yaml