public sealed class NodeKubeletConfig.Types.CrashLoopBackOffConfig : IMessage<NodeKubeletConfig.Types.CrashLoopBackOffConfig>, IEquatable<NodeKubeletConfig.Types.CrashLoopBackOffConfig>, IDeepCloneable<NodeKubeletConfig.Types.CrashLoopBackOffConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class NodeKubeletConfig.Types.CrashLoopBackOffConfig.
Contains config to modify node-level parameters for container restart behavior.
Implements
IMessageNodeKubeletConfigTypesCrashLoopBackOffConfig, IEquatableNodeKubeletConfigTypesCrashLoopBackOffConfig, IDeepCloneableNodeKubeletConfigTypesCrashLoopBackOffConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
CrashLoopBackOffConfig()
public CrashLoopBackOffConfig()CrashLoopBackOffConfig(CrashLoopBackOffConfig)
public CrashLoopBackOffConfig(NodeKubeletConfig.Types.CrashLoopBackOffConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
NodeKubeletConfigTypesCrashLoopBackOffConfig |
Properties
MaxContainerRestartPeriod
public string MaxContainerRestartPeriod { get; set; }Optional. The maximum duration the backoff delay can accrue to for container restarts, minimum 1 second, maximum 300 seconds. If not set, defaults to the internal crashloopbackoff maximum.
The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
See https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#configurable-container-restart-delay for more details.
| Property Value | |
|---|---|
| Type | Description |
string |
|