From 41dbee0729703ee8fb420abc78723e92f5daaeca Mon Sep 17 00:00:00 2001 From: Gabe Rosenhouse Date: Tue, 1 Dec 2020 10:42:45 -0800 Subject: [PATCH] same NamedAddress docstring in type and value --- apis/v1alpha1/gateway_types.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apis/v1alpha1/gateway_types.go b/apis/v1alpha1/gateway_types.go index f71a8c2894..d5bc83118d 100644 --- a/apis/v1alpha1/gateway_types.go +++ b/apis/v1alpha1/gateway_types.go @@ -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 // @@ -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.