Compare commits

..

1 Commits

View File

@ -10,6 +10,8 @@ import (
"time" "time"
) )
const longhornSystemNamespace = "longhorn-system"
type longhornNodeList struct { type longhornNodeList struct {
Items []longhornNode `json:"items"` Items []longhornNode `json:"items"`
} }