github.com/jingruilea/kubeedge@v1.2.0-beta.0.0.20200410162146-4bb8902b3879/cloud/pkg/edgecontroller/types/nvidia.go (about) 1 package types 2 3 // Store physical is and health status of a single GPU 4 type NvidiaGPUStatus struct { 5 // Store the physical GPU id 6 ID string `json:"id" protobuf:"bytes,1,opt,name=id"` 7 // Health status 8 Healthy bool `json:"healthy" protobuf:"varint,2,opt,name=healthy"` 9 }