2
0
mirror of synced 2025-02-22 04:58:19 +00:00

11 lines
135 B
C#

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