GoogleApi.CloudDeploy.V1.Model.TimedPromoteReleaseRule (google_api_cloud_deploy v0.14.0)
View SourceThe TimedPromoteReleaseRule
will automatically promote a release from the current target(s) to the specified target(s) on a configured schedule.
Attributes
-
condition
(type:GoogleApi.CloudDeploy.V1.Model.AutomationRuleCondition.t
, default:nil
) - Output only. Information around the state of the Automation rule. -
destinationPhase
(type:String.t
, default:nil
) - Optional. The starting phase of the rollout created by this rule. Default to the first phase. -
destinationTargetId
(type:String.t
, default:nil
) - Optional. The ID of the stage in the pipeline to which thisRelease
is deploying. If unspecified, default it to the next stage in the promotion flow. The value of this field could be one of the following: The last segment of a target name "@next", the next target in the promotion sequence -
id
(type:String.t
, default:nil
) - Required. ID of the rule. This ID must be unique in theAutomation
resource to which this rule belongs. The format is[a-z]([a-z0-9-]{0,61}[a-z0-9])?
. -
schedule
(type:String.t
, default:nil
) - Required. Schedule in crontab format. e.g. "0 9 1" for every Monday at 9am. -
timeZone
(type:String.t
, default:nil
) - Required. The time zone in IANA format IANA Time Zone Database (e.g. America/New_York).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudDeploy.V1.Model.TimedPromoteReleaseRule{ condition: GoogleApi.CloudDeploy.V1.Model.AutomationRuleCondition.t() | nil, destinationPhase: String.t() | nil, destinationTargetId: String.t() | nil, id: String.t() | nil, schedule: String.t() | nil, timeZone: String.t() | nil }