Class ReloadSettings
Inheritance
System.Object
ReloadSettings
Namespace: Steeltoe.Common.Kubernetes
Assembly: Steeltoe.Common.Kubernetes.dll
Syntax
public class ReloadSettings : object
Properties
| Edit this page View SourceConfigMaps
Gets or sets a value indicating whether config maps should be reloaded if changed
Declaration
public bool ConfigMaps { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Mode
Gets or sets the reload method (polling or event)
Declaration
public ReloadMethods Mode { get; set; }
Property Value
Type | Description |
---|---|
ReloadMethods |
Period
Gets or sets the number of seconds before reloading config data
Declaration
public int Period { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Secrets
Gets or sets a value indicating whether secrets should be reloaded if changed
Declaration
public bool Secrets { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |