csharp
public readonly record struct PlacementProbeWhat a backend found when it looked.
Remarks
⚠ The detail is not optional even when is true. "Docker answered" and "Docker answered on a socket in a devcontainer that is not the host's daemon" are the same boolean and different afternoons.
Fields and properties (3)
public bool AvailableWhether it can start realms here.
public string BackendWhich backend answered — kubernetes, docker, process.
public string DetailWhat it saw, for a log: the cluster it reached, the socket it opened, or why it could not.
Methods (2)
public PlacementProbe(bool Available, string Backend, string Detail)What a backend found when it looked.
public override string ToString()Returns the fully qualified type name of this instance.
Used by (7)
- DockerPlacementVixen.Live.Placement.Docker
- DockerPlacementTestsVixen.Live.Placement.Docker.Tests
- IRealmPlacementVixen.Live.Abstractions
- KubernetesPlacementVixen.Live.Placement.Kubernetes
- KubernetesPlacementTestsVixen.Live.Placement.Kubernetes.Tests
- ProcessPlacementVixen.Live.Placement.Process
- ProcessPlacementTestsVixen.Live.Placement.Process.Tests