gateway api v1.2.0 experimental

Gateway.spec.infrastructure.annotations

Annotations that SHOULD be applied to any resources created in response to this Gateway. For implementations creating other Kubernetes objects, this should be the `metadata.annotations` field on resources. For other implementations, this refers to any relevant (implementation specific) "annotations" concepts. An implementation may chose to add additional implementation-specific annotations as they see fit. Support: Extended

1 fields
Gateway.spec.infrastructure.annotations fields and descriptions
Field / TypeDescription
[key]
string

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.

  • maxLength: 4096