Vixen
02b45cc4
csharp
public readonly record struct PlacementEvent

One thing that happened to one instance.

Read the guide page for this →

Fields and properties (5)

  • public PlacementEventKind Kind

    What happened.

  • public RealmInstanceId Instance

    To which instance.

  • public ShardId Shard

    Which shard it was carrying.

  • public RealmEndpoint Endpoint

    Where it is, on Ready.

  • public string Detail

    What the backend saw — an exit code, a signal, a reason.

Methods (2)

Used by (8)

  • DockerPlacementVixen.Live.Placement.Docker
  • DockerPlacementTestsVixen.Live.Placement.Docker.Tests
  • IRealmPlacementVixen.Live.Abstractions
  • KubernetesPlacementVixen.Live.Placement.Kubernetes
  • KubernetesPlacementTestsVixen.Live.Placement.Kubernetes.Tests
  • PlacementWatchVixen.Live.Placement.Docker.Tests
  • ProcessPlacementVixen.Live.Placement.Process
  • ProcessPlacementTestsVixen.Live.Placement.Process.Tests