mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 23:09:41 +02:00
feat(k8s/application): add placement constraints validation (#4214)
* feat(k8s/application): add constraints validation * feat(k8s/application): minor UI update Co-authored-by: Anthony Lapenna <lapenna.anthony@gmail.com>
This commit is contained in:
parent
36bf9c24b9
commit
8d6f6e306a
3 changed files with 47 additions and 36 deletions
|
@ -150,3 +150,10 @@ export class KubernetesApplicationAutoScalerFormValue {
|
|||
Object.assign(this, JSON.parse(JSON.stringify(_KubernetesApplicationAutoScalerFormValue)));
|
||||
}
|
||||
}
|
||||
|
||||
export function KubernetesApplicationFormValidationDuplicate() {
|
||||
return {
|
||||
refs: {},
|
||||
hasDuplicates: false,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue