google_api_cloud_run v0.3.0 GoogleApi.CloudRun.V1alpha1.Model.RevisionTemplate View Source
RevisionTemplateSpec describes the data a revision should have when created from a template. Based on: https://github.com/kubernetes/api/blob/e771f807/core/v1/types.go#L3179-L3190
Attributes
metadata
(type:GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t
, default:nil
) - Optional metadata for this Revision, including labels and annotations. Name will be generated by the Configuration.spec
(type:GoogleApi.CloudRun.V1alpha1.Model.RevisionSpec.t
, default:nil
) - RevisionSpec holds the desired state of the Revision (from the client).
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.RevisionTemplate{
metadata: GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t(),
spec: GoogleApi.CloudRun.V1alpha1.Model.RevisionSpec.t()
}
t() :: %GoogleApi.CloudRun.V1alpha1.Model.RevisionTemplate{ metadata: GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t(), spec: GoogleApi.CloudRun.V1alpha1.Model.RevisionSpec.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.