1. Packages
  2. Google Cloud Native
  3. API Docs
  4. clouddeploy
  5. clouddeploy/v1
  6. DeliveryPipeline

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.clouddeploy/v1.DeliveryPipeline

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Creates a new DeliveryPipeline in a given project and location.

    Create DeliveryPipeline Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new DeliveryPipeline(name: string, args: DeliveryPipelineArgs, opts?: CustomResourceOptions);
    @overload
    def DeliveryPipeline(resource_name: str,
                         args: DeliveryPipelineArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def DeliveryPipeline(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         delivery_pipeline_id: Optional[str] = None,
                         annotations: Optional[Mapping[str, 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)
    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.
    
    

    Parameters

    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.

    Example

    The following reference example uses placeholder values for all input properties.

    var deliveryPipelineResource = new GoogleNative.CloudDeploy.V1.DeliveryPipeline("deliveryPipelineResource", new()
    {
        DeliveryPipelineId = "string",
        Annotations = 
        {
            { "string", "string" },
        },
        Description = "string",
        Etag = "string",
        Labels = 
        {
            { "string", "string" },
        },
        Location = "string",
        Name = "string",
        Project = "string",
        RequestId = "string",
        SerialPipeline = new GoogleNative.CloudDeploy.V1.Inputs.SerialPipelineArgs
        {
            Stages = new[]
            {
                new GoogleNative.CloudDeploy.V1.Inputs.StageArgs
                {
                    DeployParameters = new[]
                    {
                        new GoogleNative.CloudDeploy.V1.Inputs.DeployParametersArgs
                        {
                            Values = 
                            {
                                { "string", "string" },
                            },
                            MatchTargetLabels = 
                            {
                                { "string", "string" },
                            },
                        },
                    },
                    Profiles = new[]
                    {
                        "string",
                    },
                    Strategy = new GoogleNative.CloudDeploy.V1.Inputs.StrategyArgs
                    {
                        Canary = new GoogleNative.CloudDeploy.V1.Inputs.CanaryArgs
                        {
                            CanaryDeployment = new GoogleNative.CloudDeploy.V1.Inputs.CanaryDeploymentArgs
                            {
                                Percentages = new[]
                                {
                                    0,
                                },
                                Postdeploy = new GoogleNative.CloudDeploy.V1.Inputs.PostdeployArgs
                                {
                                    Actions = new[]
                                    {
                                        "string",
                                    },
                                },
                                Predeploy = new GoogleNative.CloudDeploy.V1.Inputs.PredeployArgs
                                {
                                    Actions = new[]
                                    {
                                        "string",
                                    },
                                },
                                Verify = false,
                            },
                            CustomCanaryDeployment = new GoogleNative.CloudDeploy.V1.Inputs.CustomCanaryDeploymentArgs
                            {
                                PhaseConfigs = new[]
                                {
                                    new GoogleNative.CloudDeploy.V1.Inputs.PhaseConfigArgs
                                    {
                                        Percentage = 0,
                                        PhaseId = "string",
                                        Postdeploy = new GoogleNative.CloudDeploy.V1.Inputs.PostdeployArgs
                                        {
                                            Actions = new[]
                                            {
                                                "string",
                                            },
                                        },
                                        Predeploy = new GoogleNative.CloudDeploy.V1.Inputs.PredeployArgs
                                        {
                                            Actions = new[]
                                            {
                                                "string",
                                            },
                                        },
                                        Profiles = new[]
                                        {
                                            "string",
                                        },
                                        Verify = false,
                                    },
                                },
                            },
                            RuntimeConfig = new GoogleNative.CloudDeploy.V1.Inputs.RuntimeConfigArgs
                            {
                                CloudRun = new GoogleNative.CloudDeploy.V1.Inputs.CloudRunConfigArgs
                                {
                                    AutomaticTrafficControl = false,
                                },
                                Kubernetes = new GoogleNative.CloudDeploy.V1.Inputs.KubernetesConfigArgs
                                {
                                    GatewayServiceMesh = new GoogleNative.CloudDeploy.V1.Inputs.GatewayServiceMeshArgs
                                    {
                                        Deployment = "string",
                                        HttpRoute = "string",
                                        Service = "string",
                                        RouteUpdateWaitTime = "string",
                                    },
                                    ServiceNetworking = new GoogleNative.CloudDeploy.V1.Inputs.ServiceNetworkingArgs
                                    {
                                        Deployment = "string",
                                        Service = "string",
                                        DisablePodOverprovisioning = false,
                                    },
                                },
                            },
                        },
                        Standard = new GoogleNative.CloudDeploy.V1.Inputs.StandardArgs
                        {
                            Postdeploy = new GoogleNative.CloudDeploy.V1.Inputs.PostdeployArgs
                            {
                                Actions = new[]
                                {
                                    "string",
                                },
                            },
                            Predeploy = new GoogleNative.CloudDeploy.V1.Inputs.PredeployArgs
                            {
                                Actions = new[]
                                {
                                    "string",
                                },
                            },
                            Verify = false,
                        },
                    },
                    TargetId = "string",
                },
            },
        },
        Suspended = false,
    });
    
    example, err := clouddeploy.NewDeliveryPipeline(ctx, "deliveryPipelineResource", &clouddeploy.DeliveryPipelineArgs{
    DeliveryPipelineId: pulumi.String("string"),
    Annotations: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    Description: pulumi.String("string"),
    Etag: pulumi.String("string"),
    Labels: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    Location: pulumi.String("string"),
    Name: pulumi.String("string"),
    Project: pulumi.String("string"),
    RequestId: pulumi.String("string"),
    SerialPipeline: &clouddeploy.SerialPipelineArgs{
    Stages: clouddeploy.StageArray{
    &clouddeploy.StageArgs{
    DeployParameters: clouddeploy.DeployParametersArray{
    &clouddeploy.DeployParametersArgs{
    Values: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    MatchTargetLabels: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    },
    },
    Profiles: pulumi.StringArray{
    pulumi.String("string"),
    },
    Strategy: &clouddeploy.StrategyArgs{
    Canary: &clouddeploy.CanaryArgs{
    CanaryDeployment: &clouddeploy.CanaryDeploymentArgs{
    Percentages: pulumi.IntArray{
    pulumi.Int(0),
    },
    Postdeploy: &clouddeploy.PostdeployArgs{
    Actions: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    Predeploy: &clouddeploy.PredeployArgs{
    Actions: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    Verify: pulumi.Bool(false),
    },
    CustomCanaryDeployment: &clouddeploy.CustomCanaryDeploymentArgs{
    PhaseConfigs: clouddeploy.PhaseConfigArray{
    &clouddeploy.PhaseConfigArgs{
    Percentage: pulumi.Int(0),
    PhaseId: pulumi.String("string"),
    Postdeploy: &clouddeploy.PostdeployArgs{
    Actions: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    Predeploy: &clouddeploy.PredeployArgs{
    Actions: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    Profiles: pulumi.StringArray{
    pulumi.String("string"),
    },
    Verify: pulumi.Bool(false),
    },
    },
    },
    RuntimeConfig: &clouddeploy.RuntimeConfigArgs{
    CloudRun: &clouddeploy.CloudRunConfigArgs{
    AutomaticTrafficControl: pulumi.Bool(false),
    },
    Kubernetes: &clouddeploy.KubernetesConfigArgs{
    GatewayServiceMesh: &clouddeploy.GatewayServiceMeshArgs{
    Deployment: pulumi.String("string"),
    HttpRoute: pulumi.String("string"),
    Service: pulumi.String("string"),
    RouteUpdateWaitTime: pulumi.String("string"),
    },
    ServiceNetworking: &clouddeploy.ServiceNetworkingArgs{
    Deployment: pulumi.String("string"),
    Service: pulumi.String("string"),
    DisablePodOverprovisioning: pulumi.Bool(false),
    },
    },
    },
    },
    Standard: &clouddeploy.StandardArgs{
    Postdeploy: &clouddeploy.PostdeployArgs{
    Actions: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    Predeploy: &clouddeploy.PredeployArgs{
    Actions: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    Verify: pulumi.Bool(false),
    },
    },
    TargetId: pulumi.String("string"),
    },
    },
    },
    Suspended: pulumi.Bool(false),
    })
    
    var deliveryPipelineResource = new DeliveryPipeline("deliveryPipelineResource", DeliveryPipelineArgs.builder()        
        .deliveryPipelineId("string")
        .annotations(Map.of("string", "string"))
        .description("string")
        .etag("string")
        .labels(Map.of("string", "string"))
        .location("string")
        .name("string")
        .project("string")
        .requestId("string")
        .serialPipeline(SerialPipelineArgs.builder()
            .stages(StageArgs.builder()
                .deployParameters(DeployParametersArgs.builder()
                    .values(Map.of("string", "string"))
                    .matchTargetLabels(Map.of("string", "string"))
                    .build())
                .profiles("string")
                .strategy(StrategyArgs.builder()
                    .canary(CanaryArgs.builder()
                        .canaryDeployment(CanaryDeploymentArgs.builder()
                            .percentages(0)
                            .postdeploy(PostdeployArgs.builder()
                                .actions("string")
                                .build())
                            .predeploy(PredeployArgs.builder()
                                .actions("string")
                                .build())
                            .verify(false)
                            .build())
                        .customCanaryDeployment(CustomCanaryDeploymentArgs.builder()
                            .phaseConfigs(PhaseConfigArgs.builder()
                                .percentage(0)
                                .phaseId("string")
                                .postdeploy(PostdeployArgs.builder()
                                    .actions("string")
                                    .build())
                                .predeploy(PredeployArgs.builder()
                                    .actions("string")
                                    .build())
                                .profiles("string")
                                .verify(false)
                                .build())
                            .build())
                        .runtimeConfig(RuntimeConfigArgs.builder()
                            .cloudRun(CloudRunConfigArgs.builder()
                                .automaticTrafficControl(false)
                                .build())
                            .kubernetes(KubernetesConfigArgs.builder()
                                .gatewayServiceMesh(GatewayServiceMeshArgs.builder()
                                    .deployment("string")
                                    .httpRoute("string")
                                    .service("string")
                                    .routeUpdateWaitTime("string")
                                    .build())
                                .serviceNetworking(ServiceNetworkingArgs.builder()
                                    .deployment("string")
                                    .service("string")
                                    .disablePodOverprovisioning(false)
                                    .build())
                                .build())
                            .build())
                        .build())
                    .standard(StandardArgs.builder()
                        .postdeploy(PostdeployArgs.builder()
                            .actions("string")
                            .build())
                        .predeploy(PredeployArgs.builder()
                            .actions("string")
                            .build())
                        .verify(false)
                        .build())
                    .build())
                .targetId("string")
                .build())
            .build())
        .suspended(false)
        .build());
    
    delivery_pipeline_resource = google_native.clouddeploy.v1.DeliveryPipeline("deliveryPipelineResource",
        delivery_pipeline_id="string",
        annotations={
            "string": "string",
        },
        description="string",
        etag="string",
        labels={
            "string": "string",
        },
        location="string",
        name="string",
        project="string",
        request_id="string",
        serial_pipeline=google_native.clouddeploy.v1.SerialPipelineArgs(
            stages=[google_native.clouddeploy.v1.StageArgs(
                deploy_parameters=[google_native.clouddeploy.v1.DeployParametersArgs(
                    values={
                        "string": "string",
                    },
                    match_target_labels={
                        "string": "string",
                    },
                )],
                profiles=["string"],
                strategy=google_native.clouddeploy.v1.StrategyArgs(
                    canary=google_native.clouddeploy.v1.CanaryArgs(
                        canary_deployment=google_native.clouddeploy.v1.CanaryDeploymentArgs(
                            percentages=[0],
                            postdeploy=google_native.clouddeploy.v1.PostdeployArgs(
                                actions=["string"],
                            ),
                            predeploy=google_native.clouddeploy.v1.PredeployArgs(
                                actions=["string"],
                            ),
                            verify=False,
                        ),
                        custom_canary_deployment=google_native.clouddeploy.v1.CustomCanaryDeploymentArgs(
                            phase_configs=[google_native.clouddeploy.v1.PhaseConfigArgs(
                                percentage=0,
                                phase_id="string",
                                postdeploy=google_native.clouddeploy.v1.PostdeployArgs(
                                    actions=["string"],
                                ),
                                predeploy=google_native.clouddeploy.v1.PredeployArgs(
                                    actions=["string"],
                                ),
                                profiles=["string"],
                                verify=False,
                            )],
                        ),
                        runtime_config=google_native.clouddeploy.v1.RuntimeConfigArgs(
                            cloud_run=google_native.clouddeploy.v1.CloudRunConfigArgs(
                                automatic_traffic_control=False,
                            ),
                            kubernetes=google_native.clouddeploy.v1.KubernetesConfigArgs(
                                gateway_service_mesh=google_native.clouddeploy.v1.GatewayServiceMeshArgs(
                                    deployment="string",
                                    http_route="string",
                                    service="string",
                                    route_update_wait_time="string",
                                ),
                                service_networking=google_native.clouddeploy.v1.ServiceNetworkingArgs(
                                    deployment="string",
                                    service="string",
                                    disable_pod_overprovisioning=False,
                                ),
                            ),
                        ),
                    ),
                    standard=google_native.clouddeploy.v1.StandardArgs(
                        postdeploy=google_native.clouddeploy.v1.PostdeployArgs(
                            actions=["string"],
                        ),
                        predeploy=google_native.clouddeploy.v1.PredeployArgs(
                            actions=["string"],
                        ),
                        verify=False,
                    ),
                ),
                target_id="string",
            )],
        ),
        suspended=False)
    
    const deliveryPipelineResource = new google_native.clouddeploy.v1.DeliveryPipeline("deliveryPipelineResource", {
        deliveryPipelineId: "string",
        annotations: {
            string: "string",
        },
        description: "string",
        etag: "string",
        labels: {
            string: "string",
        },
        location: "string",
        name: "string",
        project: "string",
        requestId: "string",
        serialPipeline: {
            stages: [{
                deployParameters: [{
                    values: {
                        string: "string",
                    },
                    matchTargetLabels: {
                        string: "string",
                    },
                }],
                profiles: ["string"],
                strategy: {
                    canary: {
                        canaryDeployment: {
                            percentages: [0],
                            postdeploy: {
                                actions: ["string"],
                            },
                            predeploy: {
                                actions: ["string"],
                            },
                            verify: false,
                        },
                        customCanaryDeployment: {
                            phaseConfigs: [{
                                percentage: 0,
                                phaseId: "string",
                                postdeploy: {
                                    actions: ["string"],
                                },
                                predeploy: {
                                    actions: ["string"],
                                },
                                profiles: ["string"],
                                verify: false,
                            }],
                        },
                        runtimeConfig: {
                            cloudRun: {
                                automaticTrafficControl: false,
                            },
                            kubernetes: {
                                gatewayServiceMesh: {
                                    deployment: "string",
                                    httpRoute: "string",
                                    service: "string",
                                    routeUpdateWaitTime: "string",
                                },
                                serviceNetworking: {
                                    deployment: "string",
                                    service: "string",
                                    disablePodOverprovisioning: false,
                                },
                            },
                        },
                    },
                    standard: {
                        postdeploy: {
                            actions: ["string"],
                        },
                        predeploy: {
                            actions: ["string"],
                        },
                        verify: false,
                    },
                },
                targetId: "string",
            }],
        },
        suspended: false,
    });
    
    type: google-native:clouddeploy/v1:DeliveryPipeline
    properties:
        annotations:
            string: string
        deliveryPipelineId: string
        description: string
        etag: string
        labels:
            string: string
        location: string
        name: string
        project: string
        requestId: string
        serialPipeline:
            stages:
                - deployParameters:
                    - matchTargetLabels:
                        string: string
                      values:
                        string: string
                  profiles:
                    - string
                  strategy:
                    canary:
                        canaryDeployment:
                            percentages:
                                - 0
                            postdeploy:
                                actions:
                                    - string
                            predeploy:
                                actions:
                                    - string
                            verify: false
                        customCanaryDeployment:
                            phaseConfigs:
                                - percentage: 0
                                  phaseId: string
                                  postdeploy:
                                    actions:
                                        - string
                                  predeploy:
                                    actions:
                                        - string
                                  profiles:
                                    - string
                                  verify: false
                        runtimeConfig:
                            cloudRun:
                                automaticTrafficControl: false
                            kubernetes:
                                gatewayServiceMesh:
                                    deployment: string
                                    httpRoute: string
                                    routeUpdateWaitTime: string
                                    service: string
                                serviceNetworking:
                                    deployment: string
                                    disablePodOverprovisioning: false
                                    service: string
                    standard:
                        postdeploy:
                            actions:
                                - string
                        predeploy:
                            actions:
                                - string
                        verify: false
                  targetId: string
        suspended: false
    

    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:

    DeliveryPipelineId string
    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 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 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
    RequestId 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).
    SerialPipeline Pulumi.GoogleNative.CloudDeploy.V1.Inputs.SerialPipeline
    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.
    DeliveryPipelineId string
    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 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 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
    RequestId 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).
    SerialPipeline SerialPipelineArgs
    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.
    deliveryPipelineId String
    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 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 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
    requestId 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).
    serialPipeline SerialPipeline
    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.
    deliveryPipelineId string
    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 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 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
    requestId 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).
    serialPipeline SerialPipeline
    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.
    delivery_pipeline_id str
    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 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 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 SerialPipelineArgs
    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.
    deliveryPipelineId String
    Required. ID of the DeliveryPipeline.
    annotations Map<String>
    User annotations. These attributes can only be set and used by the user, and not by 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 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
    requestId 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).
    serialPipeline 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.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DeliveryPipeline resource produces the following output properties:

    Condition Pulumi.GoogleNative.CloudDeploy.V1.Outputs.PipelineConditionResponse
    Information around the state of the Delivery Pipeline.
    CreateTime 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.
    UpdateTime string
    Most recent time at which the pipeline was updated.
    Condition PipelineConditionResponse
    Information around the state of the Delivery Pipeline.
    CreateTime 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.
    UpdateTime string
    Most recent time at which the pipeline was updated.
    condition PipelineConditionResponse
    Information around the state of the Delivery Pipeline.
    createTime 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.
    updateTime String
    Most recent time at which the pipeline was updated.
    condition PipelineConditionResponse
    Information around the state of the Delivery Pipeline.
    createTime 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.
    updateTime string
    Most recent time at which the pipeline was updated.
    condition PipelineConditionResponse
    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.
    createTime 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.
    updateTime String
    Most recent time at which the pipeline was updated.

    Supporting Types

    Canary, CanaryArgs

    CanaryDeployment Pulumi.GoogleNative.CloudDeploy.V1.Inputs.CanaryDeployment
    Configures the progressive based deployment for a Target.
    CustomCanaryDeployment Pulumi.GoogleNative.CloudDeploy.V1.Inputs.CustomCanaryDeployment
    Configures the progressive based deployment for a Target, but allows customizing at the phase level where a phase represents each of the percentage deployments.
    RuntimeConfig Pulumi.GoogleNative.CloudDeploy.V1.Inputs.RuntimeConfig
    Optional. Runtime specific configurations for the deployment strategy. The runtime configuration is used to determine how Cloud Deploy will split traffic to enable a progressive deployment.
    CanaryDeployment CanaryDeployment
    Configures the progressive based deployment for a Target.
    CustomCanaryDeployment CustomCanaryDeployment
    Configures the progressive based deployment for a Target, but allows customizing at the phase level where a phase represents each of the percentage deployments.
    RuntimeConfig RuntimeConfig
    Optional. Runtime specific configurations for the deployment strategy. The runtime configuration is used to determine how Cloud Deploy will split traffic to enable a progressive deployment.
    canaryDeployment CanaryDeployment
    Configures the progressive based deployment for a Target.
    customCanaryDeployment CustomCanaryDeployment
    Configures the progressive based deployment for a Target, but allows customizing at the phase level where a phase represents each of the percentage deployments.
    runtimeConfig RuntimeConfig
    Optional. Runtime specific configurations for the deployment strategy. The runtime configuration is used to determine how Cloud Deploy will split traffic to enable a progressive deployment.
    canaryDeployment CanaryDeployment
    Configures the progressive based deployment for a Target.
    customCanaryDeployment CustomCanaryDeployment
    Configures the progressive based deployment for a Target, but allows customizing at the phase level where a phase represents each of the percentage deployments.
    runtimeConfig RuntimeConfig
    Optional. Runtime specific configurations for the deployment strategy. The runtime configuration is used to determine how Cloud Deploy will split traffic to enable a progressive deployment.
    canary_deployment CanaryDeployment
    Configures the progressive based deployment for a Target.
    custom_canary_deployment CustomCanaryDeployment
    Configures the progressive based deployment for a Target, but allows customizing at the phase level where a phase represents each of the percentage deployments.
    runtime_config RuntimeConfig
    Optional. Runtime specific configurations for the deployment strategy. The runtime configuration is used to determine how Cloud Deploy will split traffic to enable a progressive deployment.
    canaryDeployment Property Map
    Configures the progressive based deployment for a Target.
    customCanaryDeployment Property Map
    Configures the progressive based deployment for a Target, but allows customizing at the phase level where a phase represents each of the percentage deployments.
    runtimeConfig Property Map
    Optional. Runtime specific configurations for the deployment strategy. The runtime configuration is used to determine how Cloud Deploy will split traffic to enable a progressive deployment.

    CanaryDeployment, CanaryDeploymentArgs

    Percentages List<int>
    The percentage based deployments that will occur as a part of a Rollout. List is expected in ascending order and each integer n is 0 <= n < 100.
    Postdeploy Pulumi.GoogleNative.CloudDeploy.V1.Inputs.Postdeploy
    Optional. Configuration for the postdeploy job of the last phase. If this is not configured, there will be no postdeploy job for this phase.
    Predeploy Pulumi.GoogleNative.CloudDeploy.V1.Inputs.Predeploy
    Optional. Configuration for the predeploy job of the first phase. If this is not configured, there will be no predeploy job for this phase.
    Verify bool
    Whether to run verify tests after each percentage deployment.
    Percentages []int
    The percentage based deployments that will occur as a part of a Rollout. List is expected in ascending order and each integer n is 0 <= n < 100.
    Postdeploy Postdeploy
    Optional. Configuration for the postdeploy job of the last phase. If this is not configured, there will be no postdeploy job for this phase.
    Predeploy Predeploy
    Optional. Configuration for the predeploy job of the first phase. If this is not configured, there will be no predeploy job for this phase.
    Verify bool
    Whether to run verify tests after each percentage deployment.
    percentages List<Integer>
    The percentage based deployments that will occur as a part of a Rollout. List is expected in ascending order and each integer n is 0 <= n < 100.
    postdeploy Postdeploy
    Optional. Configuration for the postdeploy job of the last phase. If this is not configured, there will be no postdeploy job for this phase.
    predeploy Predeploy
    Optional. Configuration for the predeploy job of the first phase. If this is not configured, there will be no predeploy job for this phase.
    verify Boolean
    Whether to run verify tests after each percentage deployment.
    percentages number[]
    The percentage based deployments that will occur as a part of a Rollout. List is expected in ascending order and each integer n is 0 <= n < 100.
    postdeploy Postdeploy
    Optional. Configuration for the postdeploy job of the last phase. If this is not configured, there will be no postdeploy job for this phase.
    predeploy Predeploy
    Optional. Configuration for the predeploy job of the first phase. If this is not configured, there will be no predeploy job for this phase.
    verify boolean
    Whether to run verify tests after each percentage deployment.
    percentages Sequence[int]
    The percentage based deployments that will occur as a part of a Rollout. List is expected in ascending order and each integer n is 0 <= n < 100.
    postdeploy Postdeploy
    Optional. Configuration for the postdeploy job of the last phase. If this is not configured, there will be no postdeploy job for this phase.
    predeploy Predeploy
    Optional. Configuration for the predeploy job of the first phase. If this is not configured, there will be no predeploy job for this phase.
    verify bool
    Whether to run verify tests after each percentage deployment.
    percentages List<Number>
    The percentage based deployments that will occur as a part of a Rollout. List is expected in ascending order and each integer n is 0 <= n < 100.
    postdeploy Property Map
    Optional. Configuration for the postdeploy job of the last phase. If this is not configured, there will be no postdeploy job for this phase.
    predeploy Property Map
    Optional. Configuration for the predeploy job of the first phase. If this is not configured, there will be no predeploy job for this phase.
    verify Boolean
    Whether to run verify tests after each percentage deployment.

    CanaryDeploymentResponse, CanaryDeploymentResponseArgs

    Percentages List<int>
    The percentage based deployments that will occur as a part of a Rollout. List is expected in ascending order and each integer n is 0 <= n < 100.
    Postdeploy Pulumi.GoogleNative.CloudDeploy.V1.Inputs.PostdeployResponse
    Optional. Configuration for the postdeploy job of the last phase. If this is not configured, there will be no postdeploy job for this phase.
    Predeploy Pulumi.GoogleNative.CloudDeploy.V1.Inputs.PredeployResponse
    Optional. Configuration for the predeploy job of the first phase. If this is not configured, there will be no predeploy job for this phase.
    Verify bool
    Whether to run verify tests after each percentage deployment.
    Percentages []int
    The percentage based deployments that will occur as a part of a Rollout. List is expected in ascending order and each integer n is 0 <= n < 100.
    Postdeploy PostdeployResponse
    Optional. Configuration for the postdeploy job of the last phase. If this is not configured, there will be no postdeploy job for this phase.
    Predeploy PredeployResponse
    Optional. Configuration for the predeploy job of the first phase. If this is not configured, there will be no predeploy job for this phase.
    Verify bool
    Whether to run verify tests after each percentage deployment.
    percentages List<Integer>
    The percentage based deployments that will occur as a part of a Rollout. List is expected in ascending order and each integer n is 0 <= n < 100.
    postdeploy PostdeployResponse
    Optional. Configuration for the postdeploy job of the last phase. If this is not configured, there will be no postdeploy job for this phase.
    predeploy PredeployResponse
    Optional. Configuration for the predeploy job of the first phase. If this is not configured, there will be no predeploy job for this phase.
    verify Boolean
    Whether to run verify tests after each percentage deployment.
    percentages number[]
    The percentage based deployments that will occur as a part of a Rollout. List is expected in ascending order and each integer n is 0 <= n < 100.
    postdeploy PostdeployResponse
    Optional. Configuration for the postdeploy job of the last phase. If this is not configured, there will be no postdeploy job for this phase.
    predeploy PredeployResponse
    Optional. Configuration for the predeploy job of the first phase. If this is not configured, there will be no predeploy job for this phase.
    verify boolean
    Whether to run verify tests after each percentage deployment.
    percentages Sequence[int]
    The percentage based deployments that will occur as a part of a Rollout. List is expected in ascending order and each integer n is 0 <= n < 100.
    postdeploy PostdeployResponse
    Optional. Configuration for the postdeploy job of the last phase. If this is not configured, there will be no postdeploy job for this phase.
    predeploy PredeployResponse
    Optional. Configuration for the predeploy job of the first phase. If this is not configured, there will be no predeploy job for this phase.
    verify bool
    Whether to run verify tests after each percentage deployment.
    percentages List<Number>
    The percentage based deployments that will occur as a part of a Rollout. List is expected in ascending order and each integer n is 0 <= n < 100.
    postdeploy Property Map
    Optional. Configuration for the postdeploy job of the last phase. If this is not configured, there will be no postdeploy job for this phase.
    predeploy Property Map
    Optional. Configuration for the predeploy job of the first phase. If this is not configured, there will be no predeploy job for this phase.
    verify Boolean
    Whether to run verify tests after each percentage deployment.

    CanaryResponse, CanaryResponseArgs

    CanaryDeployment Pulumi.GoogleNative.CloudDeploy.V1.Inputs.CanaryDeploymentResponse
    Configures the progressive based deployment for a Target.
    CustomCanaryDeployment Pulumi.GoogleNative.CloudDeploy.V1.Inputs.CustomCanaryDeploymentResponse
    Configures the progressive based deployment for a Target, but allows customizing at the phase level where a phase represents each of the percentage deployments.
    RuntimeConfig Pulumi.GoogleNative.CloudDeploy.V1.Inputs.RuntimeConfigResponse
    Optional. Runtime specific configurations for the deployment strategy. The runtime configuration is used to determine how Cloud Deploy will split traffic to enable a progressive deployment.
    CanaryDeployment CanaryDeploymentResponse
    Configures the progressive based deployment for a Target.
    CustomCanaryDeployment CustomCanaryDeploymentResponse
    Configures the progressive based deployment for a Target, but allows customizing at the phase level where a phase represents each of the percentage deployments.
    RuntimeConfig RuntimeConfigResponse
    Optional. Runtime specific configurations for the deployment strategy. The runtime configuration is used to determine how Cloud Deploy will split traffic to enable a progressive deployment.
    canaryDeployment CanaryDeploymentResponse
    Configures the progressive based deployment for a Target.
    customCanaryDeployment CustomCanaryDeploymentResponse
    Configures the progressive based deployment for a Target, but allows customizing at the phase level where a phase represents each of the percentage deployments.
    runtimeConfig RuntimeConfigResponse
    Optional. Runtime specific configurations for the deployment strategy. The runtime configuration is used to determine how Cloud Deploy will split traffic to enable a progressive deployment.
    canaryDeployment CanaryDeploymentResponse
    Configures the progressive based deployment for a Target.
    customCanaryDeployment CustomCanaryDeploymentResponse
    Configures the progressive based deployment for a Target, but allows customizing at the phase level where a phase represents each of the percentage deployments.
    runtimeConfig RuntimeConfigResponse
    Optional. Runtime specific configurations for the deployment strategy. The runtime configuration is used to determine how Cloud Deploy will split traffic to enable a progressive deployment.
    canary_deployment CanaryDeploymentResponse
    Configures the progressive based deployment for a Target.
    custom_canary_deployment CustomCanaryDeploymentResponse
    Configures the progressive based deployment for a Target, but allows customizing at the phase level where a phase represents each of the percentage deployments.
    runtime_config RuntimeConfigResponse
    Optional. Runtime specific configurations for the deployment strategy. The runtime configuration is used to determine how Cloud Deploy will split traffic to enable a progressive deployment.
    canaryDeployment Property Map
    Configures the progressive based deployment for a Target.
    customCanaryDeployment Property Map
    Configures the progressive based deployment for a Target, but allows customizing at the phase level where a phase represents each of the percentage deployments.
    runtimeConfig Property Map
    Optional. Runtime specific configurations for the deployment strategy. The runtime configuration is used to determine how Cloud Deploy will split traffic to enable a progressive deployment.

    CloudRunConfig, CloudRunConfigArgs

    AutomaticTrafficControl bool
    Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.
    AutomaticTrafficControl bool
    Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.
    automaticTrafficControl Boolean
    Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.
    automaticTrafficControl boolean
    Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.
    automatic_traffic_control bool
    Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.
    automaticTrafficControl Boolean
    Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.

    CloudRunConfigResponse, CloudRunConfigResponseArgs

    AutomaticTrafficControl bool
    Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.
    AutomaticTrafficControl bool
    Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.
    automaticTrafficControl Boolean
    Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.
    automaticTrafficControl boolean
    Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.
    automatic_traffic_control bool
    Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.
    automaticTrafficControl Boolean
    Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.

    CustomCanaryDeployment, CustomCanaryDeploymentArgs

    PhaseConfigs List<Pulumi.GoogleNative.CloudDeploy.V1.Inputs.PhaseConfig>
    Configuration for each phase in the canary deployment in the order executed.
    PhaseConfigs []PhaseConfig
    Configuration for each phase in the canary deployment in the order executed.
    phaseConfigs List<PhaseConfig>
    Configuration for each phase in the canary deployment in the order executed.
    phaseConfigs PhaseConfig[]
    Configuration for each phase in the canary deployment in the order executed.
    phase_configs Sequence[PhaseConfig]
    Configuration for each phase in the canary deployment in the order executed.
    phaseConfigs List<Property Map>
    Configuration for each phase in the canary deployment in the order executed.

    CustomCanaryDeploymentResponse, CustomCanaryDeploymentResponseArgs

    PhaseConfigs List<Pulumi.GoogleNative.CloudDeploy.V1.Inputs.PhaseConfigResponse>
    Configuration for each phase in the canary deployment in the order executed.
    PhaseConfigs []PhaseConfigResponse
    Configuration for each phase in the canary deployment in the order executed.
    phaseConfigs List<PhaseConfigResponse>
    Configuration for each phase in the canary deployment in the order executed.
    phaseConfigs PhaseConfigResponse[]
    Configuration for each phase in the canary deployment in the order executed.
    phase_configs Sequence[PhaseConfigResponse]
    Configuration for each phase in the canary deployment in the order executed.
    phaseConfigs List<Property Map>
    Configuration for each phase in the canary deployment in the order executed.

    DeployParameters, DeployParametersArgs

    Values Dictionary<string, string>
    Values are deploy parameters in key-value pairs.
    MatchTargetLabels Dictionary<string, string>
    Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).
    Values map[string]string
    Values are deploy parameters in key-value pairs.
    MatchTargetLabels map[string]string
    Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).
    values Map<String,String>
    Values are deploy parameters in key-value pairs.
    matchTargetLabels Map<String,String>
    Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).
    values {[key: string]: string}
    Values are deploy parameters in key-value pairs.
    matchTargetLabels {[key: string]: string}
    Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).
    values Mapping[str, str]
    Values are deploy parameters in key-value pairs.
    match_target_labels Mapping[str, str]
    Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).
    values Map<String>
    Values are deploy parameters in key-value pairs.
    matchTargetLabels Map<String>
    Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).

    DeployParametersResponse, DeployParametersResponseArgs

    MatchTargetLabels Dictionary<string, string>
    Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).
    Values Dictionary<string, string>
    Values are deploy parameters in key-value pairs.
    MatchTargetLabels map[string]string
    Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).
    Values map[string]string
    Values are deploy parameters in key-value pairs.
    matchTargetLabels Map<String,String>
    Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).
    values Map<String,String>
    Values are deploy parameters in key-value pairs.
    matchTargetLabels {[key: string]: string}
    Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).
    values {[key: string]: string}
    Values are deploy parameters in key-value pairs.
    match_target_labels Mapping[str, str]
    Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).
    values Mapping[str, str]
    Values are deploy parameters in key-value pairs.
    matchTargetLabels Map<String>
    Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).
    values Map<String>
    Values are deploy parameters in key-value pairs.

    GatewayServiceMesh, GatewayServiceMeshArgs

    Deployment string
    Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
    HttpRoute string
    Name of the Gateway API HTTPRoute.
    Service string
    Name of the Kubernetes Service.
    RouteUpdateWaitTime string
    Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
    Deployment string
    Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
    HttpRoute string
    Name of the Gateway API HTTPRoute.
    Service string
    Name of the Kubernetes Service.
    RouteUpdateWaitTime string
    Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
    deployment String
    Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
    httpRoute String
    Name of the Gateway API HTTPRoute.
    service String
    Name of the Kubernetes Service.
    routeUpdateWaitTime String
    Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
    deployment string
    Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
    httpRoute string
    Name of the Gateway API HTTPRoute.
    service string
    Name of the Kubernetes Service.
    routeUpdateWaitTime string
    Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
    deployment str
    Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
    http_route str
    Name of the Gateway API HTTPRoute.
    service str
    Name of the Kubernetes Service.
    route_update_wait_time str
    Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
    deployment String
    Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
    httpRoute String
    Name of the Gateway API HTTPRoute.
    service String
    Name of the Kubernetes Service.
    routeUpdateWaitTime String
    Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.

    GatewayServiceMeshResponse, GatewayServiceMeshResponseArgs

    Deployment string
    Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
    HttpRoute string
    Name of the Gateway API HTTPRoute.
    RouteUpdateWaitTime string
    Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
    Service string
    Name of the Kubernetes Service.
    Deployment string
    Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
    HttpRoute string
    Name of the Gateway API HTTPRoute.
    RouteUpdateWaitTime string
    Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
    Service string
    Name of the Kubernetes Service.
    deployment String
    Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
    httpRoute String
    Name of the Gateway API HTTPRoute.
    routeUpdateWaitTime String
    Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
    service String
    Name of the Kubernetes Service.
    deployment string
    Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
    httpRoute string
    Name of the Gateway API HTTPRoute.
    routeUpdateWaitTime string
    Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
    service string
    Name of the Kubernetes Service.
    deployment str
    Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
    http_route str
    Name of the Gateway API HTTPRoute.
    route_update_wait_time str
    Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
    service str
    Name of the Kubernetes Service.
    deployment String
    Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
    httpRoute String
    Name of the Gateway API HTTPRoute.
    routeUpdateWaitTime String
    Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
    service String
    Name of the Kubernetes Service.

    KubernetesConfig, KubernetesConfigArgs

    GatewayServiceMesh GatewayServiceMesh
    Kubernetes Gateway API service mesh configuration.
    ServiceNetworking ServiceNetworking
    Kubernetes Service networking configuration.
    gatewayServiceMesh GatewayServiceMesh
    Kubernetes Gateway API service mesh configuration.
    serviceNetworking ServiceNetworking
    Kubernetes Service networking configuration.
    gatewayServiceMesh GatewayServiceMesh
    Kubernetes Gateway API service mesh configuration.
    serviceNetworking ServiceNetworking
    Kubernetes Service networking configuration.
    gateway_service_mesh GatewayServiceMesh
    Kubernetes Gateway API service mesh configuration.
    service_networking ServiceNetworking
    Kubernetes Service networking configuration.
    gatewayServiceMesh Property Map
    Kubernetes Gateway API service mesh configuration.
    serviceNetworking Property Map
    Kubernetes Service networking configuration.

    KubernetesConfigResponse, KubernetesConfigResponseArgs

    GatewayServiceMesh GatewayServiceMeshResponse
    Kubernetes Gateway API service mesh configuration.
    ServiceNetworking ServiceNetworkingResponse
    Kubernetes Service networking configuration.
    gatewayServiceMesh GatewayServiceMeshResponse
    Kubernetes Gateway API service mesh configuration.
    serviceNetworking ServiceNetworkingResponse
    Kubernetes Service networking configuration.
    gatewayServiceMesh GatewayServiceMeshResponse
    Kubernetes Gateway API service mesh configuration.
    serviceNetworking ServiceNetworkingResponse
    Kubernetes Service networking configuration.
    gateway_service_mesh GatewayServiceMeshResponse
    Kubernetes Gateway API service mesh configuration.
    service_networking ServiceNetworkingResponse
    Kubernetes Service networking configuration.
    gatewayServiceMesh Property Map
    Kubernetes Gateway API service mesh configuration.
    serviceNetworking Property Map
    Kubernetes Service networking configuration.

    PhaseConfig, PhaseConfigArgs

    Percentage int
    Percentage deployment for the phase.
    PhaseId string
    The ID to assign to the Rollout phase. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.
    Postdeploy Pulumi.GoogleNative.CloudDeploy.V1.Inputs.Postdeploy
    Optional. Configuration for the postdeploy job of this phase. If this is not configured, there will be no postdeploy job for this phase.
    Predeploy Pulumi.GoogleNative.CloudDeploy.V1.Inputs.Predeploy
    Optional. Configuration for the predeploy job of this phase. If this is not configured, there will be no predeploy job for this phase.
    Profiles List<string>
    Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the DeliveryPipeline stage.
    Verify bool
    Whether to run verify tests after the deployment.
    Percentage int
    Percentage deployment for the phase.
    PhaseId string
    The ID to assign to the Rollout phase. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.
    Postdeploy Postdeploy
    Optional. Configuration for the postdeploy job of this phase. If this is not configured, there will be no postdeploy job for this phase.
    Predeploy Predeploy
    Optional. Configuration for the predeploy job of this phase. If this is not configured, there will be no predeploy job for this phase.
    Profiles []string
    Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the DeliveryPipeline stage.
    Verify bool
    Whether to run verify tests after the deployment.
    percentage Integer
    Percentage deployment for the phase.
    phaseId String
    The ID to assign to the Rollout phase. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.
    postdeploy Postdeploy
    Optional. Configuration for the postdeploy job of this phase. If this is not configured, there will be no postdeploy job for this phase.
    predeploy Predeploy
    Optional. Configuration for the predeploy job of this phase. If this is not configured, there will be no predeploy job for this phase.
    profiles List<String>
    Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the DeliveryPipeline stage.
    verify Boolean
    Whether to run verify tests after the deployment.
    percentage number
    Percentage deployment for the phase.
    phaseId string
    The ID to assign to the Rollout phase. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.
    postdeploy Postdeploy
    Optional. Configuration for the postdeploy job of this phase. If this is not configured, there will be no postdeploy job for this phase.
    predeploy Predeploy
    Optional. Configuration for the predeploy job of this phase. If this is not configured, there will be no predeploy job for this phase.
    profiles string[]
    Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the DeliveryPipeline stage.
    verify boolean
    Whether to run verify tests after the deployment.
    percentage int
    Percentage deployment for the phase.
    phase_id str
    The ID to assign to the Rollout phase. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.
    postdeploy Postdeploy
    Optional. Configuration for the postdeploy job of this phase. If this is not configured, there will be no postdeploy job for this phase.
    predeploy Predeploy
    Optional. Configuration for the predeploy job of this phase. If this is not configured, there will be no predeploy job for this phase.
    profiles Sequence[str]
    Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the DeliveryPipeline stage.
    verify bool
    Whether to run verify tests after the deployment.
    percentage Number
    Percentage deployment for the phase.
    phaseId String
    The ID to assign to the Rollout phase. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.
    postdeploy Property Map
    Optional. Configuration for the postdeploy job of this phase. If this is not configured, there will be no postdeploy job for this phase.
    predeploy Property Map
    Optional. Configuration for the predeploy job of this phase. If this is not configured, there will be no predeploy job for this phase.
    profiles List<String>
    Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the DeliveryPipeline stage.
    verify Boolean
    Whether to run verify tests after the deployment.

    PhaseConfigResponse, PhaseConfigResponseArgs

    Percentage int
    Percentage deployment for the phase.
    PhaseId string
    The ID to assign to the Rollout phase. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.
    Postdeploy Pulumi.GoogleNative.CloudDeploy.V1.Inputs.PostdeployResponse
    Optional. Configuration for the postdeploy job of this phase. If this is not configured, there will be no postdeploy job for this phase.
    Predeploy Pulumi.GoogleNative.CloudDeploy.V1.Inputs.PredeployResponse
    Optional. Configuration for the predeploy job of this phase. If this is not configured, there will be no predeploy job for this phase.
    Profiles List<string>
    Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the DeliveryPipeline stage.
    Verify bool
    Whether to run verify tests after the deployment.
    Percentage int
    Percentage deployment for the phase.
    PhaseId string
    The ID to assign to the Rollout phase. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.
    Postdeploy PostdeployResponse
    Optional. Configuration for the postdeploy job of this phase. If this is not configured, there will be no postdeploy job for this phase.
    Predeploy PredeployResponse
    Optional. Configuration for the predeploy job of this phase. If this is not configured, there will be no predeploy job for this phase.
    Profiles []string
    Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the DeliveryPipeline stage.
    Verify bool
    Whether to run verify tests after the deployment.
    percentage Integer
    Percentage deployment for the phase.
    phaseId String
    The ID to assign to the Rollout phase. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.
    postdeploy PostdeployResponse
    Optional. Configuration for the postdeploy job of this phase. If this is not configured, there will be no postdeploy job for this phase.
    predeploy PredeployResponse
    Optional. Configuration for the predeploy job of this phase. If this is not configured, there will be no predeploy job for this phase.
    profiles List<String>
    Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the DeliveryPipeline stage.
    verify Boolean
    Whether to run verify tests after the deployment.
    percentage number
    Percentage deployment for the phase.
    phaseId string
    The ID to assign to the Rollout phase. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.
    postdeploy PostdeployResponse
    Optional. Configuration for the postdeploy job of this phase. If this is not configured, there will be no postdeploy job for this phase.
    predeploy PredeployResponse
    Optional. Configuration for the predeploy job of this phase. If this is not configured, there will be no predeploy job for this phase.
    profiles string[]
    Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the DeliveryPipeline stage.
    verify boolean
    Whether to run verify tests after the deployment.
    percentage int
    Percentage deployment for the phase.
    phase_id str
    The ID to assign to the Rollout phase. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.
    postdeploy PostdeployResponse
    Optional. Configuration for the postdeploy job of this phase. If this is not configured, there will be no postdeploy job for this phase.
    predeploy PredeployResponse
    Optional. Configuration for the predeploy job of this phase. If this is not configured, there will be no predeploy job for this phase.
    profiles Sequence[str]
    Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the DeliveryPipeline stage.
    verify bool
    Whether to run verify tests after the deployment.
    percentage Number
    Percentage deployment for the phase.
    phaseId String
    The ID to assign to the Rollout phase. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.
    postdeploy Property Map
    Optional. Configuration for the postdeploy job of this phase. If this is not configured, there will be no postdeploy job for this phase.
    predeploy Property Map
    Optional. Configuration for the predeploy job of this phase. If this is not configured, there will be no predeploy job for this phase.
    profiles List<String>
    Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the DeliveryPipeline stage.
    verify Boolean
    Whether to run verify tests after the deployment.

    PipelineConditionResponse, PipelineConditionResponseArgs

    PipelineReadyCondition PipelineReadyConditionResponse
    Details around the Pipeline's overall status.
    TargetsPresentCondition TargetsPresentConditionResponse
    Details around targets enumerated in the pipeline.
    TargetsTypeCondition TargetsTypeConditionResponse
    Details on the whether the targets enumerated in the pipeline are of the same type.
    pipelineReadyCondition PipelineReadyConditionResponse
    Details around the Pipeline's overall status.
    targetsPresentCondition TargetsPresentConditionResponse
    Details around targets enumerated in the pipeline.
    targetsTypeCondition TargetsTypeConditionResponse
    Details on the whether the targets enumerated in the pipeline are of the same type.
    pipelineReadyCondition PipelineReadyConditionResponse
    Details around the Pipeline's overall status.
    targetsPresentCondition TargetsPresentConditionResponse
    Details around targets enumerated in the pipeline.
    targetsTypeCondition TargetsTypeConditionResponse
    Details on the whether the targets enumerated in the pipeline are of the same type.
    pipeline_ready_condition PipelineReadyConditionResponse
    Details around the Pipeline's overall status.
    targets_present_condition TargetsPresentConditionResponse
    Details around targets enumerated in the pipeline.
    targets_type_condition TargetsTypeConditionResponse
    Details on the whether the targets enumerated in the pipeline are of the same type.
    pipelineReadyCondition Property Map
    Details around the Pipeline's overall status.
    targetsPresentCondition Property Map
    Details around targets enumerated in the pipeline.
    targetsTypeCondition Property Map
    Details on the whether the targets enumerated in the pipeline are of the same type.

    PipelineReadyConditionResponse, PipelineReadyConditionResponseArgs

    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.
    UpdateTime 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.
    UpdateTime 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.
    updateTime 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.
    updateTime 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.
    updateTime String
    Last time the condition was updated.

    Postdeploy, PostdeployArgs

    Actions List<string>
    Optional. A sequence of Skaffold custom actions to invoke during execution of the postdeploy job.
    Actions []string
    Optional. A sequence of Skaffold custom actions to invoke during execution of the postdeploy job.
    actions List<String>
    Optional. A sequence of Skaffold custom actions to invoke during execution of the postdeploy job.
    actions string[]
    Optional. A sequence of Skaffold custom actions to invoke during execution of the postdeploy job.
    actions Sequence[str]
    Optional. A sequence of Skaffold custom actions to invoke during execution of the postdeploy job.
    actions List<String>
    Optional. A sequence of Skaffold custom actions to invoke during execution of the postdeploy job.

    PostdeployResponse, PostdeployResponseArgs

    Actions List<string>
    Optional. A sequence of Skaffold custom actions to invoke during execution of the postdeploy job.
    Actions []string
    Optional. A sequence of Skaffold custom actions to invoke during execution of the postdeploy job.
    actions List<String>
    Optional. A sequence of Skaffold custom actions to invoke during execution of the postdeploy job.
    actions string[]
    Optional. A sequence of Skaffold custom actions to invoke during execution of the postdeploy job.
    actions Sequence[str]
    Optional. A sequence of Skaffold custom actions to invoke during execution of the postdeploy job.
    actions List<String>
    Optional. A sequence of Skaffold custom actions to invoke during execution of the postdeploy job.

    Predeploy, PredeployArgs

    Actions List<string>
    Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.
    Actions []string
    Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.
    actions List<String>
    Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.
    actions string[]
    Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.
    actions Sequence[str]
    Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.
    actions List<String>
    Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.

    PredeployResponse, PredeployResponseArgs

    Actions List<string>
    Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.
    Actions []string
    Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.
    actions List<String>
    Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.
    actions string[]
    Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.
    actions Sequence[str]
    Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.
    actions List<String>
    Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.

    RuntimeConfig, RuntimeConfigArgs

    CloudRun CloudRunConfig
    Cloud Run runtime configuration.
    Kubernetes KubernetesConfig
    Kubernetes runtime configuration.
    cloudRun CloudRunConfig
    Cloud Run runtime configuration.
    kubernetes KubernetesConfig
    Kubernetes runtime configuration.
    cloudRun CloudRunConfig
    Cloud Run runtime configuration.
    kubernetes KubernetesConfig
    Kubernetes runtime configuration.
    cloud_run CloudRunConfig
    Cloud Run runtime configuration.
    kubernetes KubernetesConfig
    Kubernetes runtime configuration.
    cloudRun Property Map
    Cloud Run runtime configuration.
    kubernetes Property Map
    Kubernetes runtime configuration.

    RuntimeConfigResponse, RuntimeConfigResponseArgs

    CloudRun CloudRunConfigResponse
    Cloud Run runtime configuration.
    Kubernetes KubernetesConfigResponse
    Kubernetes runtime configuration.
    cloudRun CloudRunConfigResponse
    Cloud Run runtime configuration.
    kubernetes KubernetesConfigResponse
    Kubernetes runtime configuration.
    cloudRun CloudRunConfigResponse
    Cloud Run runtime configuration.
    kubernetes KubernetesConfigResponse
    Kubernetes runtime configuration.
    cloud_run CloudRunConfigResponse
    Cloud Run runtime configuration.
    kubernetes KubernetesConfigResponse
    Kubernetes runtime configuration.
    cloudRun Property Map
    Cloud Run runtime configuration.
    kubernetes Property Map
    Kubernetes runtime configuration.

    SerialPipeline, SerialPipelineArgs

    Stages List<Pulumi.GoogleNative.CloudDeploy.V1.Inputs.Stage>
    Each stage specifies configuration for a Target. The ordering of this list defines the promotion flow.
    Stages []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 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, SerialPipelineResponseArgs

    Stages List<Pulumi.GoogleNative.CloudDeploy.V1.Inputs.StageResponse>
    Each stage specifies configuration for a Target. The ordering of this list defines the promotion flow.
    Stages []StageResponse
    Each stage specifies configuration for a Target. The ordering of this list defines the promotion flow.
    stages List<StageResponse>
    Each stage specifies configuration for a Target. The ordering of this list defines the promotion flow.
    stages StageResponse[]
    Each stage specifies configuration for a Target. The ordering of this list defines the promotion flow.
    stages Sequence[StageResponse]
    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.

    ServiceNetworking, ServiceNetworkingArgs

    Deployment string
    Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
    Service string
    Name of the Kubernetes Service.
    DisablePodOverprovisioning bool
    Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.
    Deployment string
    Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
    Service string
    Name of the Kubernetes Service.
    DisablePodOverprovisioning bool
    Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.
    deployment String
    Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
    service String
    Name of the Kubernetes Service.
    disablePodOverprovisioning Boolean
    Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.
    deployment string
    Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
    service string
    Name of the Kubernetes Service.
    disablePodOverprovisioning boolean
    Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.
    deployment str
    Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
    service str
    Name of the Kubernetes Service.
    disable_pod_overprovisioning bool
    Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.
    deployment String
    Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
    service String
    Name of the Kubernetes Service.
    disablePodOverprovisioning Boolean
    Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.

    ServiceNetworkingResponse, ServiceNetworkingResponseArgs

    Deployment string
    Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
    DisablePodOverprovisioning bool
    Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.
    Service string
    Name of the Kubernetes Service.
    Deployment string
    Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
    DisablePodOverprovisioning bool
    Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.
    Service string
    Name of the Kubernetes Service.
    deployment String
    Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
    disablePodOverprovisioning Boolean
    Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.
    service String
    Name of the Kubernetes Service.
    deployment string
    Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
    disablePodOverprovisioning boolean
    Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.
    service string
    Name of the Kubernetes Service.
    deployment str
    Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
    disable_pod_overprovisioning bool
    Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.
    service str
    Name of the Kubernetes Service.
    deployment String
    Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
    disablePodOverprovisioning Boolean
    Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.
    service String
    Name of the Kubernetes Service.

    Stage, StageArgs

    DeployParameters List<Pulumi.GoogleNative.CloudDeploy.V1.Inputs.DeployParameters>
    Optional. The deploy parameters to use for the target in this stage.
    Profiles List<string>
    Skaffold profiles to use when rendering the manifest for this stage's Target.
    Strategy Pulumi.GoogleNative.CloudDeploy.V1.Inputs.Strategy
    Optional. The strategy to use for a Rollout to this stage.
    TargetId 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 than projects/project/locations/location/targets/my-target). The location of the Target is inferred to be the same as the location of the DeliveryPipeline that contains this Stage.
    DeployParameters []DeployParameters
    Optional. The deploy parameters to use for the target in this stage.
    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.
    TargetId 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 than projects/project/locations/location/targets/my-target). The location of the Target is inferred to be the same as the location of the DeliveryPipeline that contains this Stage.
    deployParameters List<DeployParameters>
    Optional. The deploy parameters to use for the target in this stage.
    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.
    targetId 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 than projects/project/locations/location/targets/my-target). The location of the Target is inferred to be the same as the location of the DeliveryPipeline that contains this Stage.
    deployParameters DeployParameters[]
    Optional. The deploy parameters to use for the target in this stage.
    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.
    targetId 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 than projects/project/locations/location/targets/my-target). The location of the Target is inferred to be the same as the location of the DeliveryPipeline that contains this Stage.
    deploy_parameters Sequence[DeployParameters]
    Optional. The deploy parameters to use for the target in this stage.
    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 than projects/project/locations/location/targets/my-target). The location of the Target is inferred to be the same as the location of the DeliveryPipeline that contains this Stage.
    deployParameters List<Property Map>
    Optional. The deploy parameters to use for the target in this stage.
    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.
    targetId 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 than projects/project/locations/location/targets/my-target). The location of the Target is inferred to be the same as the location of the DeliveryPipeline that contains this Stage.

    StageResponse, StageResponseArgs

    DeployParameters List<Pulumi.GoogleNative.CloudDeploy.V1.Inputs.DeployParametersResponse>
    Optional. The deploy parameters to use for the target in this stage.
    Profiles List<string>
    Skaffold profiles to use when rendering the manifest for this stage's Target.
    Strategy Pulumi.GoogleNative.CloudDeploy.V1.Inputs.StrategyResponse
    Optional. The strategy to use for a Rollout to this stage.
    TargetId 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 than projects/project/locations/location/targets/my-target). The location of the Target is inferred to be the same as the location of the DeliveryPipeline that contains this Stage.
    DeployParameters []DeployParametersResponse
    Optional. The deploy parameters to use for the target in this stage.
    Profiles []string
    Skaffold profiles to use when rendering the manifest for this stage's Target.
    Strategy StrategyResponse
    Optional. The strategy to use for a Rollout to this stage.
    TargetId 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 than projects/project/locations/location/targets/my-target). The location of the Target is inferred to be the same as the location of the DeliveryPipeline that contains this Stage.
    deployParameters List<DeployParametersResponse>
    Optional. The deploy parameters to use for the target in this stage.
    profiles List<String>
    Skaffold profiles to use when rendering the manifest for this stage's Target.
    strategy StrategyResponse
    Optional. The strategy to use for a Rollout to this stage.
    targetId 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 than projects/project/locations/location/targets/my-target). The location of the Target is inferred to be the same as the location of the DeliveryPipeline that contains this Stage.
    deployParameters DeployParametersResponse[]
    Optional. The deploy parameters to use for the target in this stage.
    profiles string[]
    Skaffold profiles to use when rendering the manifest for this stage's Target.
    strategy StrategyResponse
    Optional. The strategy to use for a Rollout to this stage.
    targetId 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 than projects/project/locations/location/targets/my-target). The location of the Target is inferred to be the same as the location of the DeliveryPipeline that contains this Stage.
    deploy_parameters Sequence[DeployParametersResponse]
    Optional. The deploy parameters to use for the target in this stage.
    profiles Sequence[str]
    Skaffold profiles to use when rendering the manifest for this stage's Target.
    strategy StrategyResponse
    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 than projects/project/locations/location/targets/my-target). The location of the Target is inferred to be the same as the location of the DeliveryPipeline that contains this Stage.
    deployParameters List<Property Map>
    Optional. The deploy parameters to use for the target in this stage.
    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.
    targetId 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 than projects/project/locations/location/targets/my-target). The location of the Target is inferred to be the same as the location of the DeliveryPipeline that contains this Stage.

    Standard, StandardArgs

    Postdeploy Pulumi.GoogleNative.CloudDeploy.V1.Inputs.Postdeploy
    Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
    Predeploy Pulumi.GoogleNative.CloudDeploy.V1.Inputs.Predeploy
    Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
    Verify bool
    Whether to verify a deployment.
    Postdeploy Postdeploy
    Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
    Predeploy Predeploy
    Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
    Verify bool
    Whether to verify a deployment.
    postdeploy Postdeploy
    Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
    predeploy Predeploy
    Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
    verify Boolean
    Whether to verify a deployment.
    postdeploy Postdeploy
    Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
    predeploy Predeploy
    Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
    verify boolean
    Whether to verify a deployment.
    postdeploy Postdeploy
    Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
    predeploy Predeploy
    Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
    verify bool
    Whether to verify a deployment.
    postdeploy Property Map
    Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
    predeploy Property Map
    Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
    verify Boolean
    Whether to verify a deployment.

    StandardResponse, StandardResponseArgs

    Postdeploy Pulumi.GoogleNative.CloudDeploy.V1.Inputs.PostdeployResponse
    Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
    Predeploy Pulumi.GoogleNative.CloudDeploy.V1.Inputs.PredeployResponse
    Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
    Verify bool
    Whether to verify a deployment.
    Postdeploy PostdeployResponse
    Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
    Predeploy PredeployResponse
    Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
    Verify bool
    Whether to verify a deployment.
    postdeploy PostdeployResponse
    Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
    predeploy PredeployResponse
    Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
    verify Boolean
    Whether to verify a deployment.
    postdeploy PostdeployResponse
    Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
    predeploy PredeployResponse
    Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
    verify boolean
    Whether to verify a deployment.
    postdeploy PostdeployResponse
    Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
    predeploy PredeployResponse
    Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
    verify bool
    Whether to verify a deployment.
    postdeploy Property Map
    Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
    predeploy Property Map
    Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
    verify Boolean
    Whether to verify a deployment.

    Strategy, StrategyArgs

    Canary Pulumi.GoogleNative.CloudDeploy.V1.Inputs.Canary
    Canary deployment strategy provides progressive percentage based deployments to a Target.
    Standard Pulumi.GoogleNative.CloudDeploy.V1.Inputs.Standard
    Standard deployment strategy executes a single deploy and allows verifying the deployment.
    Canary Canary
    Canary deployment strategy provides progressive percentage based deployments to a Target.
    Standard Standard
    Standard deployment strategy executes a single deploy and allows verifying the deployment.
    canary Canary
    Canary deployment strategy provides progressive percentage based deployments to a Target.
    standard Standard
    Standard deployment strategy executes a single deploy and allows verifying the deployment.
    canary Canary
    Canary deployment strategy provides progressive percentage based deployments to a Target.
    standard Standard
    Standard deployment strategy executes a single deploy and allows verifying the deployment.
    canary Canary
    Canary deployment strategy provides progressive percentage based deployments to a Target.
    standard Standard
    Standard deployment strategy executes a single deploy and allows verifying the deployment.
    canary Property Map
    Canary deployment strategy provides progressive percentage based deployments to a Target.
    standard Property Map
    Standard deployment strategy executes a single deploy and allows verifying the deployment.

    StrategyResponse, StrategyResponseArgs

    Canary Pulumi.GoogleNative.CloudDeploy.V1.Inputs.CanaryResponse
    Canary deployment strategy provides progressive percentage based deployments to a Target.
    Standard Pulumi.GoogleNative.CloudDeploy.V1.Inputs.StandardResponse
    Standard deployment strategy executes a single deploy and allows verifying the deployment.
    Canary CanaryResponse
    Canary deployment strategy provides progressive percentage based deployments to a Target.
    Standard StandardResponse
    Standard deployment strategy executes a single deploy and allows verifying the deployment.
    canary CanaryResponse
    Canary deployment strategy provides progressive percentage based deployments to a Target.
    standard StandardResponse
    Standard deployment strategy executes a single deploy and allows verifying the deployment.
    canary CanaryResponse
    Canary deployment strategy provides progressive percentage based deployments to a Target.
    standard StandardResponse
    Standard deployment strategy executes a single deploy and allows verifying the deployment.
    canary CanaryResponse
    Canary deployment strategy provides progressive percentage based deployments to a Target.
    standard StandardResponse
    Standard deployment strategy executes a single deploy and allows verifying the deployment.
    canary Property Map
    Canary deployment strategy provides progressive percentage based deployments to a Target.
    standard Property Map
    Standard deployment strategy executes a single deploy and allows verifying the deployment.

    TargetsPresentConditionResponse, TargetsPresentConditionResponseArgs

    MissingTargets 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.
    UpdateTime string
    Last time the condition was updated.
    MissingTargets []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.
    UpdateTime string
    Last time the condition was updated.
    missingTargets 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.
    updateTime String
    Last time the condition was updated.
    missingTargets 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.
    updateTime 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.
    missingTargets 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.
    updateTime String
    Last time the condition was updated.

    TargetsTypeConditionResponse, TargetsTypeConditionResponseArgs

    ErrorDetails 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.
    ErrorDetails 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.
    errorDetails 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.
    errorDetails 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.
    errorDetails 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
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi