Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eth-easl/dirigent
/ functions
Functions
1,276 in github.com/eth-easl/dirigent
⨍
Functions
1,276
◇
Types & classes
154
Method
DeregisterNode
(ctx context.Context, info *proto.NodeInfo)
api/control_plane_api_server.go:172
Method
DeregisterNode
(ctx context.Context, in *NodeInfo, opts ...grpc.CallOption)
api/proto/control_plane_interface_grpc.pb.go:120
Method
DeregisterNode
(context.Context, *NodeInfo)
api/proto/control_plane_interface_grpc.pb.go:186
Method
DeregisterNode
(context.Context, *NodeInfo)
api/proto/control_plane_interface_grpc.pb.go:225
Method
DeregisterNode
DeregisterNode mocks base method.
mock/mock_cp_api/mock_cp_api.go:85
Method
DeregisterNode
DeregisterNode indicates an expected call of DeregisterNode.
mock/mock_cp_api/mock_cp_api.go:98
Method
DeregisterNode
DeregisterNode mocks base method.
mock/mock_cp_api/mock_cp_api.go:378
Method
DeregisterNode
DeregisterNode indicates an expected call of DeregisterNode.
mock/mock_cp_api/mock_cp_api.go:387
Method
DeregisterService
(ctx context.Context, serviceInfo *proto.ServiceInfo)
api/control_plane_api_server.go:217
Method
DeregisterService
(ctx context.Context, in *ServiceInfo, opts ...grpc.CallOption)
api/proto/control_plane_interface_grpc.pb.go:129
Method
DeregisterService
(context.Context, *ServiceInfo)
api/proto/control_plane_interface_grpc.pb.go:187
Method
DeregisterService
(context.Context, *ServiceInfo)
api/proto/control_plane_interface_grpc.pb.go:228
Method
DeregisterService
DeregisterService mocks base method.
mock/mock_cp_api/mock_cp_api.go:105
Method
DeregisterService
DeregisterService indicates an expected call of DeregisterService.
mock/mock_cp_api/mock_cp_api.go:118
Method
DeregisterService
DeregisterService mocks base method.
mock/mock_cp_api/mock_cp_api.go:393
Method
DeregisterService
DeregisterService indicates an expected call of DeregisterService.
mock/mock_cp_api/mock_cp_api.go:402
Method
Descriptor
Deprecated: Use NodeInfo.ProtoReflect.Descriptor instead.
api/proto/control_plane_interface.pb.go:113
Method
Descriptor
Deprecated: Use NodeHeartbeatMessage.ProtoReflect.Descriptor instead.
api/proto/control_plane_interface.pb.go:190
Method
Descriptor
Deprecated: Use AutoscalingMetric.ProtoReflect.Descriptor instead.
api/proto/control_plane_interface.pb.go:253
Method
Descriptor
Deprecated: Use DataplaneInfo.ProtoReflect.Descriptor instead.
api/proto/control_plane_interface.pb.go:316
Method
Descriptor
Deprecated: Use HAProxyConfig.ProtoReflect.Descriptor instead.
api/proto/control_plane_interface.pb.go:441
Method
Descriptor
Deprecated: Use PortMapping.ProtoReflect.Descriptor instead.
api/proto/common.pb.go:107
Method
Descriptor
Deprecated: Use AutoscalingConfiguration.ProtoReflect.Descriptor instead.
api/proto/common.pb.go:178
Method
Descriptor
Deprecated: Use ServiceInfo.ProtoReflect.Descriptor instead.
api/proto/common.pb.go:300
Method
Descriptor
Deprecated: Use ServiceList.ProtoReflect.Descriptor instead.
api/proto/common.pb.go:382
Method
Descriptor
Deprecated: Use ActionStatus.ProtoReflect.Descriptor instead.
api/proto/common.pb.go:430
Method
Descriptor
Deprecated: Use DataplaneInformation.ProtoReflect.Descriptor instead.
api/proto/common.pb.go:486
Method
Descriptor
Deprecated: Use WorkerNodeInformation.ProtoReflect.Descriptor instead.
api/proto/common.pb.go:551
Method
Descriptor
Deprecated: Use SandboxID.ProtoReflect.Descriptor instead.
api/proto/worker_node_interface.pb.go:62
Method
Descriptor
Deprecated: Use SandboxCreationStatus.ProtoReflect.Descriptor instead.
api/proto/worker_node_interface.pb.go:119
Method
Descriptor
Deprecated: Use SandboxCreationBreakdown.ProtoReflect.Descriptor instead.
api/proto/worker_node_interface.pb.go:197
Method
Descriptor
Deprecated: Use EndpointsList.ProtoReflect.Descriptor instead.
api/proto/worker_node_interface.pb.go:314
Method
Descriptor
Deprecated: Use EndpointInfo.ProtoReflect.Descriptor instead.
api/proto/data_plane_interface.pb.go:61
Method
Descriptor
Deprecated: Use DeploymentEndpointPatch.ProtoReflect.Descriptor instead.
api/proto/data_plane_interface.pb.go:116
Method
Descriptor
Deprecated: Use DeploymentUpdateSuccess.ProtoReflect.Descriptor instead.
api/proto/data_plane_interface.pb.go:171
Method
Descriptor
Deprecated: Use RequestVoteArgs.ProtoReflect.Descriptor instead.
api/proto/raft.pb.go:62
Method
Descriptor
Deprecated: Use RequestVoteReply.ProtoReflect.Descriptor instead.
api/proto/raft.pb.go:131
Method
Descriptor
Deprecated: Use AppendEntriesArgs.ProtoReflect.Descriptor instead.
api/proto/raft.pb.go:186
Method
Descriptor
Deprecated: Use AppendEntriesReply.ProtoReflect.Descriptor instead.
api/proto/raft.pb.go:241
Method
DisconnectAll
DisconnectAll closes all the client connections to peers for this server.
internal/control_plane/leader_election/server.go:115
Method
DisconnectPeer
DisconnectPeer disconnects this server from the peer identified by peerId.
internal/control_plane/leader_election/server.go:158
Method
DrainSandbox
(patch *proto.DeploymentEndpointPatch)
internal/data_plane/data_plane.go:232
Method
DrainSandbox
(ctx context.Context, patch *proto.DeploymentEndpointPatch)
internal/control_plane/data_plane/data_plane.go:79
Method
DrainSandbox
(context.Context, *proto.DeploymentEndpointPatch)
internal/control_plane/data_plane/empty_dataplane/empty_dataplane.go:66
Method
DrainSandbox
(_ context.Context, endpoint *proto.DeploymentEndpointPatch)
api/data_plane_api_server.go:61
Method
DrainSandbox
(ctx context.Context, in *DeploymentEndpointPatch, opts ...grpc.CallOption)
api/proto/data_plane_interface_grpc.pb.go:64
Method
DrainSandbox
(context.Context, *DeploymentEndpointPatch)
api/proto/data_plane_interface_grpc.pb.go:89
Method
DrainSandbox
(context.Context, *DeploymentEndpointPatch)
api/proto/data_plane_interface_grpc.pb.go:107
Method
DrainSandbox
DrainSandbox mocks base method.
mock/mock_core/mock_core.go:78
Method
DrainSandbox
DrainSandbox indicates an expected call of DrainSandbox.
mock/mock_core/mock_core.go:87
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
mock/mock_cp_api/mock_cp_api.go:343
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
mock/mock_cp_api/mock_cp_api.go:588
Method
Enum
()
api/proto/control_plane_interface.pb.go:46
Method
Enum
()
api/proto/common.pb.go:42
Method
EnumDescriptor
Deprecated: Use FailureType.Descriptor instead.
api/proto/control_plane_interface.pb.go:69
Method
EnumDescriptor
Deprecated: Use L4Protocol.Descriptor instead.
api/proto/common.pb.go:65
Function
ExtractField
(m []T, extractor func(T) string)
pkg/map/maps.go:64
Function
GRPCConnectionClose
(conn *grpc.ClientConn)
pkg/grpc_helpers/grpc_helpers.go:75
Method
Get
(key K)
pkg/atomic_map/atomic_map_counter.go:41
Method
Get
()
internal/data_plane/proxy/net/buffer_pool.go:48
Method
GetAPIPort
()
api/proto/control_plane_interface.pb.go:327
Method
GetAddress
()
api/proto/common.pb.go:490
Method
GetAllURLs
()
internal/control_plane/scaling_loop.go:62
Method
GetApiPort
()
internal/control_plane/data_plane/data_plane.go:91
Method
GetApiPort
()
internal/control_plane/data_plane/empty_dataplane/empty_dataplane.go:91
Method
GetApiPort
()
api/proto/common.pb.go:497
Method
GetApiPort
GetApiPort mocks base method.
mock/mock_core/mock_core.go:93
Method
GetApiPort
GetApiPort indicates an expected call of GetApiPort.
mock/mock_core/mock_core.go:101
Method
GetAutoscalingConfig
()
api/proto/common.pb.go:339
Method
GetCandidateID
()
api/proto/raft.pb.go:73
Method
GetConfigureMonitoring
()
api/proto/worker_node_interface.pb.go:264
Method
GetContainerConcurrency
()
api/proto/common.pb.go:217
Method
GetContainerConcurrencyTargetPercentage
()
api/proto/common.pb.go:224
Method
GetCpApiServer
()
internal/data_plane/proxy/sync_proxy_handler.go:53
Method
GetCpApiServer
()
internal/data_plane/proxy/async_proxy_handler.go:68
Method
GetCpuCores
()
internal/control_plane/workers/empty_worker/empty_worker.go:121
Method
GetCpuCores
()
api/proto/control_plane_interface.pb.go:138
Method
GetCpuCores
()
api/proto/common.pb.go:576
Method
GetCpuCores
GetCpuCores mocks base method.
mock/mock_core/mock_core.go:282
Method
GetCpuCores
GetCpuCores indicates an expected call of GetCpuCores.
mock/mock_core/mock_core.go:290
Method
GetCpuUsage
()
internal/control_plane/workers/worker_node.go:152
Method
GetCpuUsage
()
internal/control_plane/workers/empty_worker/empty_worker.go:125
Method
GetCpuUsage
()
api/proto/control_plane_interface.pb.go:201
Method
GetCpuUsage
GetCpuUsage mocks base method.
mock/mock_core/mock_core.go:296
Method
GetCpuUsage
GetCpuUsage indicates an expected call of GetCpuUsage.
mock/mock_core/mock_core.go:304
Method
GetDataPlaneInformation
(_ context.Context)
internal/control_plane/persistence/empty_persistence.go:47
Method
GetDataPlaneInformation
(ctx context.Context)
internal/control_plane/persistence/redis_persistence.go:115
Method
GetDataPlaneInformation
GetDataPlaneInformation mocks base method.
mock/mock_persistence/mock_persistence.go:86
Method
GetDataPlaneInformation
GetDataPlaneInformation indicates an expected call of GetDataPlaneInformation.
mock/mock_persistence/mock_persistence.go:95
Method
GetDataplaneName
()
api/proto/control_plane_interface.pb.go:264
Method
GetDataplanePropagation
()
api/proto/worker_node_interface.pb.go:250
Method
GetDataplanes
()
api/proto/control_plane_interface.pb.go:445
Method
GetEndpoint
()
api/proto/worker_node_interface.pb.go:318
Method
GetEndpointMap
()
internal/control_plane/workers/worker_node.go:160
Method
GetEndpointMap
()
internal/control_plane/workers/empty_worker/empty_worker.go:141
Method
GetEndpointMap
GetEndpointMap mocks base method.
mock/mock_core/mock_core.go:310
Method
GetEndpointMap
GetEndpointMap indicates an expected call of GetEndpointMap.
mock/mock_core/mock_core.go:318
Method
GetEndpoints
()
api/proto/data_plane_interface.pb.go:127
Method
GetFindSnapshot
()
api/proto/worker_node_interface.pb.go:271
Method
GetGuestPort
()
api/proto/common.pb.go:118
← previous
next →
601–700 of 1,276, ranked by callers