Vixen
02b45cc4
csharp
public readonly record struct PlacementProbe

What a backend found when it looked.

Read the guide page for this →

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 Available

    Whether it can start realms here.

  • public string Backend

    Which backend answered — kubernetes, docker, process.

  • public string Detail

    What 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