View Source GoogleApi.CloudBuild.V2.Model.Probe (google_api_cloud_build v0.50.1)

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

Attributes

  • exec (type: GoogleApi.CloudBuild.V2.Model.ExecAction.t, default: nil) - Optional. Exec specifies the action to take. +optional
  • periodSeconds (type: integer(), default: nil) - Optional. How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. +optional

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V2.Model.Probe{
  exec: GoogleApi.CloudBuild.V2.Model.ExecAction.t() | nil,
  periodSeconds: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.