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