public sealed class DnsCacheConfig : IMessage<DnsCacheConfig>, IEquatable<DnsCacheConfig>, IDeepCloneable<DnsCacheConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class DnsCacheConfig.
Configuration for NodeLocal DNSCache
Implements
IMessage<DnsCacheConfig>, IEquatable<DnsCacheConfig>, IDeepCloneable<DnsCacheConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
DnsCacheConfig()
public DnsCacheConfig()
DnsCacheConfig(DnsCacheConfig)
public DnsCacheConfig(DnsCacheConfig other)
Parameter | |
---|---|
Name | Description |
other | DnsCacheConfig |
Properties
Enabled
public bool Enabled { get; set; }
Whether NodeLocal DNSCache is enabled for this cluster.
Property Value | |
---|---|
Type | Description |
Boolean |