Skip to content

Commit

Permalink
same NamedAddress docstring in type and value
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenhouse committed Dec 1, 2020
1 parent 766c6f6 commit 41dbee0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apis/v1alpha1/gateway_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,8 @@ type GatewayAddress struct {
// Valid AddressType values are:
//
// * "IPAddress": an IPv4 or IPv6 address
// * "NamedAddress": an opaque identifier, controller-dependent
// * "NamedAddress": an opauqe identifier. The interpretation of
// the name is dependent on the controller.
//
// A NamedAddress might be a cloud-dependent ID for a "static" or "elastic" IP
//
Expand All @@ -547,7 +548,7 @@ const (
// Support: Extended.
IPAddressType AddressType = "IPAddress"

// NamedAddressType is an address selected by name. The interpretation of
// NamedAddressType is an opauqe identifier. The interpretation of
// the name is dependent on the controller.
//
// Support: Implementation-specific.
Expand Down

0 comments on commit 41dbee0

Please sign in to comment.