mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
feat(kube/app): show image pull policy (#4785)
* feat(kube/app): show image pull policy * fix(kube/app): remove image pull policy * feat(kube/apps): show container image pull policy
This commit is contained in:
parent
fc0de913c3
commit
0cfa912d77
4 changed files with 13 additions and 1 deletions
|
@ -47,6 +47,7 @@ const _KubernetesPodContainer = Object.freeze({
|
|||
PodName: '',
|
||||
Name: '',
|
||||
Image: '',
|
||||
ImagePullPolicy: '',
|
||||
Node: '',
|
||||
CreationDate: '',
|
||||
Status: '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue