Skip to content

Commit

Permalink
AllowedNetworks cannot be empty
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann authored and vknabel committed Jun 27, 2024
1 parent cb64c2e commit c049cd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/apis/metal/types_cloudprofile.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ type Partition struct {
// NetworkIsolation defines configuration for restricted or forbidden clusters.
type NetworkIsolation struct {
// AllowedNetworks is a list of networks which are allowed to connect in restricted or forbidden NetworkIsolated clusters.
// if empty all destinations are allowed.
AllowedNetworks AllowedNetworks
// DNSServers
DNSServers []string
Expand Down

0 comments on commit c049cd3

Please sign in to comment.