mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-12-16 15:35:48 +08:00
10 lines
204 B
C#
10 lines
204 B
C#
namespace Ocelot.Provider.Kubernetes
|
|
{
|
|
public class KubeRegistryConfiguration
|
|
{
|
|
public string KubeNamespace { get; set; }
|
|
|
|
public string KeyOfServiceInK8s { get; set; }
|
|
}
|
|
}
|