Skip to content
Snippets Groups Projects

Add Kubernetes pod label sanitization

Merged Theodor van Nahl requested to merge (removed):Adding_kubernetes_label_sanitation into main
1 unresolved thread
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -608,8 +608,8 @@ func TestGetCapabilities(t *testing.T) {
func TestSanitizeLabel(t *testing.T) {
tests := []struct {
Name string
In string
Out string
In string
Out string
}{
{
Name: "valid label unmodified",
Loading