Interface ISetupControllerStep
Interface implemented by internal SetupController<NodeMetadata>.Step implementations.
Namespace: Neon.Kube.Setup
Assembly: Neon.Kube.dll
Syntax
public interface ISetupControllerStep
Properties
IsGlobalStep
Returns true
for global (non-node) steps or false
for node related steps.
Declaration
bool IsGlobalStep { get; }
Property Value
Type | Description |
---|---|
bool |
RunTime
Returns the elapsed time executing the step.
Declaration
TimeSpan RunTime { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |