View Source GoogleApi.ContainerAnalysis.V1.Model.Layer (google_api_container_analysis v0.28.0)

Layer holds metadata specific to a layer of a Docker image.

Attributes

  • arguments (type: String.t, default: nil) - The recovered arguments to the Dockerfile directive.
  • directive (type: String.t, default: nil) - Required. The recovered Dockerfile directive used to construct this layer. See https://docs.docker.com/engine/reference/builder/ for more information.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1.Model.Layer{
  arguments: String.t() | nil,
  directive: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.