/ Framework / KubernetesWorkflow / PublicIpService.cs
PublicIpService.cs
1  namespace KubernetesWorkflow
2  {
3      public static class PublicIpService
4      {
5          public static string Address { get; } = "ip.codex.storage";
6      }
7  }