checksum

package
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package checksum provides checksum computation and comparison for ConfigMaps

Index

Constants

View Source
const (
	// ContentChecksumAnnotation is the annotation key used to store the ConfigMap content checksum
	ContentChecksumAnnotation = "toolhive.stacklok.dev/content-checksum"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type RunConfigConfigMapChecksum

type RunConfigConfigMapChecksum interface {
	ComputeConfigMapChecksum(cm *corev1.ConfigMap) string
	ConfigMapChecksumHasChanged(current, desired *corev1.ConfigMap) bool
}

RunConfigConfigMapChecksum provides methods for computing and comparing ConfigMap checksums

func NewRunConfigConfigMapChecksum

func NewRunConfigConfigMapChecksum() RunConfigConfigMapChecksum

NewRunConfigConfigMapChecksum creates a new RunConfigConfigMapChecksum

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL