Skip to content

Commit

Permalink
document NamedAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenhouse committed Oct 7, 2020
1 parent 9c92ae4 commit 766c6f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 4 additions & 2 deletions apis/v1alpha1/gateway_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,10 @@ type GatewayAddress struct {
// AddressType defines how a network address is represented as a text string.
// Valid AddressType values are:
//
// * "IPAddress"
// * "NamedAddress"
// * "IPAddress": an IPv4 or IPv6 address
// * "NamedAddress": an opaque identifier, controller-dependent
//
// A NamedAddress might be a cloud-dependent ID for a "static" or "elastic" IP
//
// +kubebuilder:validation:Enum=IPAddress;NamedAddress
type AddressType string
Expand Down
5 changes: 3 additions & 2 deletions docs-src/spec.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions docs/spec/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 766c6f6

Please sign in to comment.