Google Kubernetes Engine v1 API - Class DnsCacheConfig (3.25.0)

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

Inheritance

object > DnsCacheConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

DnsCacheConfig()

public DnsCacheConfig()

DnsCacheConfig(DnsCacheConfig)

public DnsCacheConfig(DnsCacheConfig other)
Parameter
NameDescription
otherDnsCacheConfig

Properties

Enabled

public bool Enabled { get; set; }

Whether NodeLocal DNSCache is enabled for this cluster.

Property Value
TypeDescription
bool