We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac055ee commit 19ece5bCopy full SHA for 19ece5b
src/KubernetesClient.ModelConverter/AutoMapper/VersionConverter.cs
@@ -165,6 +165,7 @@ private static void ManualConfigurations(IMapperConfigurationExpression cfg)
165
166
cfg.CreateMap<V1alpha3ResourceClaim, V1ResourceClaim>()
167
.ForMember(dest => dest.Name, opt => opt.Ignore())
168
+ .ForMember(dest => dest.Request, opt => opt.Ignore())
169
.ReverseMap();
170
171
cfg.CreateMap<V1beta3PolicyRulesWithSubjects, V1PolicyRulesWithSubjects>()
0 commit comments