Update customResource example + bump nuget packages versions (#720)

Update customResource example nuget packages + update example

Update httpClientFactory example nuget packages

Update nuget packages

Change DateTime to DateTimeOffset

Update tests nuget packages

Make KubernetesClient project reference instead of Nuget package reference

Co-authored-by: Boshi Lian <farmer1992@gmail.com>

Co-authored-by: Boshi Lian <farmer1992@gmail.com>
This commit is contained in:
Bliamoh
2021-10-14 18:02:51 +02:00
committed by GitHub
parent fb553c5c0d
commit 2d8915dff7
11 changed files with 63 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
using System.Collections.Generic;
using k8s;
using k8s.Models;
using Newtonsoft.Json;
using System.Collections.Generic;
[module: System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.MaintainabilityRules", "CA1724:TypeNamesShouldNotMatchNamespaces", Justification = "This is just an example.")]
[module: System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.MaintainabilityRules", "SA1402:FileMayOnlyContainASingleClass", Justification = "This is just an example.")]