Type Alias k8s_gateway_api::AddressType
source · pub type AddressType = String;
Expand description
AddressType defines how a network address is represented as a text string. This may take two possible forms:
- A predefined CamelCase string identifier (currently limited to
IPAddress
orHostname
) - A domain-prefixed string identifier (like
acme.io/CustomAddressType
)
Values IPAddress
and Hostname
have Extended support.
The NamedAddress
value has been deprecated in favor of implementation
specific domain-prefixed strings.
All other values, including domain-prefixed values have Implementation-specific support, which are used in implementation-specific behaviors. Support for additional predefined CamelCase identifiers may be added in future releases.
Aliased Type§
struct AddressType { /* private fields */ }