Nebula
Control plane

ControlPlaneExtensions

generated from the sources
public static class ControlPlaneExtensions

Methods

FindWorker

public static WorkerInfo FindWorker(this IControlPlane cp, string workerId);

FindLease

public static LeaseInfo FindLease(this IControlPlane cp, string containerId);

GetSetting

public static string GetSetting(this IControlPlane cp, string key, string fallback = null);

GetSettingInt

public static int GetSettingInt(this IControlPlane cp, string key, int fallback);

IsWorkerAlive

public static bool IsWorkerAlive(this IControlPlane cp, WorkerInfo w, float timeoutSeconds);

On this page