Add a simple example of creating and deleting a namespace.

This commit is contained in:
Brendan Burns
2017-11-03 22:01:53 -07:00
parent e7726f7c36
commit f8d0e868ec
2 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\..\src\KubernetesClient.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
</Project>