google_api_cloud_run v0.1.0 GoogleApi.CloudRun.V1alpha1.Model.Initializers View Source
Initializers tracks the progress of initialization.
Attributes
- pending (list(GoogleApi.CloudRun.V1alpha1.Model.Initializer.t)): Pending is a list of initializers that must execute in order before this
object is visible. When the last pending initializer is removed, and no
failing result is set, the initializers struct will be set to nil and the
object is considered as initialized and visible to all clients.
+patchMergeKey=name
+patchStrategy=merge 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.Initializers{
pending: [GoogleApi.CloudRun.V1alpha1.Model.Initializer.t()]
}
t() :: %GoogleApi.CloudRun.V1alpha1.Model.Initializers{ pending: [GoogleApi.CloudRun.V1alpha1.Model.Initializer.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.