mirror of
https://github.com/rancher/types.git
synced 2025-08-31 21:00:16 +00:00
vendor update norman
This commit is contained in:
committed by
Alena Prokharchyk
parent
3aed94a405
commit
ab3403a2c8
2
vendor/github.com/rancher/norman/store/proxy/proxy_store.go
generated
vendored
2
vendor/github.com/rancher/norman/store/proxy/proxy_store.go
generated
vendored
@@ -317,7 +317,7 @@ func (s *Store) realWatch(apiContext *types.APIContext, schema *types.Schema, op
|
||||
for event := range watcher.ResultChan() {
|
||||
if data, ok := event.Object.(*metav1.Status); ok {
|
||||
// just logging it, keeping the same behavior as before
|
||||
logrus.Errorf("watcher error %v", data)
|
||||
logrus.Errorf("watcher error %s", data.Message)
|
||||
} else {
|
||||
data := event.Object.(*unstructured.Unstructured)
|
||||
s.fromInternal(apiContext, schema, data.Object)
|
||||
|
Reference in New Issue
Block a user