Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpang777 committed Nov 28, 2024
1 parent 51fd8b8 commit fc6b136
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/controller/direct/securesourcemanager/mapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,3 @@ func SecureSourceManagerRepositorySpec_InstanceRef_FromProto(mapCtx *direct.MapC
}
return &krm.SecureSourceManagerInstanceRef{External: in}
}
func SecureSourceManagerInstanceSpec_CaPoolRef_FromProto(mapCtx *direct.MapContext, in string) *krm.PrivateCACAPoolRef {
if in == "" {
return nil
}
return &krm.PrivateCACAPoolRef{External: in}
}

0 comments on commit fc6b136

Please sign in to comment.