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

Indicates that the builder claims certain fields in this message to be complete.

Attributes

  • arguments (type: boolean(), default: nil) - If true, the builder claims that recipe.arguments is complete, meaning that all external inputs are properly captured in the recipe.
  • environment (type: boolean(), default: nil) - If true, the builder claims that recipe.environment is claimed to be complete.
  • materials (type: boolean(), default: nil) - If true, the builder claims that materials are complete, usually through some controls to prevent network access. Sometimes called "hermetic".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1.Model.Completeness{
  arguments: boolean() | nil,
  environment: boolean() | nil,
  materials: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.