google_api_cloud_run v0.0.1 GoogleApi.CloudRun.V1alpha1.Model.ServiceStatus View Source

The current state of the Service. Output only.

Attributes

  • address (Addressable): From RouteStatus. Similar to domain, information on where the service is available on HTTP. Defaults to: null.
  • conditions ([ServiceCondition]): Conditions communicates information about ongoing/complete reconciliation processes that bring the "spec" inline with the observed state of the world. Defaults to: null.
  • domain (String.t): From RouteStatus. Domain holds the top-level domain that will distribute traffic over the provided targets. It generally has the form https://{route-hash}-{project-hash}-{cluster-level-suffix}.a.run.app Defaults to: null.
  • latestCreatedRevisionName (String.t): From ConfigurationStatus. LatestCreatedRevisionName is the last revision that was created from this Service's Configuration. It might not be ready yet, for that use LatestReadyRevisionName. Defaults to: null.
  • latestReadyRevisionName (String.t): From ConfigurationStatus. LatestReadyRevisionName holds the name of the latest Revision stamped out from this Service's Configuration that has had its "Ready" condition become "True". Defaults to: null.
  • observedGeneration (integer()): ObservedGeneration is the 'Generation' of the Route that was last processed by the controller. Clients polling for completed reconciliation should poll until observedGeneration = metadata.generation and the Ready condition's status is True or False. Defaults to: null.
  • traffic ([TrafficTarget]): From RouteStatus. Traffic holds the configured traffic distribution. These entries will always contain RevisionName references. When ConfigurationName appears in the spec, this will hold the LatestReadyRevisionName that we last observed. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudRun.V1alpha1.Model.ServiceStatus{
  address: GoogleApi.CloudRun.V1alpha1.Model.Addressable.t(),
  conditions: [GoogleApi.CloudRun.V1alpha1.Model.ServiceCondition.t()],
  domain: any(),
  latestCreatedRevisionName: any(),
  latestReadyRevisionName: any(),
  observedGeneration: any(),
  traffic: [GoogleApi.CloudRun.V1alpha1.Model.TrafficTarget.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.