Skip to content

Commit

Permalink
Merge pull request #3345 from acpana/acpana/small-fix
Browse files Browse the repository at this point in the history
fix: add version
  • Loading branch information
google-oss-prow[bot] authored Dec 11, 2024
2 parents 3e6198d + 0648290 commit 3de4890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/direct/gkehub/mappings.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func ConfigManagementMembershipSpec_FromProto(mapCtx *direct.MapContext, r *api.
Binauthz: FeaturemembershipBinauthz_FromProto(mapCtx, r.Binauthz),
ConfigSync: ConfigSyncMembershipSpec_FromProto(mapCtx, r.ConfigSync),
Management: direct.LazyPtr(r.Management),
Version: direct.LazyPtr(r.Version),
}
}

Expand Down

0 comments on commit 3de4890

Please sign in to comment.