We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7566b8 commit 8f6fc84Copy full SHA for 8f6fc84
src/KubeOps/Operator/OperatorSettings.cs
@@ -58,9 +58,9 @@ public sealed class OperatorSettings
58
/// </summary>
59
public ushort LeaderElectionLeaseDuration { get; set; } = 30;
60
61
- /// <summary>
62
- /// The timeout in seconds which the watcher has (after this timeout, the server will close the connection).
+ /// <summary>
+ /// The timeout in seconds which the watcher has (after this timeout, the server will close the connection).
63
64
- public int WatcherHttpTimeout { get; set; } = 60;
+ public ushort WatcherHttpTimeout { get; set; } = 60;
65
}
66
0 commit comments