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

openshift / openshift-restclient-python / 825 / 13
52%
master: 52%

Build:
DEFAULT BRANCH: master
Ran 28 May 2019 05:43PM 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

28 May 2019 05:18PM UTC coverage: 64.652% (-0.02%) from 64.675%
TEST_SUITE=dynamic-functional OPENSHIFT_VERSION=latest

push

travis-ci-com

fabianvf
Always set apiVersion and kind for resources within a resource list (#298)

* 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

145 of 313 branches covered (46.33%)

492 of 761 relevant lines covered (64.65%)

0.65 hits per line

Source Files on job 825.13 (TEST_SUITE=dynamic-functional OPENSHIFT_VERSION=latest)
  • 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 743
  • Travis Job 825.13
  • 68cc0e3a on github
  • Prev Job for TEST_SUITE=dynamic-functional OPENSHIFT_VERSION=latest on master (#815.13)
  • Next Job for TEST_SUITE=dynamic-functional OPENSHIFT_VERSION=latest on master (#831.13)
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