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

The current state of the Service. Output only.

Attributes

  • address (GoogleApi.CloudRun.V1alpha1.Model.Addressable.t): From RouteStatus. Similar to domain, information on where the service is available on HTTP. Defaults to nil.
  • conditions (list(GoogleApi.CloudRun.V1alpha1.Model.ServiceCondition.t)): Conditions communicates information about ongoing/complete reconciliation processes that bring the "spec" inline with the observed state of the world. Defaults to nil.
  • 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 nil.
  • 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 nil.
  • 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 nil.
  • 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 nil.

  • traffic (list(GoogleApi.CloudRun.V1alpha1.Model.TrafficTarget.t)): 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 nil.

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: String.t(),
  latestCreatedRevisionName: String.t(),
  latestReadyRevisionName: String.t(),
  observedGeneration: integer(),
  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.