Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RemoveShard (0.08 sec)

  1. pilot/pkg/serviceregistry/util/xdsfake/updater.go

    	default:
    	}
    	if fx.Delegate != nil {
    		fx.Delegate.SvcUpdate(c, hostname, ns, ev)
    	}
    }
    
    func (fx *Updater) RemoveShard(shardKey model.ShardKey) {
    	select {
    	case fx.Events <- Event{Type: "removeShard", ID: shardKey.String()}:
    	default:
    	}
    	if fx.Delegate != nil {
    		fx.Delegate.RemoveShard(shardKey)
    	}
    }
    
    func (fx *Updater) WaitOrFail(t test.Failer, et string) *Event {
    	t.Helper()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top