DockerEngineAPI.Model.TaskSpecContainerSpecSecretsInnerFile (ex_docker_api v1.48.0)

View Source

File represents a specific target that is backed by a file.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.TaskSpecContainerSpecSecretsInnerFile{
  GID: String.t() | nil,
  Mode: integer() | nil,
  Name: String.t() | nil,
  UID: String.t() | nil
}

Functions

decode(value)