mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-04 08:14:18 +00:00
10 lines
143 B
C#
10 lines
143 B
C#
namespace KubernetesWorkflow
|
|
{
|
|
public enum Location
|
|
{
|
|
Unspecified,
|
|
BensLaptop,
|
|
BensOldGamingMachine
|
|
}
|
|
}
|