mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-04-02 17:03:37 +00:00
10 lines
143 B
C#
10 lines
143 B
C#
|
|
namespace KubernetesWorkflow
|
|||
|
|
{
|
|||
|
|
public enum Location
|
|||
|
|
{
|
|||
|
|
Unspecified,
|
|||
|
|
BensLaptop,
|
|||
|
|
BensOldGamingMachine
|
|||
|
|
}
|
|||
|
|
}
|