NomadClient.Model.CsiInfo (nomad_client v0.12.4)

Link to this section Summary

Link to this section Types

Specs

t() :: %NomadClient.Model.CsiInfo{
  ControllerInfo: NomadClient.Model.CsiControllerInfo.t() | nil,
  HealthDescription: String.t() | nil,
  Healthy: boolean() | nil,
  NodeInfo: NomadClient.Model.CsiNodeInfo.t() | nil,
  PluginID: String.t() | nil,
  RequiresControllerPlugin: boolean() | nil,
  RequiresTopologies: boolean() | nil,
  UpdateTime: DateTime.t() | nil
}