2
0
mirror of synced 2025-02-05 13:15:10 +00:00

11 lines
135 B
C#
Raw Normal View History

2023-04-12 13:53:55 +02:00
namespace KubernetesWorkflow
{
public enum Location
{
Unspecified,
One,
Two,
Three,
2023-04-12 13:53:55 +02:00
}
}