Type Alias AnnotationValue

Source
pub type AnnotationValue = String;
Expand description

AnnotationValue is the value of an annotation in Gateway API. This is used for validation of maps such as TLS options. This roughly matches Kubernetes annotation validation, although the length validation in that case is based on the entire size of the annotations struct.

Aliased Typeยง

struct AnnotationValue { /* private fields */ }