mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-12-17 06:25:49 +08:00
kubernetes use in cluster (#882)
* refactor :kubernetes use in cluster * feat:delete KubeClient
This commit is contained in:
@@ -5,16 +5,8 @@ namespace Ocelot.Provider.Kubernetes
|
||||
{
|
||||
public class KubeRegistryConfiguration
|
||||
{
|
||||
public Uri ApiEndPoint { get; set; }
|
||||
|
||||
public string KubeNamespace { get; set; }
|
||||
|
||||
public string KeyOfServiceInK8s { get; set; }
|
||||
|
||||
public KubeAuthStrategy AuthStrategy { get; set; }
|
||||
|
||||
public string AccessToken { get; set; }
|
||||
|
||||
public bool AllowInsecure { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user