Skip to content

Commit

Permalink
Update apis/dns/v1alpha1/managed_zone_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Ferreira <gabidferreira9@gmail.com>
Signed-off-by: Daniel Kozlowski <kozlowski.d@gmail.com>
  • Loading branch information
danielinclouds and Feggah committed Oct 29, 2022
1 parent 1234435 commit d8ba224
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apis/dns/v1alpha1/managed_zone_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ type ManagedZoneParameters struct {
type ManagedZonePrivateVisibilityConfig struct {

// Networks: The list of VPC networks that can see this zone.
Networks []*ManagedZonePrivateVisibilityConfigNetwork `json:"networks"`
// +optional
Networks []*ManagedZonePrivateVisibilityConfigNetwork `json:"networks,omitempty"`
}

// ManagedZonePrivateVisibilityConfigNetwork is a list of VPC networks
Expand Down

0 comments on commit d8ba224

Please sign in to comment.