1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00

fix(volumes): update external labels CE [r8s-108] (#7)

This commit is contained in:
Ali 2024-10-14 10:48:13 +13:00 committed by GitHub
parent 57e10dc911
commit fd0bc652a9
8 changed files with 10 additions and 8 deletions

View file

@ -38,6 +38,7 @@ type (
VolumeMode *corev1.PersistentVolumeMode `json:"volumeMode"`
OwningApplications []K8sApplication `json:"owningApplications,omitempty"`
Phase corev1.PersistentVolumeClaimPhase `json:"phase"`
Labels map[string]string
}
K8sStorageClass struct {