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

pull/12346/head
Ali 2024-10-14 13:37:59 +13:00 committed by GitHub
parent a06a09afcf
commit cf230a1cbc
1 changed files with 1 additions and 1 deletions

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 {