mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-30 10:48:15 +08:00
[ADD] get pod events
This commit is contained in:
parent
671955fc6e
commit
b6fd61d291
@ -25,8 +25,8 @@ import (
|
||||
|
||||
func TestLogger(t *testing.T) {
|
||||
err := NewManager(EventConfig{
|
||||
EventLogServers: []string{"127.0.0.1:6368"},
|
||||
DiscoverAddress: []string{"127.0.0.1:2379"},
|
||||
EventLogServers: []string{"192.168.195.1:6366"},
|
||||
DiscoverAddress: []string{"192.168.195.1:2379"},
|
||||
})
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
Loading…
Reference in New Issue
Block a user