This website requires JavaScript.
Explore
Help
Sign In
status-im
/
cs-codex-dist-tests
mirror of
Watch
2
Star
0
Fork
You've already forked cs-codex-dist-tests
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5f89db4012
cs-codex-dist-tests
/
KubernetesWorkflow
/
Location.cs
11 lines
135 B
C#
Raw
Normal View
History
Unescape
Escape
Moving everything around
2023-04-12 11:53:55 +00:00
namespace
KubernetesWorkflow
{
public
enum
Location
{
Unspecified
,
Automatically map location enum to available k8s nodes.
2023-06-02 08:04:07 +00:00
One
,
Two
,
Three
,
Moving everything around
2023-04-12 11:53:55 +00:00
}
}