mirror of
https://github.com/Smaug123/PulumiConfig
synced 2025-10-05 16:48:39 +00:00
Add PureGym server (#22)
This commit is contained in:
@@ -101,6 +101,7 @@ type WellKnownSubdomain =
|
||||
| Woodpecker
|
||||
| WoodpeckerAgent
|
||||
| Grafana
|
||||
| PureGym
|
||||
|
||||
override this.ToString () =
|
||||
match this with
|
||||
@@ -111,6 +112,7 @@ type WellKnownSubdomain =
|
||||
| Grafana -> "grafana"
|
||||
| Woodpecker -> "woodpecker"
|
||||
| WoodpeckerAgent -> "woodpecker-agent"
|
||||
| PureGym -> "puregym"
|
||||
|
||||
static member Parse (s : string) =
|
||||
match s with
|
||||
@@ -121,6 +123,7 @@ type WellKnownSubdomain =
|
||||
| "woodpecker" -> WellKnownSubdomain.Woodpecker
|
||||
| "woodpecker-agent" -> WellKnownSubdomain.WoodpeckerAgent
|
||||
| "grafana" -> WellKnownSubdomain.Grafana
|
||||
| "puregym" -> WellKnownSubdomain.PureGym
|
||||
| _ -> failwith $"Failed to deserialise: {s}"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user