File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ private static V1JSONSchemaProps Map(this MetadataLoadContext context, Type type
313313 return new V1JSONSchemaProps
314314 {
315315 Type = Object ,
316- AdditionalProperties = additionalProperties
316+ AdditionalProperties = additionalProperties ,
317317 } ;
318318 }
319319
@@ -363,7 +363,7 @@ private static V1JSONSchemaProps MapObjectType(this MetadataLoadContext context,
363363 Type = Object ,
364364 Properties = null ,
365365 XKubernetesPreserveUnknownFields = true ,
366- XKubernetesEmbeddedResource = true
366+ XKubernetesEmbeddedResource = true ,
367367 } ;
368368 }
369369
@@ -413,7 +413,7 @@ private static V1JSONSchemaProps MapEnumerationType(
413413 return new V1JSONSchemaProps
414414 {
415415 Type = Object ,
416- AdditionalProperties = additionalProperties
416+ AdditionalProperties = additionalProperties ,
417417 } ;
418418 }
419419
You can’t perform that action at this time.
0 commit comments