Skip to content

Commit

Permalink
generate API v1.27 (#1270)
Browse files Browse the repository at this point in the history
* new swagger

* fix convertor

* bump ver
  • Loading branch information
tg123 authored Apr 23, 2023
1 parent 729b10c commit 5844d05
Show file tree
Hide file tree
Showing 4 changed files with 9,035 additions and 5,625 deletions.
2 changes: 1 addition & 1 deletion csharp.settings
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export KUBERNETES_BRANCH=v1.26.0
export KUBERNETES_BRANCH=v1.27.0
export CLIENT_VERSION=0.0.1
export PACKAGE_NAME=k8s
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ private static void ManualConfigurations(IMapperConfigurationExpression cfg)
.ForMember(dest => dest.CurrentMetrics, opt => opt.Ignore())
.ReverseMap();

cfg.CreateMap<V1alpha1ResourceClaim, V1ResourceClaim>()
cfg.CreateMap<V1alpha2ResourceClaim, V1ResourceClaim>()
.ForMember(dest => dest.Name, opt => opt.Ignore())
.ReverseMap();

Expand Down
Loading

0 comments on commit 5844d05

Please sign in to comment.