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

fix(k8s-volumes): add missing json labels tag [r8s-108] (#27)

This commit is contained in:
Ali 2024-10-14 13:37:59 +13:00 committed by GitHub
parent a06a09afcf
commit cf230a1cbc

View file

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