Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

address further lint issues #5186

Merged
merged 4 commits into from
Feb 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unused function
  • Loading branch information
pdabelf5 committed Feb 29, 2024
commit fdb14f56fe17fb907b39b44e538518969eb60f29
4 changes: 0 additions & 4 deletions pkg/apis/configuration/validation/virtualserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ func makeVirtualServer() v1.VirtualServer {
}
}

func createPointerFromString(s string) *string {
return &s
}

func TestValidateFailsOnMissingBackupPort(t *testing.T) {
t.Parallel()

Expand Down
Loading