Generate and format files
- Run hack/update-codegen.sh - Run hack/update-generated-device-plugin.sh - Run hack/update-generated-protobuf.sh - Run hack/update-generated-runtime.sh - Run hack/update-generated-swagger-docs.sh - Run hack/update-openapi-spec.sh - Run hack/update-gofmt.sh Signed-off-by: Davanum Srinivas <davanum@gmail.com> Kubernetes-commit: a9593d634c6a053848413e600dadbf974627515f
This commit is contained in:
parent
99d5ed5b9d
commit
279c758121
|
@ -197,6 +197,7 @@ func (m *ListAndWatchResponse) GetDevices() []*Device {
|
|||
}
|
||||
|
||||
// E.g:
|
||||
//
|
||||
// struct Device {
|
||||
// ID: "GPU-fef8089b-4820-abfc-e83e-94318197576e",
|
||||
// Health: "Healthy",
|
||||
|
|
|
@ -351,6 +351,7 @@ func (m *NUMANode) GetID() int64 {
|
|||
}
|
||||
|
||||
// E.g:
|
||||
//
|
||||
// struct Device {
|
||||
// ID: "GPU-fef8089b-4820-abfc-e83e-94318197576e",
|
||||
// Health: "Healthy",
|
||||
|
|
|
@ -21,9 +21,11 @@ limitations under the License.
|
|||
Package pluginregistration is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
|
||||
api.proto
|
||||
|
||||
It has these top-level messages:
|
||||
|
||||
PluginInfo
|
||||
RegistrationStatus
|
||||
RegistrationStatusResponse
|
||||
|
|
Loading…
Reference in New Issue