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