We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52970f3 commit fb3f6c5Copy full SHA for fb3f6c5
cns/deviceplugin/pluginmanager_test.go
@@ -145,12 +145,12 @@ func TestPluginManagerStartStop(t *testing.T) {
145
}
146
147
type fakeKubelet struct {
148
- // Required by newer protoc-gen-go-grpc to satisfy v1beta1.RegistrationServer
149
- v1beta1.UnimplementedRegistrationServer
+ // Required by newer protoc-gen-go-grpc to satisfy v1beta1.RegistrationServer
+ v1beta1.UnimplementedRegistrationServer
150
151
- vnetPluginRegisterChan chan string
152
- ibPluginRegisterChan chan string
153
- pluginPrefix string
+ vnetPluginRegisterChan chan string
+ ibPluginRegisterChan chan string
+ pluginPrefix string
154
155
156
func (f *fakeKubelet) Register(_ context.Context, req *v1beta1.RegisterRequest) (*v1beta1.Empty, error) {
0 commit comments