mirror of https://github.com/portainer/portainer
fix(k8s-volumes): add missing json labels tag [r8s-108] (#27)
parent
a06a09afcf
commit
cf230a1cbc
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue