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