google_api_cloud_run v0.1.0 GoogleApi.CloudRun.V1alpha1.Model.ConfigurationStatus View Source
ConfigurationStatus communicates the observed state of the Configuration (from the controller).
Attributes
- conditions (list(GoogleApi.CloudRun.V1alpha1.Model.ConfigurationCondition.t)): Conditions communicates information about ongoing/complete
reconciliation processes that bring the "spec" inline with the observed
state of the world. Defaults to
nil
. - latestCreatedRevisionName (String.t): LatestCreatedRevisionName is the last revision that was created from this
Configuration. It might not be ready yet, for that use
LatestReadyRevisionName. Defaults to
nil
. - latestReadyRevisionName (String.t): LatestReadyRevisionName holds the name of the latest Revision stamped out
from this Configuration that has had its "Ready" condition become "True". Defaults to
nil
. - observedGeneration (integer()): ObservedGeneration is the 'Generation' of the Configuration that was last processed by the controller. The observed generation is updated even if the controller failed to process the spec and create the Revision.
Clients polling for completed reconciliation should poll until
observedGeneration = metadata.generation, and the Ready condition's status
is True or False. 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()
View Source
t() :: %GoogleApi.CloudRun.V1alpha1.Model.ConfigurationStatus{
conditions: [GoogleApi.CloudRun.V1alpha1.Model.ConfigurationCondition.t()],
latestCreatedRevisionName: String.t(),
latestReadyRevisionName: String.t(),
observedGeneration: integer()
}
t() :: %GoogleApi.CloudRun.V1alpha1.Model.ConfigurationStatus{ conditions: [GoogleApi.CloudRun.V1alpha1.Model.ConfigurationCondition.t()], latestCreatedRevisionName: String.t(), latestReadyRevisionName: String.t(), observedGeneration: integer() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.