@gitlab/cluster-client
v2.5.0
Published
A JavaScript client for Kubernetes for use in the GitLab frontend.
Downloads
407,894
Maintainers
Keywords
Readme
@gitlab/cluster-client
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.
Usage
The generated client is in the client/
folder. See the generated
client/README.md
for details on its usage.
Development
The client is generated from the Kubernetes OpenAPI specification using the OpenAPI generator for JavaScript.
To regenerate the client, run:
make clean client
See openapi-generator-config.yaml
for the
configuration passed to the generator.
Contributing
See CONTRIBUTING.md