Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit 2c57896

Browse files
Update apis/dns/v1alpha1/managed_zone_types.go
Co-authored-by: Gabriel Ferreira <[email protected]>
1 parent 1234435 commit 2c57896

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apis/dns/v1alpha1/managed_zone_types.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ type ManagedZoneParameters struct {
7070
type ManagedZonePrivateVisibilityConfig struct {
7171

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

7677
// ManagedZonePrivateVisibilityConfigNetwork is a list of VPC networks

0 commit comments

Comments
 (0)