Skip to content

Commit 7960676

Browse files
authored
update LocalDnsProfile to accept EnableHostsPlugin
1 parent aeebf07 commit 7960676

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/agent/datamodel/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2431,6 +2431,7 @@ const (
24312431
// LocalDNSProfile represents localdns configuration for agentpool nodes.
24322432
type LocalDNSProfile struct {
24332433
EnableLocalDNS bool `json:"enableLocalDNS,omitempty"`
2434+
EnableHostsPlugin bool `json:"enableHostsPlugin,omitempty"`
24342435
CPULimitInMilliCores *int32 `json:"cpuLimitInMilliCores,omitempty"`
24352436
MemoryLimitInMB *int32 `json:"memoryLimitInMB,omitempty"`
24362437
VnetDNSOverrides map[string]*LocalDNSOverrides `json:"vnetDNSOverrides,omitempty"`

0 commit comments

Comments
 (0)