Type Definition k8s_gateway_api::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.