2
0
mirror of synced 2025-01-10 16:46:05 +00:00

11 lines
135 B
C#

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