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
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -608,7 +608,7 @@ func TestGetCapabilities(t *testing.T) {
func TestSanitizeLabel(t *testing.T) {
tests := []struct {
Name string
In string
In string
Out string
}{
{
Loading