mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
refactor(app): details widget migration [EE-5352] (#8886)
This commit is contained in:
parent
fdd79cece8
commit
af77e33993
57 changed files with 2046 additions and 1079 deletions
|
@ -35,8 +35,6 @@ const _KubernetesApplication = Object.freeze({
|
|||
TotalPodsCount: 0,
|
||||
Yaml: '',
|
||||
Note: '',
|
||||
Revisions: undefined,
|
||||
CurrentRevision: undefined,
|
||||
Raw: undefined, // only filled when inspecting app details / create / edit view (never filled in multiple-apps views)
|
||||
AutoScaler: undefined, // only filled if the application has an HorizontalPodAutoScaler bound to it
|
||||
});
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
export const KubernetesSystem_DefaultDeploymentUniqueLabelKey = 'pod-template-hash';
|
||||
export const KubernetesSystem_RevisionAnnotation = 'deployment.kubernetes.io/revision';
|
||||
export const KubernetesSystem_RevisionHistoryAnnotation = 'deployment.kubernetes.io/revision-history';
|
||||
export const KubernetesSystem_ChangeCauseAnnotation = 'kubernetes.io/change-cause';
|
||||
export const KubernetesSystem_DesiredReplicasAnnotation = 'deployment.kubernetes.io/desired-replicas';
|
||||
export const KubernetesSystem_MaxReplicasAnnotation = 'deployment.kubernetes.io/max-replicas';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue