Expand description
Annotation keys the reconciler reads/writes on owned FluxCD resources.
Constants§
- APP
- Label / annotation key stamping which
RoutingSpec.hostnamesentry a routing edge (Ingress / DNSEndpoint) belongs to. Value is the entry’sappslot; alabel-selector on this key slices every emitted edge for a givenappregardless of hostname form. Peer toROUTING_FORMon the routing-axis pair. - ATTESTATION_
ROOT - CONTENT_
HASH - EXPORT_
INDEX - Index of an export inside
lifetime.ephemeral.exports. Stamped on the corresponding tatara-export-worker Job + its receipt ConfigMap so the reconciler can correlate them without re-parsing the spec JSON. - GENERATION
- MANAGED_
BY - PID
- PROCESS
- RELEASED_
FROM - Stamped by the reconciler when transitioning into
Releasing— records which terminal-reached gate the Process came from (AttestedorFailed) sohandle_releasingcan pick the matchingExportTriggerset + the correct post-Releasing destination (Exitingfrom Attested,Zombiefrom Failed). - ROLE
- Labels the export-worker Jobs the reconciler emits during
Releasing. Selector:tatara.pleme.io/role=export. - ROUTING_
FORM - Label / annotation key stamping the routing form
(
"stable"|"instance") on every emitted routing edge. Value is acrate::routing::RoutingFormwire-form string; consumers filtering the two forms compare toRoutingForm::as_str, never to a bare literal. - SIGNAL