2
0
mirror of synced 2025-02-20 12:08:26 +00:00

11 lines
135 B
C#

namespace KubernetesWorkflow
{
public enum Location
{
Unspecified,
One,
Two,
Three,
}
}