Skip to content

Add EllipsizeName utility to handle Kubernetes object name limits #3030

Add EllipsizeName utility to handle Kubernetes object name limits

Add EllipsizeName utility to handle Kubernetes object name limits #3030

Triggered via pull request September 27, 2025 21:13
Status Failure
Total duration 38m 4s
Artifacts

main.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
build-static-test
Process completed with exit code 2.
build-static-test: lib/clusterops/clustersummary.go#L51
multi-line statement should be followed by a newline (whitespace)
build-static-test: lib/clusterops/clusterreports.go#L85
multi-line statement should be followed by a newline (whitespace)
build-static-test: lib/utils/names_test.go#L83
emptyStringTest: replace `len(name) == 0` with `name == ""` (gocritic)
build-static-test: lib/utils/names_test.go#L68
emptyStringTest: replace `len(tt.input) > 0` with `tt.input != ""` (gocritic)