Merge pull request #128 from hjacobs/show-pod-namespace

#120 show pod namespace
This commit is contained in:
Henning Jacobs
2017-02-23 18:03:19 +01:00
committed by GitHub

View File

@@ -165,6 +165,7 @@ export class Pod extends PIXI.Graphics {
podBox.on('mouseover', function () {
podBox.filters = podBox.filters.filter(x => x != BRIGHTNESS_FILTER).concat([BRIGHTNESS_FILTER])
let s = this.pod.name
s += '\nNamespace : ' + this.pod.namespace
s += '\nStatus : ' + this.pod.phase + ' (' + ready + '/' + this.pod.containers.length + ' ready)'
s += '\nStart Time: ' + this.pod.startTime
s += '\nLabels :'