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

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

Build:
Build:
LAST BUILD BRANCH: v0.13.1
DEFAULT BRANCH: master
Ran 30 May 2019 06:22PM UTC
Files 7
Run time 0s
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.438% (-0.5%) from 47.942%
TEST_SUITE=unit OPENSHIFT_VERSION=3.11

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

93 of 295 branches covered (31.53%)

361 of 761 relevant lines covered (47.44%)

0.47 hits per line

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