Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Documentation/design/installconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ type LibvirtNetwork struct {
Name string `json:"name"`
// IfName is the name of the network interface.
IfName string `json:"if"`
// DNSServer is the name of the DNS server.
DNSServer string `json:"resolver"`
// IPRange is the range of IPs to use.
IPRange string `json:"ipRange"`
}
Expand Down
3 changes: 1 addition & 2 deletions pkg/asset/installconfig/installconfig_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ func TestInstallConfigGenerate(t *testing.T) {
network:
if: ""
ipRange: ""
name: ""
resolver: ""`,
name: ""`,
},
}
for _, tc := range cases {
Expand Down
2 changes: 0 additions & 2 deletions pkg/types/installconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ type LibvirtNetwork struct {
Name string `json:"name"`
// IfName is the name of the network interface.
IfName string `json:"if"`
// DNSServer is the name of the DNS server.
DNSServer string `json:"resolver"`
// IPRange is the range of IPs to use.
IPRange string `json:"ipRange"`
}