Nebula
Orchestrator

WorkerLaunchSpec

What the orchestrator asks a host to run.

generated from the sources
public sealed class WorkerLaunchSpec

What 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).

On this page