GoogleApi.CloudRun.V1alpha1.Model.Configuration (google_api_cloud_run v0.42.0) View Source
Configuration represents the "floating HEAD" of a linear history of Revisions, and optionally how the containers those revisions reference are built. Users create new Revisions by updating the Configuration's spec. The "latest created" revision's name is available under status, as is the "latest ready" revision's name. See also: https://github.com/knative/serving/blob/master/docs/spec/overview.md#configuration
Attributes
-
apiVersion
(type:String.t
, default:nil
) - The API version for this call such as "serving.knative.dev/v1alpha1". -
kind
(type:String.t
, default:nil
) - The kind of resource, in this case always "Configuration". -
metadata
(type:GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t
, default:nil
) - Metadata associated with this Configuration, including name, namespace, labels, and annotations. -
spec
(type:GoogleApi.CloudRun.V1alpha1.Model.ConfigurationSpec.t
, default:nil
) - Spec holds the desired state of the Configuration (from the client). -
status
(type:GoogleApi.CloudRun.V1alpha1.Model.ConfigurationStatus.t
, default:nil
) - Status communicates the observed state of the Configuration (from the controller).
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudRun.V1alpha1.Model.Configuration{ apiVersion: String.t(), kind: String.t(), metadata: GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t(), spec: GoogleApi.CloudRun.V1alpha1.Model.ConfigurationSpec.t(), status: GoogleApi.CloudRun.V1alpha1.Model.ConfigurationStatus.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.