Class ReloadSettings
- Namespace
- Steeltoe.Common.Kubernetes
- Assembly
- Steeltoe.Common.Kubernetes.dll
public class ReloadSettings
- Inheritance
-
ReloadSettings
- Inherited Members
Properties
ConfigMaps
Gets or sets a value indicating whether config maps should be reloaded if changed
public bool ConfigMaps { get; set; }
Property Value
Mode
Gets or sets the reload method (polling or event)
public ReloadMethods Mode { get; set; }
Property Value
Period
Gets or sets the number of seconds before reloading config data
public int Period { get; set; }
Property Value
Secrets
Gets or sets a value indicating whether secrets should be reloaded if changed
public bool Secrets { get; set; }