A JavaScript client for Kubernetes for use in the GitLab frontend.
A JavaScript client for Kubernetes access in the GitLab frontend, for use with
the GitLab agent server's reverse
proxy.
This is an internal package for GitLab's use, as a stop-gap measure until the
official client for
JavaScript supports web
browsers (issue).
We urge you to use the OpenAPI generator directly instead of relying on this
package.
The generated client is in the client/ folder. See the generatedclient/README.md for details on its usage.
The client is generated from the Kubernetes OpenAPI
specification
using the OpenAPI generator for
JavaScript.
To regenerate the client, run:
`` shell`
make clean client
See openapi-generator-config.yaml for the
configuration passed to the generator.
See CONTRIBUTING.md`