DockerEngineAPI.Model.PluginsInfo (elixir_dea v1.45.7)

Available plugins per type. <p><br /></p> > Note: Only unmanaged (V1) plugins are included in this list. > V1 plugins are "lazily" loaded, and are not returned in this list > if there is no resource using the plugin.

Summary

Types

@type t() :: %DockerEngineAPI.Model.PluginsInfo{
  Authorization: [String.t()] | nil,
  Log: [String.t()] | nil,
  Network: [String.t()] | nil,
  Volume: [String.t()] | nil
}

Functions