Skip to content

Commit

Permalink
fix: Sync the VCDMachine v1beta1 CRD with the go type
Browse files Browse the repository at this point in the history
A recent PR[1] updated the godoc comment that describes the
VCDMachineSpec MachineAddress field, but the change was not reflected in
the v1beta1 CRD.

[1]: vmware#445
  • Loading branch information
dlipovetsky committed Sep 20, 2023
1 parent 11f9a3d commit 31421c7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ spec:
description: The machine address.
type: string
type:
description: Machine address type, one of Hostname, ExternalIP
or InternalIP.
description: Machine address type, one of Hostname, ExternalIP,
InternalIP, ExternalDNS or InternalDNS.
type: string
required:
- address
Expand Down Expand Up @@ -388,8 +388,8 @@ spec:
description: The machine address.
type: string
type:
description: Machine address type, one of Hostname, ExternalIP
or InternalIP.
description: Machine address type, one of Hostname, ExternalIP,
InternalIP, ExternalDNS or InternalDNS.
type: string
required:
- address
Expand Down

0 comments on commit 31421c7

Please sign in to comment.