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

openshift / openshift-restclient-python / 825
52%

Build:
DEFAULT BRANCH: master
Ran 28 May 2019 05:23PM UTC
Jobs 12
Files 7
Run time 23min
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
825

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

219 of 324 branches covered (67.59%)

595 of 761 relevant lines covered (78.19%)

6.74 hits per line

Jobs
ID Job ID Ran Files Coverage
3 825.3 (TEST_SUITE=unit OPENSHIFT_VERSION=latest) 28 May 2019 05:23PM UTC 0
47.44
Travis Job 825.3
4 825.4 (TEST_SUITE=unit OPENSHIFT_VERSION=latest) 28 May 2019 05:25PM UTC 0
47.83
Travis Job 825.4
5 825.5 (TEST_SUITE=unit OPENSHIFT_VERSION=3.10) 28 May 2019 05:26PM UTC 0
47.44
Travis Job 825.5
6 825.6 (TEST_SUITE=unit OPENSHIFT_VERSION=3.10) 28 May 2019 05:28PM UTC 0
47.83
Travis Job 825.6
7 825.7 (TEST_SUITE=unit OPENSHIFT_VERSION=3.11) 28 May 2019 05:29PM UTC 0
47.44
Travis Job 825.7
8 825.8 (TEST_SUITE=unit OPENSHIFT_VERSION=3.11) 28 May 2019 05:30PM UTC 0
47.83
Travis Job 825.8
9 825.9 (TEST_SUITE=dynamic-functional OPENSHIFT_VERSION=3.10) 28 May 2019 05:33PM UTC 0
64.65
Travis Job 825.9
10 825.10 (TEST_SUITE=dynamic-functional OPENSHIFT_VERSION=3.10) 28 May 2019 05:35PM UTC 0
64.78
Travis Job 825.10
11 825.11 (TEST_SUITE=dynamic-functional OPENSHIFT_VERSION=3.11) 28 May 2019 05:39PM UTC 0
64.65
Travis Job 825.11
12 825.12 (TEST_SUITE=dynamic-functional OPENSHIFT_VERSION=3.11) 28 May 2019 05:41PM UTC 0
64.78
Travis Job 825.12
13 825.13 (TEST_SUITE=dynamic-functional OPENSHIFT_VERSION=latest) 28 May 2019 05:43PM UTC 0
64.65
Travis Job 825.13
14 825.14 (TEST_SUITE=dynamic-functional OPENSHIFT_VERSION=latest) 28 May 2019 05:46PM UTC 0
64.78
Travis Job 825.14
Source Files on build 825
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #825
  • 68cc0e3a on github
  • Prev Build on master (#815)
  • Next Build on master (#831)
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