portainer/app/kubernetes/services
Maxime Bajeux 61f97469ab
feat(application): Add the ability to use existing volumes when creating an application (#4044)
* feat(applications): update UI to use existing volumes

* feat(application): Add the ability to use existing volumes when creating an application

* feat(application): Existing persisted folders should default to associated volumes

* feat(application): add form validation to existing volume

* feat(application): remove the ability to use an existing volume with statefulset application

* feat(k8s/applications): minor UI update

* feat(k8s/application): minor UI update

* feat(volume): allow to increase volume size and few other things

* feat(volumes): add the ability to allow volume expansion

* fix(storage): fix the storage patch request

* fix(k8s/applications): remove conflict leftover

* feat(k8s/configure): minor UI update

* feat(k8s/volume): minor UI update

* fix(storage): change few things

Co-authored-by: Anthony Lapenna <lapenna.anthony@gmail.com>
2020-08-07 16:40:24 +12:00
..
applicationService.js feat(application): Add the ability to use existing volumes when creating an application (#4044) 2020-08-07 16:40:24 +12:00
configMapService.js feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
configurationService.js feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
controllerRevisionService.js feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
daemonSetService.js feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
deploymentService.js feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
eventService.js feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
healthService.js feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
historyService.js feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
namespaceService.js feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
persistentVolumeClaimService.js feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
replicaSetService.js feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
resourcePoolService.js feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
resourceQuotaService.js feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
secretService.js feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
serviceService.js feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
stackService.js feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
statefulSetService.js feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
storageService.js feat(application): Add the ability to use existing volumes when creating an application (#4044) 2020-08-07 16:40:24 +12:00
volumeService.js feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00