node.go 145 B

123456789
  1. package kubemodel
  2. // TODO complete
  3. type Node struct {
  4. UID string
  5. ClusterUID string
  6. Name string
  7. Resources ResourceQuantities
  8. }