google-native.clouddeploy/v1.DeliveryPipeline
Creates a new DeliveryPipeline in a given project and location. Auto-naming is currently not supported for this resource.
Create DeliveryPipeline Resource
new DeliveryPipeline(name: string, args: DeliveryPipelineArgs, opts?: CustomResourceOptions);
@overload
def DeliveryPipeline(resource_name: str,
opts: Optional[ResourceOptions] = None,
annotations: Optional[Mapping[str, str]] = None,
delivery_pipeline_id: Optional[str] = None,
description: Optional[str] = None,
etag: Optional[str] = None,
labels: Optional[Mapping[str, str]] = None,
location: Optional[str] = None,
name: Optional[str] = None,
project: Optional[str] = None,
request_id: Optional[str] = None,
serial_pipeline: Optional[SerialPipelineArgs] = None,
suspended: Optional[bool] = None,
validate_only: Optional[bool] = None)
@overload
def DeliveryPipeline(resource_name: str,
args: DeliveryPipelineArgs,
opts: Optional[ResourceOptions] = None)
func NewDeliveryPipeline(ctx *Context, name string, args DeliveryPipelineArgs, opts ...ResourceOption) (*DeliveryPipeline, error)
public DeliveryPipeline(string name, DeliveryPipelineArgs args, CustomResourceOptions? opts = null)
public DeliveryPipeline(String name, DeliveryPipelineArgs args)
public DeliveryPipeline(String name, DeliveryPipelineArgs args, CustomResourceOptions options)
type: google-native:clouddeploy/v1:DeliveryPipeline
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DeliveryPipelineArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DeliveryPipelineArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DeliveryPipelineArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DeliveryPipelineArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DeliveryPipelineArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DeliveryPipeline Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The DeliveryPipeline resource accepts the following input properties:
- Delivery
Pipeline stringId Required. ID of the
DeliveryPipeline
.- Annotations Dictionary<string, string>
User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy.
- Description string
Description of the
DeliveryPipeline
. Max length is 255 characters.- Etag string
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- Labels Dictionary<string, string>
Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
- Location string
- Name string
Optional. Name of the
DeliveryPipeline
. Format is projects/{project}/ locations/{location}/deliveryPipelines/a-z{0,62}.- Project string
- Request
Id string Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- Serial
Pipeline Pulumi.Google Native. Cloud Deploy. V1. Inputs. Serial Pipeline Args SerialPipeline defines a sequential set of stages for a
DeliveryPipeline
.- Suspended bool
When suspended, no new releases or rollouts can be created, but in-progress ones will complete.
- Validate
Only bool Optional. If set to true, the request is validated and the user is provided with an expected result, but no actual change is made.
- Delivery
Pipeline stringId Required. ID of the
DeliveryPipeline
.- Annotations map[string]string
User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy.
- Description string
Description of the
DeliveryPipeline
. Max length is 255 characters.- Etag string
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- Labels map[string]string
Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
- Location string
- Name string
Optional. Name of the
DeliveryPipeline
. Format is projects/{project}/ locations/{location}/deliveryPipelines/a-z{0,62}.- Project string
- Request
Id string Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- Serial
Pipeline SerialPipeline Args SerialPipeline defines a sequential set of stages for a
DeliveryPipeline
.- Suspended bool
When suspended, no new releases or rollouts can be created, but in-progress ones will complete.
- Validate
Only bool Optional. If set to true, the request is validated and the user is provided with an expected result, but no actual change is made.
- delivery
Pipeline StringId Required. ID of the
DeliveryPipeline
.- annotations Map<String,String>
User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy.
- description String
Description of the
DeliveryPipeline
. Max length is 255 characters.- etag String
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- labels Map<String,String>
Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
- location String
- name String
Optional. Name of the
DeliveryPipeline
. Format is projects/{project}/ locations/{location}/deliveryPipelines/a-z{0,62}.- project String
- request
Id String Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- serial
Pipeline SerialPipeline Args SerialPipeline defines a sequential set of stages for a
DeliveryPipeline
.- suspended Boolean
When suspended, no new releases or rollouts can be created, but in-progress ones will complete.
- validate
Only Boolean Optional. If set to true, the request is validated and the user is provided with an expected result, but no actual change is made.
- delivery
Pipeline stringId Required. ID of the
DeliveryPipeline
.- annotations {[key: string]: string}
User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy.
- description string
Description of the
DeliveryPipeline
. Max length is 255 characters.- etag string
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- labels {[key: string]: string}
Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
- location string
- name string
Optional. Name of the
DeliveryPipeline
. Format is projects/{project}/ locations/{location}/deliveryPipelines/a-z{0,62}.- project string
- request
Id string Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- serial
Pipeline SerialPipeline Args SerialPipeline defines a sequential set of stages for a
DeliveryPipeline
.- suspended boolean
When suspended, no new releases or rollouts can be created, but in-progress ones will complete.
- validate
Only boolean Optional. If set to true, the request is validated and the user is provided with an expected result, but no actual change is made.
- delivery_
pipeline_ strid Required. ID of the
DeliveryPipeline
.- annotations Mapping[str, str]
User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy.
- description str
Description of the
DeliveryPipeline
. Max length is 255 characters.- etag str
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- labels Mapping[str, str]
Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
- location str
- name str
Optional. Name of the
DeliveryPipeline
. Format is projects/{project}/ locations/{location}/deliveryPipelines/a-z{0,62}.- project str
- request_
id str Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- serial_
pipeline SerialPipeline Args SerialPipeline defines a sequential set of stages for a
DeliveryPipeline
.- suspended bool
When suspended, no new releases or rollouts can be created, but in-progress ones will complete.
- validate_
only bool Optional. If set to true, the request is validated and the user is provided with an expected result, but no actual change is made.
- delivery
Pipeline StringId Required. ID of the
DeliveryPipeline
.- annotations Map<String>
User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy.
- description String
Description of the
DeliveryPipeline
. Max length is 255 characters.- etag String
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- labels Map<String>
Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
- location String
- name String
Optional. Name of the
DeliveryPipeline
. Format is projects/{project}/ locations/{location}/deliveryPipelines/a-z{0,62}.- project String
- request
Id String Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- serial
Pipeline Property Map SerialPipeline defines a sequential set of stages for a
DeliveryPipeline
.- suspended Boolean
When suspended, no new releases or rollouts can be created, but in-progress ones will complete.
- validate
Only Boolean Optional. If set to true, the request is validated and the user is provided with an expected result, but no actual change is made.
Outputs
All input properties are implicitly available as output properties. Additionally, the DeliveryPipeline resource produces the following output properties:
- Condition
Pulumi.
Google Native. Cloud Deploy. V1. Outputs. Pipeline Condition Response Information around the state of the Delivery Pipeline.
- Create
Time string Time at which the pipeline was created.
- Id string
The provider-assigned unique ID for this managed resource.
- Uid string
Unique identifier of the
DeliveryPipeline
.- Update
Time string Most recent time at which the pipeline was updated.
- Condition
Pipeline
Condition Response Information around the state of the Delivery Pipeline.
- Create
Time string Time at which the pipeline was created.
- Id string
The provider-assigned unique ID for this managed resource.
- Uid string
Unique identifier of the
DeliveryPipeline
.- Update
Time string Most recent time at which the pipeline was updated.
- condition
Pipeline
Condition Response Information around the state of the Delivery Pipeline.
- create
Time String Time at which the pipeline was created.
- id String
The provider-assigned unique ID for this managed resource.
- uid String
Unique identifier of the
DeliveryPipeline
.- update
Time String Most recent time at which the pipeline was updated.
- condition
Pipeline
Condition Response Information around the state of the Delivery Pipeline.
- create
Time string Time at which the pipeline was created.
- id string
The provider-assigned unique ID for this managed resource.
- uid string
Unique identifier of the
DeliveryPipeline
.- update
Time string Most recent time at which the pipeline was updated.
- condition
Pipeline
Condition Response Information around the state of the Delivery Pipeline.
- create_
time str Time at which the pipeline was created.
- id str
The provider-assigned unique ID for this managed resource.
- uid str
Unique identifier of the
DeliveryPipeline
.- update_
time str Most recent time at which the pipeline was updated.
- condition Property Map
Information around the state of the Delivery Pipeline.
- create
Time String Time at which the pipeline was created.
- id String
The provider-assigned unique ID for this managed resource.
- uid String
Unique identifier of the
DeliveryPipeline
.- update
Time String Most recent time at which the pipeline was updated.
Supporting Types
PipelineConditionResponse
- Pipeline
Ready Pulumi.Condition Google Native. Cloud Deploy. V1. Inputs. Pipeline Ready Condition Response Details around the Pipeline's overall status.
- Targets
Present Pulumi.Condition Google Native. Cloud Deploy. V1. Inputs. Targets Present Condition Response Details around targets enumerated in the pipeline.
- Targets
Type Pulumi.Condition Google Native. Cloud Deploy. V1. Inputs. Targets Type Condition Response Details on the whether the targets enumerated in the pipeline are of the same type.
- Pipeline
Ready PipelineCondition Ready Condition Response Details around the Pipeline's overall status.
- Targets
Present TargetsCondition Present Condition Response Details around targets enumerated in the pipeline.
- Targets
Type TargetsCondition Type Condition Response Details on the whether the targets enumerated in the pipeline are of the same type.
- pipeline
Ready PipelineCondition Ready Condition Response Details around the Pipeline's overall status.
- targets
Present TargetsCondition Present Condition Response Details around targets enumerated in the pipeline.
- targets
Type TargetsCondition Type Condition Response Details on the whether the targets enumerated in the pipeline are of the same type.
- pipeline
Ready PipelineCondition Ready Condition Response Details around the Pipeline's overall status.
- targets
Present TargetsCondition Present Condition Response Details around targets enumerated in the pipeline.
- targets
Type TargetsCondition Type Condition Response Details on the whether the targets enumerated in the pipeline are of the same type.
- pipeline_
ready_ Pipelinecondition Ready Condition Response Details around the Pipeline's overall status.
- targets_
present_ Targetscondition Present Condition Response Details around targets enumerated in the pipeline.
- targets_
type_ Targetscondition Type Condition Response Details on the whether the targets enumerated in the pipeline are of the same type.
- pipeline
Ready Property MapCondition Details around the Pipeline's overall status.
- targets
Present Property MapCondition Details around targets enumerated in the pipeline.
- targets
Type Property MapCondition Details on the whether the targets enumerated in the pipeline are of the same type.
PipelineReadyConditionResponse
- Status bool
True if the Pipeline is in a valid state. Otherwise at least one condition in
PipelineCondition
is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.- Update
Time string Last time the condition was updated.
- Status bool
True if the Pipeline is in a valid state. Otherwise at least one condition in
PipelineCondition
is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.- Update
Time string Last time the condition was updated.
- status Boolean
True if the Pipeline is in a valid state. Otherwise at least one condition in
PipelineCondition
is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.- update
Time String Last time the condition was updated.
- status boolean
True if the Pipeline is in a valid state. Otherwise at least one condition in
PipelineCondition
is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.- update
Time string Last time the condition was updated.
- status bool
True if the Pipeline is in a valid state. Otherwise at least one condition in
PipelineCondition
is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.- update_
time str Last time the condition was updated.
- status Boolean
True if the Pipeline is in a valid state. Otherwise at least one condition in
PipelineCondition
is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.- update
Time String Last time the condition was updated.
SerialPipeline
- Stages
List<Pulumi.
Google Native. Cloud Deploy. V1. Inputs. Stage> Each stage specifies configuration for a
Target
. The ordering of this list defines the promotion flow.
- stages List<Stage>
Each stage specifies configuration for a
Target
. The ordering of this list defines the promotion flow.
- stages Sequence[Stage]
Each stage specifies configuration for a
Target
. The ordering of this list defines the promotion flow.
- stages List<Property Map>
Each stage specifies configuration for a
Target
. The ordering of this list defines the promotion flow.
SerialPipelineResponse
- Stages
List<Pulumi.
Google Native. Cloud Deploy. V1. Inputs. Stage Response> Each stage specifies configuration for a
Target
. The ordering of this list defines the promotion flow.
- Stages
[]Stage
Response Each stage specifies configuration for a
Target
. The ordering of this list defines the promotion flow.
- stages
List<Stage
Response> Each stage specifies configuration for a
Target
. The ordering of this list defines the promotion flow.
- stages
Stage
Response[] Each stage specifies configuration for a
Target
. The ordering of this list defines the promotion flow.
- stages
Sequence[Stage
Response] Each stage specifies configuration for a
Target
. The ordering of this list defines the promotion flow.
- stages List<Property Map>
Each stage specifies configuration for a
Target
. The ordering of this list defines the promotion flow.
Stage
- Profiles List<string>
Skaffold profiles to use when rendering the manifest for this stage's
Target
.- Strategy
Pulumi.
Google Native. Cloud Deploy. V1. Inputs. Strategy Optional. The strategy to use for a
Rollout
to this stage.- Target
Id string The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be
my-target
(rather thanprojects/project/locations/location/targets/my-target
). The location of theTarget
is inferred to be the same as the location of theDeliveryPipeline
that contains thisStage
.
- Profiles []string
Skaffold profiles to use when rendering the manifest for this stage's
Target
.- Strategy Strategy
Optional. The strategy to use for a
Rollout
to this stage.- Target
Id string The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be
my-target
(rather thanprojects/project/locations/location/targets/my-target
). The location of theTarget
is inferred to be the same as the location of theDeliveryPipeline
that contains thisStage
.
- profiles List<String>
Skaffold profiles to use when rendering the manifest for this stage's
Target
.- strategy Strategy
Optional. The strategy to use for a
Rollout
to this stage.- target
Id String The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be
my-target
(rather thanprojects/project/locations/location/targets/my-target
). The location of theTarget
is inferred to be the same as the location of theDeliveryPipeline
that contains thisStage
.
- profiles string[]
Skaffold profiles to use when rendering the manifest for this stage's
Target
.- strategy Strategy
Optional. The strategy to use for a
Rollout
to this stage.- target
Id string The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be
my-target
(rather thanprojects/project/locations/location/targets/my-target
). The location of theTarget
is inferred to be the same as the location of theDeliveryPipeline
that contains thisStage
.
- profiles Sequence[str]
Skaffold profiles to use when rendering the manifest for this stage's
Target
.- strategy Strategy
Optional. The strategy to use for a
Rollout
to this stage.- target_
id str The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be
my-target
(rather thanprojects/project/locations/location/targets/my-target
). The location of theTarget
is inferred to be the same as the location of theDeliveryPipeline
that contains thisStage
.
- profiles List<String>
Skaffold profiles to use when rendering the manifest for this stage's
Target
.- strategy Property Map
Optional. The strategy to use for a
Rollout
to this stage.- target
Id String The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be
my-target
(rather thanprojects/project/locations/location/targets/my-target
). The location of theTarget
is inferred to be the same as the location of theDeliveryPipeline
that contains thisStage
.
StageResponse
- Profiles List<string>
Skaffold profiles to use when rendering the manifest for this stage's
Target
.- Strategy
Pulumi.
Google Native. Cloud Deploy. V1. Inputs. Strategy Response Optional. The strategy to use for a
Rollout
to this stage.- Target
Id string The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be
my-target
(rather thanprojects/project/locations/location/targets/my-target
). The location of theTarget
is inferred to be the same as the location of theDeliveryPipeline
that contains thisStage
.
- Profiles []string
Skaffold profiles to use when rendering the manifest for this stage's
Target
.- Strategy
Strategy
Response Optional. The strategy to use for a
Rollout
to this stage.- Target
Id string The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be
my-target
(rather thanprojects/project/locations/location/targets/my-target
). The location of theTarget
is inferred to be the same as the location of theDeliveryPipeline
that contains thisStage
.
- profiles List<String>
Skaffold profiles to use when rendering the manifest for this stage's
Target
.- strategy
Strategy
Response Optional. The strategy to use for a
Rollout
to this stage.- target
Id String The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be
my-target
(rather thanprojects/project/locations/location/targets/my-target
). The location of theTarget
is inferred to be the same as the location of theDeliveryPipeline
that contains thisStage
.
- profiles string[]
Skaffold profiles to use when rendering the manifest for this stage's
Target
.- strategy
Strategy
Response Optional. The strategy to use for a
Rollout
to this stage.- target
Id string The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be
my-target
(rather thanprojects/project/locations/location/targets/my-target
). The location of theTarget
is inferred to be the same as the location of theDeliveryPipeline
that contains thisStage
.
- profiles Sequence[str]
Skaffold profiles to use when rendering the manifest for this stage's
Target
.- strategy
Strategy
Response Optional. The strategy to use for a
Rollout
to this stage.- target_
id str The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be
my-target
(rather thanprojects/project/locations/location/targets/my-target
). The location of theTarget
is inferred to be the same as the location of theDeliveryPipeline
that contains thisStage
.
- profiles List<String>
Skaffold profiles to use when rendering the manifest for this stage's
Target
.- strategy Property Map
Optional. The strategy to use for a
Rollout
to this stage.- target
Id String The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be
my-target
(rather thanprojects/project/locations/location/targets/my-target
). The location of theTarget
is inferred to be the same as the location of theDeliveryPipeline
that contains thisStage
.
Standard
- Verify bool
Whether to verify a deployment.
- Verify bool
Whether to verify a deployment.
- verify Boolean
Whether to verify a deployment.
- verify boolean
Whether to verify a deployment.
- verify bool
Whether to verify a deployment.
- verify Boolean
Whether to verify a deployment.
StandardResponse
- Verify bool
Whether to verify a deployment.
- Verify bool
Whether to verify a deployment.
- verify Boolean
Whether to verify a deployment.
- verify boolean
Whether to verify a deployment.
- verify bool
Whether to verify a deployment.
- verify Boolean
Whether to verify a deployment.
Strategy
- Standard
Pulumi.
Google Native. Cloud Deploy. V1. Inputs. Standard Standard deployment strategy executes a single deploy and allows verifying the deployment.
- standard Property Map
Standard deployment strategy executes a single deploy and allows verifying the deployment.
StrategyResponse
- Standard
Pulumi.
Google Native. Cloud Deploy. V1. Inputs. Standard Response Standard deployment strategy executes a single deploy and allows verifying the deployment.
- Standard
Standard
Response Standard deployment strategy executes a single deploy and allows verifying the deployment.
- standard
Standard
Response Standard deployment strategy executes a single deploy and allows verifying the deployment.
- standard
Standard
Response Standard deployment strategy executes a single deploy and allows verifying the deployment.
- standard
Standard
Response Standard deployment strategy executes a single deploy and allows verifying the deployment.
- standard Property Map
Standard deployment strategy executes a single deploy and allows verifying the deployment.
TargetsPresentConditionResponse
- Missing
Targets List<string> The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
- Status bool
True if there aren't any missing Targets.
- Update
Time string Last time the condition was updated.
- Missing
Targets []string The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
- Status bool
True if there aren't any missing Targets.
- Update
Time string Last time the condition was updated.
- missing
Targets List<String> The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
- status Boolean
True if there aren't any missing Targets.
- update
Time String Last time the condition was updated.
- missing
Targets string[] The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
- status boolean
True if there aren't any missing Targets.
- update
Time string Last time the condition was updated.
- missing_
targets Sequence[str] The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
- status bool
True if there aren't any missing Targets.
- update_
time str Last time the condition was updated.
- missing
Targets List<String> The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
- status Boolean
True if there aren't any missing Targets.
- update
Time String Last time the condition was updated.
TargetsTypeConditionResponse
- Error
Details string Human readable error message.
- Status bool
True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
- Error
Details string Human readable error message.
- Status bool
True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
- error
Details String Human readable error message.
- status Boolean
True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
- error
Details string Human readable error message.
- status boolean
True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
- error_
details str Human readable error message.
- status bool
True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
- error
Details String Human readable error message.
- status Boolean
True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0