{{#unless this.task.driverStatus.healthy}}
{{x-icon "alert-triangle" class="is-warning"}}
{{/unless}}
|
{{this.task.name}}
{{#if this.task.isConnectProxy}}
{{/if}}
|
{{this.task.state}}
|
{{#if this.task.events.lastObject.message}}
{{this.task.events.lastObject.message}}
{{else}}
No message
{{/if}}
|
{{format-ts this.task.events.lastObject.time}}
|
{{#each this.task.task.volumeMounts as |volume|}}
-
{{volume.volume}}
:
{{#if volume.isCSI}}
{{format-volume-name
source=volume.source
isPerAlloc=volume.volumeDeclaration.perAlloc
volumeExtension=this.task.allocation.volumeExtension}}
{{else}}
{{volume.source}}
{{/if}}
{{/each}}
|
{{#if this.task.isRunning}}
{{#if (and (not this.cpu) this.fetchStats.isRunning)}}
...
{{else if this.statsError}}
{{x-icon "alert-triangle" class="is-warning"}}
{{else}}
{{/if}}
{{/if}}
|
{{#if this.task.isRunning}}
{{#if (and (not this.memory) this.fetchStats.isRunning)}}
...
{{else if this.statsError}}
{{x-icon "alert-triangle" class="is-warning"}}
{{else}}
{{/if}}
{{/if}}
|