Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ public enum ClusterEventType
FAILED_TO_EXPAND_DISK,

/// <summary>
/// The initialize scripts startingIndicates that the cluster scoped init script has started.
/// Indicates that the cluster scoped init script has started.
/// </summary>
INIT_SCRIPTS_STARTING,
INIT_SCRIPTS_STARTED,

/// <summary>
/// Indicates that the cluster scoped init script has finished.
Expand Down
Loading