Skip to content

KubernetesHostingOptions

class

Namespace: Orleans.Hosting.Kubernetes

Options for hosting in Kubernetes.
public sealed class KubernetesHostingOptions

Constructors

Properties

  • DeleteDefunctSiloPods Whether or not to delete pods which correspond to silos which have become defunct since this silo became active.
  • GetClientConfiguration The delegate used to get an instance of k8s.KubernetesClientConfiguration.
  • MaxAgents The number of silos in the cluster which should monitor Kubernetes.
  • MaxKubernetesApiRetryAttempts Gets or sets the maximum number of attempts to retry Kubernetes API calls.

Fields