In pods.md @ 01b1a02, the entry for annotations reads:
name is restricted to the AC Name formatting
This disagrees with aci.md which states:
the name is restricted to the AC Identifier formatting
It further disagrees with the Annotation struct which has:
type Annotation struct { Name ACIdentifier json:"name"Value string json:"value" }
In pods.md @ 01b1a02, the entry for annotations reads:
This disagrees with aci.md which states:
It further disagrees with the Annotation struct which has:
type Annotation struct { Name ACIdentifierjson:"name"Value stringjson:"value"}