Documentation
¶
Index ¶
Constants ¶
View Source
const RendererVersion = "2026-08-07.1"
RendererVersion is bumped whenever the rendering logic changes in a way that could produce different CRs from the same input.
Variables ¶
This section is empty.
Functions ¶
func ComputeManifestRevision ¶
func ComputeManifestRevision(m *models.ReleaseManifest) string
ComputeManifestRevision computes a single revision hash over the entire release manifest, combining all resource revisions.
func ComputeResourceRevision ¶
func ComputeResourceRevision(cr *corev1alpha1.StackResource) string
ComputeResourceRevision computes a deterministic revision hash for a rendered StackResource CR, using the same fnv+spew approach as the cluster resource builder.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.