Skip to content

Commit 19ece5b

Browse files
committed
fix test
1 parent ac055ee commit 19ece5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/KubernetesClient.ModelConverter/AutoMapper/VersionConverter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ private static void ManualConfigurations(IMapperConfigurationExpression cfg)
165165

166166
cfg.CreateMap<V1alpha3ResourceClaim, V1ResourceClaim>()
167167
.ForMember(dest => dest.Name, opt => opt.Ignore())
168+
.ForMember(dest => dest.Request, opt => opt.Ignore())
168169
.ReverseMap();
169170

170171
cfg.CreateMap<V1beta3PolicyRulesWithSubjects, V1PolicyRulesWithSubjects>()

0 commit comments

Comments
 (0)