Versions in this module Expand all Collapse all v1 v1.6.65 Sep 23, 2024 Changes in this version + type GenesisSyncRpcUpdater struct + func NewGenesisSyncRpcUpdater(cfg config.GenesisConfig) *GenesisSyncRpcUpdater + func (v *GenesisSyncRpcUpdater) ParseHostAsVmPlatformInfo(info common.VIFRPCMessage, peer, natIP string, vtapID uint32) common.GenesisSyncDataResponse + func (v *GenesisSyncRpcUpdater) ParseKVMPlatformInfo(info common.VIFRPCMessage, peer string, vtapID uint32) common.GenesisSyncDataResponse + func (v *GenesisSyncRpcUpdater) ParseProcessInfo(info common.VIFRPCMessage, vtapID uint32) []model.GenesisProcess + func (v *GenesisSyncRpcUpdater) ParseVIP(info common.VIFRPCMessage, vtapID uint32) []model.GenesisVIP + func (v *GenesisSyncRpcUpdater) ParseVinterfaceInfo(info common.VIFRPCMessage, peer string, vtapID uint32, ...) []model.GenesisVinterface + func (v *GenesisSyncRpcUpdater) UnmarshalKubernetesProtobuf(info common.VIFRPCMessage) common.GenesisSyncDataResponse + func (v *GenesisSyncRpcUpdater) UnmarshalProtobuf(info common.VIFRPCMessage) common.GenesisSyncDataResponse + func (v *GenesisSyncRpcUpdater) UnmarshalWorkloadProtobuf(info common.VIFRPCMessage, tridentType string) common.GenesisSyncDataResponse