kubelet/pkg/apis
Angus Lees bcb28af0cf Rename deviceIDs -> device_ids to follow protobuf naming conventions
The protocol buffer [styleguide] says field names should use
underscore_separated_names.

Code generation tools rely on this convention to split words and
generate language-specific accessors/properties in the local style
conventions (ie: it's more than just a style convention).  For
example, the previous `deviceIDs` name caused Rust proto tools to
generate field names like `device_i_ds` which is just weird.

[styleguide]: https://developers.google.com/protocol-buffers/docs/style#message-and-field-names

Rename `deviceIDs` field to `device_ids`, and use a gogo-specific
option to keep the existing `DeviceIDs` golang name (otherwise it
would generate `DeviceIds`).

Note this doesn't affect protocol buffer / gRPC wire encoding, which
uses numeric values.

Kubernetes-commit: 815dcd5b3174f9ccaa3789f1b688a809223ca860
2020-06-05 12:27:02 +10:00
..
credentialprovider kubelet: add initial credentialprovider v1alpha1 APIs 2020-11-10 13:44:06 -05:00
deviceplugin Rename deviceIDs -> device_ids to follow protobuf naming conventions 2020-06-05 12:27:02 +10:00
pluginregistration update gogo/protobuf to v1.3.2 2021-01-27 18:01:27 +05:30
podresources node: podresources: add generated files 2021-02-03 16:26:16 +01:00
stats/v1alpha1 Move Kubelet Summary API to staging repo 2020-07-11 12:59:52 +02:00
well_known_labels.go Move pkg/kubelet/apis to k8s.io/kubelet/pkg/apis 2021-02-09 19:47:42 +01:00