7.1 remove old autorest (#785)

* init removal

* clean up warning

* bump ver to 7.1

* fix build

* custom http client no long supported

* cleanup unused types

* fix npe

* remove service client

* modern ssl settings

* fix test

* fix client cert null

* fix ctor

* cleanup
This commit is contained in:
Boshi Lian
2022-02-25 13:33:23 -08:00
committed by GitHub
parent ef7d226ab0
commit 0d719f1fc6
48 changed files with 907 additions and 590 deletions

View File

@@ -2,7 +2,7 @@ using System;
using System.Threading.Tasks;
using k8s;
using k8s.Models;
using Microsoft.Rest;
using k8s.Autorest;
namespace attach
{
@@ -10,8 +10,6 @@ namespace attach
{
private static async Task Main(string[] args)
{
ServiceClientTracing.IsEnabled = true;
var config = KubernetesClientConfiguration.BuildConfigFromConfigFile();
IKubernetes client = new Kubernetes(config);
Console.WriteLine("Starting Request!");