Skip to content

Commit

Permalink
trigger PR over api change
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvister1 committed Nov 14, 2024
1 parent 29f8b05 commit 93a6151
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v1alpha1/ipoibnetwork_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (
const (
// IPoIBNetworkCRDName is used for the CRD Kind.
IPoIBNetworkCRDName = "IPoIBNetwork"
TestPR = "Test PR"

Check failure on line 26 in api/v1alpha1/ipoibnetwork_types.go

View workflow job for this annotation

GitHub Actions / golangci-lint

exported: exported const TestPR should have comment (or a comment on this block) or be unexported (revive)

Check failure on line 26 in api/v1alpha1/ipoibnetwork_types.go

View workflow job for this annotation

GitHub Actions / golangci-lint

exported: exported const TestPR should have comment (or a comment on this block) or be unexported (revive)
)

// IPoIBNetworkSpec defines the desired state of IPoIBNetwork
Expand Down

0 comments on commit 93a6151

Please sign in to comment.