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

openshift / openshift-restclient-python / 833 / 4
77%
master: 52%

Build:
Build:
LAST BUILD BRANCH: v0.13.1
DEFAULT BRANCH: master
Ran 30 May 2019 06:16PM UTC
Files 7
Run time 1s
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

30 May 2019 06:11PM UTC coverage: 47.832% (-0.5%) from 48.34%
TEST_SUITE=unit OPENSHIFT_VERSION=latest

push

travis-ci-com

fabianvf
[release-0.9] Always set apiVersion and kind for resources within a resource list (#301)

* Always set apiVersion and kind for resources within a resource list

When the Kubernetes REST API returns a list of objects, it returns a
resource list object with an apiVersion and kind set to "KindList" where
"Kind" is the Kind of object queried, rather than an simple array of
objects.

The `items` property contains the array of resources returned.  Each
resource in this list does not contain the GVK information, only the
resource list has an apiVersion or kind property set.

This ensures when a resource list is returned, each resource within the
list has it's apiVersion and kind set, to make it similar to other
Kubernetes clients, and easier to work with the returned resources.

* Just do one big serialization at the end of a ResourceList operation

101 of 317 branches covered (31.86%)

364 of 761 relevant lines covered (47.83%)

0.48 hits per line

Source Files on job 833.4 (TEST_SUITE=unit OPENSHIFT_VERSION=latest)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 751
  • Travis Job 833.4
  • 34b27ab6 on github
  • Prev Job for TEST_SUITE=unit OPENSHIFT_VERSION=latest on release-0.9 (#818.4)
  • Next Job for TEST_SUITE=unit OPENSHIFT_VERSION=latest on release-0.9 (#834.4)
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

© 2025 Coveralls, Inc