Skip to content

Commit

Permalink
Adding fixed annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Schendel <[email protected]>
  • Loading branch information
amitschendel committed Jan 28, 2025
1 parent 9e60c02 commit 972836e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/apis/softwarecomposition/knownserversfinder.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ import (
var _ IKnownServersFinder = (*KnownServersFinderImpl)(nil)
var _ IKnownServerEntry = (*KnownServersFinderEntry)(nil)

// +k8s:deepcopy-gen=false
type KnownServersFinderImpl struct {
ranger cidranger.Ranger
}

// +k8s:deepcopy-gen=false
type KnownServersFinderEntry struct {
knownServer KnownServerEntry
network net.IPNet
Expand Down

0 comments on commit 972836e

Please sign in to comment.