{"id":17143020,"url":"https://github.com/debianmaster/openshift-client","last_synced_at":"2025-04-13T10:41:58.841Z","repository":{"id":57315488,"uuid":"93653298","full_name":"debianmaster/openshift-client","owner":"debianmaster","description":"OpenShift nodejs client library","archived":false,"fork":false,"pushed_at":"2017-09-03T05:09:37.000Z","size":10,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T02:07:23.141Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/debianmaster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-07T15:54:16.000Z","updated_at":"2022-09-20T11:59:11.000Z","dependencies_parsed_at":"2022-09-18T20:52:25.000Z","dependency_job_id":null,"html_url":"https://github.com/debianmaster/openshift-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debianmaster%2Fopenshift-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debianmaster%2Fopenshift-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debianmaster%2Fopenshift-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debianmaster%2Fopenshift-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/debianmaster","download_url":"https://codeload.github.com/debianmaster/openshift-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248311668,"owners_count":21082630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T20:33:31.610Z","updated_at":"2025-04-13T10:41:58.819Z","avatar_url":"https://github.com/debianmaster.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e This openshift-client library is based on godaddy/kubernetes-client library, created by https://github.com/silasbw  I will be maintaing it.   Let me know if any objects are missing.\n\n## Using\n\n```js\nconst OpenShiftClient = require('openshift-client');\n\n// Get Deployments from a specific namespace\nconst oapi = new OpenShiftClient.OApi(OpenShiftClient.config.fromKubeconfig());\noapi.ns('foo').deploymentconfigs('bar').get((err, result) =\u003e {\n  if (err) throw err;\n  console.log(JSON.stringify(result, null, 2));\n});\n\n// Watch Deployment Events across all namespaces.\nconst streamDC = oapi.deploymentconfigs.get({ qs: { watch: true } });\nconst JSONStream = require('json-stream');\nconst jsonStreamDC = new JSONStream();\nstreamDC.pipe(jsonStreamDC);\njsonStreamDC.on('data', object =\u003e {\n   console.log('DC:', JSON.stringify(object, null, 2));\n});\n```\n\n\u003e For more examples refer https://github.com/godaddy/kubernetes-client  \n\n## More documentation?\nhttps://github.com/godaddy/kubernetes-client/blob/master/README.md  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebianmaster%2Fopenshift-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdebianmaster%2Fopenshift-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebianmaster%2Fopenshift-client/lists"}