文件名称:openshift-rest-client:基于节点的 Openshift REST 管理客户端
文件大小:1.59MB
文件格式:ZIP
更新时间:2024-08-24 18:23:37
JavaScript
Openshift 客户端 用于 Openshift REST API 的基于 Node.js 的客户端,与 Fabric8 Maven 插件不同,但用于节点客户端/构建。 基本用法 npm install --save openshift-rest-client 代码: const openshiftRestClient = require('openshift-rest-client').OpenshiftClient; openshiftRestClient().then((client) => { // Use the client object to find a list of projects, for example client.apis['project.openshift.io'].v1.projects.get().then((response) =>
【文件预览】:
openshift-rest-client-main
----index.js(811B)
----docs()
--------assets()
--------index.html(8KB)
----.husky()
--------.gitignore(2B)
--------pre-commit(51B)
----package.json(2KB)
----.eslintrc.json(247B)
----.github()
--------workflows()
----test()
--------openshift-client-test.js(11KB)
--------basic-auth-request-test.js(7KB)
--------binary-build-test.js(1KB)
--------test-config(809B)
--------authorization-server-request-test.js(4KB)
--------test-config.json(1KB)
----package-support.json(217B)
----LICENSE(11KB)
----package-lock.json(811KB)
----.gitignore(479B)
----CHANGELOG.md(16KB)
----lib()
--------basic-auth-request.js(2KB)
--------specs()
--------openshift-rest-client.js(7KB)
--------authorization-server-request.js(1KB)
----CODE_OF_CONDUCT.md(3KB)
----README.md(7KB)
----.editorconfig(415B)