• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

bucharest-gold / openshift-rest-client / 196
98%

Build:
DEFAULT BRANCH: master
Ran 24 May 2018 01:54PM UTC
Jobs 2
Files 23
Run time 30s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
196

push

travis-ci

web-flow
feat: add v1beta1 api endpoints (#70)

This commit adds the set of v1beta1 endpoint URLs documented here:
https://docs.openshift.com/container-platform/3.7/rest_api/index.html

The only functional endpoint at the moment is for deployments. All of
the others simply expose the endpoint URL but do expose any functional
behavior.

I've added a `client.apis` object which maps to the the 3 semi-supported
APIs at the moment.

```js
client.apis.oapi // { version: config.apiVersion, baseUrl: client.apiUrl }
client.apis.kube // { version: config.apiVersion, baseUrl: client.kubeUrl }
client.apis.v1beta1 // function endpoints() returning array of endpoint URLs
```

Fixes: https://github.com/bucharest-gold/openshift-rest-client/issues/69

113 of 124 branches covered (91.13%)

Branch coverage included in aggregate %.

53 of 53 new or added lines in 3 files covered. (100.0%)

742 of 752 relevant lines covered (98.67%)

249.61 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
lib/deployments.js
Jobs
ID Job ID Ran Files Coverage
1 196.1 24 May 2018 01:54PM UTC 0
97.6
Travis Job 196.1
2 196.2 24 May 2018 01:55PM UTC 0
97.6
Travis Job 196.2
Source Files on build 196
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #196
  • cb8da7a4 on github
  • Prev Build on master (#190)
  • Next Build on master (#197)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc