Skip to content

Commit

Permalink
Migrate to KubernetesClient
Browse files Browse the repository at this point in the history
KubernetesClient.Models is deprecated in favor of just KubernetesClient

Signed-off-by: brownz11 <[email protected]>
  • Loading branch information
brownz11 committed Sep 4, 2024
1 parent d549c28 commit f63f0df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.vscode

.vs
**/bin
**/obj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="KubernetesClient.Models" Version="12.0.16" />
<PackageReference Include="KubernetesClient" Version="14.0.9" />
<ProjectReference Include="..\MyFirstKubewardenPolicy\MyFirstKubewardenPolicy.csproj" />
<ProjectReference Include="..\..\src\KubewardenPolicySDK\KubewardenPolicySDK.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KubernetesClient.Models" Version="12.0.16" />
<PackageReference Include="KubernetesClient" Version="14.0.9" />
<PackageReference Include="WapcGuest" Version="0.1.1" />
<PackageReference Include="Wasi.Sdk" Version="0.1.1" />

Expand Down

0 comments on commit f63f0df

Please sign in to comment.