google_api_apigee v0.11.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1PodStatus View Source

Attributes

  • appVersion (type: String.t, default: nil) - Version of the application running in the pod.

  • deploymentStatus (type: String.t, default: nil) - Status of the deployment. Valid values include:

    • deployed: Successful.
    • error : Failed.
    • pending : Pod has not yet reported on the deployment.
  • deploymentStatusTime (type: String.t, default: nil) - Time the deployment status was reported in milliseconds since epoch.

  • deploymentTime (type: String.t, default: nil) - Time the proxy was deployed in milliseconds since epoch.

  • podName (type: String.t, default: nil) - Name of the pod which is reporting the status.

  • podStatus (type: String.t, default: nil) - Overall status of the pod (not this specific deployment). Valid values include:

    • active: Up to date.
    • stale : Recently out of date.

    Pods that have not reported status in a long time are excluded from the output.

  • podStatusTime (type: String.t, default: nil) - Time the pod status was reported in milliseconds since epoch.

  • statusCode (type: String.t, default: nil) - Code associated with the deployment status.

  • statusCodeDetails (type: String.t, default: nil) - Human-readable message associated with the status code.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1PodStatus{
  appVersion: String.t(),
  deploymentStatus: String.t(),
  deploymentStatusTime: String.t(),
  deploymentTime: String.t(),
  podName: String.t(),
  podStatus: String.t(),
  podStatusTime: String.t(),
  statusCode: String.t(),
  statusCodeDetails: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.