move kubectl config and yaml related to model module (#806)

* move yaml and config to models module

* better naming

* address comments
This commit is contained in:
Boshi Lian
2022-03-28 16:57:12 -07:00
committed by GitHub
parent dba7b9718e
commit 57037f0070
29 changed files with 71 additions and 52 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<RootNamespace>k8s.Models</RootNamespace>
@@ -11,8 +11,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.2" />
<PackageReference Include="AutoMapper" Version="10.1.1" />
<PackageReference Include="Fractions" Version="7.0.0" />
<PackageReference Include="YamlDotNet" Version="11.2.1" />
</ItemGroup>
</Project>