mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 06:19:41 +02:00
fix(app): statefulset pvc summary [EE-6760] (#11802)
This commit is contained in:
parent
e73b1aa49c
commit
1ba4b590f4
2 changed files with 91 additions and 47 deletions
|
@ -282,6 +282,11 @@ const createComplicatedStatefulSetSummaries: Array<Summary> = [
|
|||
kind: 'Ingress',
|
||||
name: 'default-ingress-3',
|
||||
},
|
||||
{
|
||||
action: 'Create',
|
||||
kind: 'PersistentVolumeClaim',
|
||||
name: 'my-app-6be07c40-de3a-4775-a29b-19a60890052e-my-app-0',
|
||||
},
|
||||
{
|
||||
action: 'Create',
|
||||
kind: 'HorizontalPodAutoscaler',
|
||||
|
@ -464,6 +469,11 @@ const updateComplicatedStatefulSetSummaries: Array<Summary> = [
|
|||
name: 'my-app-3',
|
||||
type: 'LoadBalancer',
|
||||
},
|
||||
{
|
||||
action: 'Create',
|
||||
kind: 'PersistentVolumeClaim',
|
||||
name: 'test-6be07c40-de3a-4775-a29b-19a60890052e-test-0-my-app-0',
|
||||
},
|
||||
];
|
||||
|
||||
const updateDeploymentToStatefulSetSummaries: Array<Summary> = [
|
||||
|
@ -477,6 +487,11 @@ const updateDeploymentToStatefulSetSummaries: Array<Summary> = [
|
|||
kind: 'StatefulSet',
|
||||
name: 'my-app',
|
||||
},
|
||||
{
|
||||
action: 'Create',
|
||||
kind: 'PersistentVolumeClaim',
|
||||
name: 'test-6be07c40-de3a-4775-a29b-19a60890052e-test-0-my-app-0',
|
||||
},
|
||||
{
|
||||
action: 'Create',
|
||||
kind: 'HorizontalPodAutoscaler',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue