We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeebf07 commit 7960676Copy full SHA for 7960676
pkg/agent/datamodel/types.go
@@ -2431,6 +2431,7 @@ const (
2431
// LocalDNSProfile represents localdns configuration for agentpool nodes.
2432
type LocalDNSProfile struct {
2433
EnableLocalDNS bool `json:"enableLocalDNS,omitempty"`
2434
+ EnableHostsPlugin bool `json:"enableHostsPlugin,omitempty"`
2435
CPULimitInMilliCores *int32 `json:"cpuLimitInMilliCores,omitempty"`
2436
MemoryLimitInMB *int32 `json:"memoryLimitInMB,omitempty"`
2437
VnetDNSOverrides map[string]*LocalDNSOverrides `json:"vnetDNSOverrides,omitempty"`
0 commit comments