Compare commits

..

1 Commits

View File

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