Control plane
ControlPlaneExtensions
generated from the sources
Static class in namespace
Nebula · Packages/com.1by3.nebula/Runtime/ControlPlane/IControlPlane.cspublic static class ControlPlaneExtensionsMethods
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);