Struct NodeLog
Holds the setup related log for a specific cluster node.
Namespace: Neon.Kube.Setup
Assembly: Neon.Kube.dll
Syntax
public struct NodeLog
Constructors
NodeLog(string, string)
Constructor.
Declaration
public NodeLog(string nodeName, string logText)
Parameters
Type | Name | Description |
---|---|---|
string | nodeName | The node name. |
string | logText | The log text. |
Properties
LogText
Returns the node's log text.
Declaration
public readonly string LogText { get; }
Property Value
Type | Description |
---|---|
string |
NodeName
Returns the node name.
Declaration
public readonly string NodeName { get; }
Property Value
Type | Description |
---|---|
string |