Orchestrator
WorkerLaunchSpec
What the orchestrator asks a host to run.
generated from the sources
Class in namespace
Nebula.Hosting · Packages/com.1by3.nebula/Runtime/Orchestrator/Hosting/IWorkerHost.cspublic sealed class WorkerLaunchSpecWhat the orchestrator asks a host to run. The host turns this into a process or a machine.
Fields
WorkerId
public string WorkerId;Index
public uint Index;Port
public ushort Port;CommonArgs
public string CommonArgs = "";Extra -nebula-* switches every role gets (control plane, gateway address, verbosity).