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

tensorflow / k8s / 642 / 1
32%
master: 32%

Build:
DEFAULT BRANCH: master
Ran 11 Jan 2018 05:23AM UTC
Files 28
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

11 Jan 2018 05:15AM UTC coverage: 30.624% (+0.2%) from 30.446%
642.1

push

travis-ci

jlewi
*: Implement the List interface for TfJobList (#278)

The error is caused by the field name in TfJobList:

// TfJobList is a list of TfJobs clusters.
type TfJobList struct {
	metav1.TypeMeta `json:",inline"`
	// Standard list metadata
	// More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata
	Metadata metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of TfJobs
	Items []TfJob `json:"items"`
}
The name of field Metadata should be anonymous field.

ERROR: logging before flag.Parse: E0110 16:52:24.998866    3707 runtime.go:66] Observed a panic: &errors.errorString{s:"*v1alpha1.TfJobList does not implement the List interface"} (*v1alpha1.TfJobList does not implement the List interface)

584 of 1907 relevant lines covered (30.62%)

1.12 hits per line

Source Files on job 642.1
  • Tree
  • List 0
  • Changed 17
  • Source Changed 16
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 642
  • Travis Job 642.1
  • 7ddafd51 on github
  • Prev Job for on master (#640.2)
  • Next Job for on master (#656.1)
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