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.

This updates the comment in the CRD base, as well as
infrastructure-components.yaml

[1]: vmware#445
  • Loading branch information
dlipovetsky committed Sep 20, 2023
1 parent 11f9a3d commit a1e16cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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
8 changes: 4 additions & 4 deletions templates/infrastructure-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -986,8 +986,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 @@ -1166,8 +1166,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 a1e16cd

Please sign in to comment.