...

Package deploy

import "google.golang.org/genproto/googleapis/cloud/deploy/v1"
Overview
Index

Overview ▾

Package deploy aliases all exported identifiers in package "cloud.google.com/go/deploy/apiv1/deploypb".

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.

Index ▾

Constants
Variables
func RegisterCloudDeployServer(s *grpc.Server, srv CloudDeployServer)
type AbandonReleaseRequest
type AbandonReleaseResponse
type AnthosCluster
type ApproveRolloutRequest
type ApproveRolloutResponse
type BuildArtifact
type CloudDeployClient
    func NewCloudDeployClient(cc grpc.ClientConnInterface) CloudDeployClient
type CloudDeployServer
type CloudRunLocation
type CloudRunMetadata
type Config
type CreateDeliveryPipelineRequest
type CreateReleaseRequest
type CreateRolloutRequest
type CreateTargetRequest
type DefaultPool
type DeleteDeliveryPipelineRequest
type DeleteTargetRequest
type DeliveryPipeline
type DeliveryPipelineNotificationEvent
type DeliveryPipeline_SerialPipeline
type DeployJob
type DeployJobRun
type DeployJobRunMetadata
type DeployJobRun_FailureCause
type DeploymentJobs
type ExecutionConfig
type ExecutionConfig_DefaultPool
type ExecutionConfig_ExecutionEnvironmentUsage
type ExecutionConfig_PrivatePool
type GetConfigRequest
type GetDeliveryPipelineRequest
type GetJobRunRequest
type GetReleaseRequest
type GetRolloutRequest
type GetTargetRequest
type GkeCluster
type Job
type JobRun
type JobRunNotificationEvent
type JobRun_DeployJobRun
type JobRun_State
type JobRun_VerifyJobRun
type Job_DeployJob
type Job_State
type Job_VerifyJob
type ListDeliveryPipelinesRequest
type ListDeliveryPipelinesResponse
type ListJobRunsRequest
type ListJobRunsResponse
type ListReleasesRequest
type ListReleasesResponse
type ListRolloutsRequest
type ListRolloutsResponse
type ListTargetsRequest
type ListTargetsResponse
type Metadata
type OperationMetadata
type Phase
type Phase_DeploymentJobs
type Phase_State
type PipelineCondition
type PipelineReadyCondition
type PrivatePool
type Release
type ReleaseNotificationEvent
type ReleaseRenderEvent
type Release_RenderState
type Release_TargetRender
type Release_TargetRender_FailureCause
type Release_TargetRender_TargetRenderState
type RetryJobRequest
type RetryJobResponse
type Rollout
type RolloutNotificationEvent
type Rollout_ApprovalState
type Rollout_FailureCause
type Rollout_State
type SerialPipeline
type SkaffoldVersion
type Stage
type Standard
type Strategy
type Strategy_Standard
type Target
type TargetArtifact
type TargetArtifact_ArtifactUri
type TargetNotificationEvent
type Target_AnthosCluster
type Target_Gke
type Target_Run
type TargetsPresentCondition
type Type
type UnimplementedCloudDeployServer
type UpdateDeliveryPipelineRequest
type UpdateTargetRequest
type VerifyJob
type VerifyJobRun
type VerifyJobRun_FailureCause

Package files

alias.go

Constants

Deprecated: Please use consts in: cloud.google.com/go/deploy/apiv1/deploypb

const (
    DeployJobRun_CLOUD_BUILD_UNAVAILABLE                    = src.DeployJobRun_CLOUD_BUILD_UNAVAILABLE
    DeployJobRun_DEADLINE_EXCEEDED                          = src.DeployJobRun_DEADLINE_EXCEEDED
    DeployJobRun_EXECUTION_FAILED                           = src.DeployJobRun_EXECUTION_FAILED
    DeployJobRun_FAILURE_CAUSE_UNSPECIFIED                  = src.DeployJobRun_FAILURE_CAUSE_UNSPECIFIED
    ExecutionConfig_DEPLOY                                  = src.ExecutionConfig_DEPLOY
    ExecutionConfig_EXECUTION_ENVIRONMENT_USAGE_UNSPECIFIED = src.ExecutionConfig_EXECUTION_ENVIRONMENT_USAGE_UNSPECIFIED
    ExecutionConfig_RENDER                                  = src.ExecutionConfig_RENDER
    ExecutionConfig_VERIFY                                  = src.ExecutionConfig_VERIFY
    JobRun_FAILED                                           = src.JobRun_FAILED
    JobRun_IN_PROGRESS                                      = src.JobRun_IN_PROGRESS
    JobRun_STATE_UNSPECIFIED                                = src.JobRun_STATE_UNSPECIFIED
    JobRun_SUCCEEDED                                        = src.JobRun_SUCCEEDED
    Job_ABORTED                                             = src.Job_ABORTED
    Job_DISABLED                                            = src.Job_DISABLED
    Job_FAILED                                              = src.Job_FAILED
    Job_IN_PROGRESS                                         = src.Job_IN_PROGRESS
    Job_PENDING                                             = src.Job_PENDING
    Job_STATE_UNSPECIFIED                                   = src.Job_STATE_UNSPECIFIED
    Job_SUCCEEDED                                           = src.Job_SUCCEEDED
    Phase_ABORTED                                           = src.Phase_ABORTED
    Phase_FAILED                                            = src.Phase_FAILED
    Phase_IN_PROGRESS                                       = src.Phase_IN_PROGRESS
    Phase_PENDING                                           = src.Phase_PENDING
    Phase_STATE_UNSPECIFIED                                 = src.Phase_STATE_UNSPECIFIED
    Phase_SUCCEEDED                                         = src.Phase_SUCCEEDED
    Release_FAILED                                          = src.Release_FAILED
    Release_IN_PROGRESS                                     = src.Release_IN_PROGRESS
    Release_RENDER_STATE_UNSPECIFIED                        = src.Release_RENDER_STATE_UNSPECIFIED
    Release_SUCCEEDED                                       = src.Release_SUCCEEDED
    Release_TargetRender_CLOUD_BUILD_UNAVAILABLE            = src.Release_TargetRender_CLOUD_BUILD_UNAVAILABLE
    Release_TargetRender_EXECUTION_FAILED                   = src.Release_TargetRender_EXECUTION_FAILED
    Release_TargetRender_FAILED                             = src.Release_TargetRender_FAILED
    Release_TargetRender_FAILURE_CAUSE_UNSPECIFIED          = src.Release_TargetRender_FAILURE_CAUSE_UNSPECIFIED
    Release_TargetRender_IN_PROGRESS                        = src.Release_TargetRender_IN_PROGRESS
    Release_TargetRender_SUCCEEDED                          = src.Release_TargetRender_SUCCEEDED
    Release_TargetRender_TARGET_RENDER_STATE_UNSPECIFIED    = src.Release_TargetRender_TARGET_RENDER_STATE_UNSPECIFIED
    Rollout_APPROVAL_REJECTED                               = src.Rollout_APPROVAL_REJECTED
    Rollout_APPROVAL_STATE_UNSPECIFIED                      = src.Rollout_APPROVAL_STATE_UNSPECIFIED
    Rollout_APPROVED                                        = src.Rollout_APPROVED
    Rollout_CLOUD_BUILD_UNAVAILABLE                         = src.Rollout_CLOUD_BUILD_UNAVAILABLE
    Rollout_DEADLINE_EXCEEDED                               = src.Rollout_DEADLINE_EXCEEDED
    Rollout_DOES_NOT_NEED_APPROVAL                          = src.Rollout_DOES_NOT_NEED_APPROVAL
    Rollout_EXECUTION_FAILED                                = src.Rollout_EXECUTION_FAILED
    Rollout_FAILED                                          = src.Rollout_FAILED
    Rollout_FAILURE_CAUSE_UNSPECIFIED                       = src.Rollout_FAILURE_CAUSE_UNSPECIFIED
    Rollout_IN_PROGRESS                                     = src.Rollout_IN_PROGRESS
    Rollout_NEEDS_APPROVAL                                  = src.Rollout_NEEDS_APPROVAL
    Rollout_PENDING                                         = src.Rollout_PENDING
    Rollout_PENDING_APPROVAL                                = src.Rollout_PENDING_APPROVAL
    Rollout_PENDING_RELEASE                                 = src.Rollout_PENDING_RELEASE
    Rollout_REJECTED                                        = src.Rollout_REJECTED
    Rollout_RELEASE_ABANDONED                               = src.Rollout_RELEASE_ABANDONED
    Rollout_RELEASE_FAILED                                  = src.Rollout_RELEASE_FAILED
    Rollout_STATE_UNSPECIFIED                               = src.Rollout_STATE_UNSPECIFIED
    Rollout_SUCCEEDED                                       = src.Rollout_SUCCEEDED
    Rollout_VERIFICATION_CONFIG_NOT_FOUND                   = src.Rollout_VERIFICATION_CONFIG_NOT_FOUND
    Type_TYPE_PUBSUB_NOTIFICATION_FAILURE                   = src.Type_TYPE_PUBSUB_NOTIFICATION_FAILURE
    Type_TYPE_RENDER_STATUES_CHANGE                         = src.Type_TYPE_RENDER_STATUES_CHANGE
    Type_TYPE_UNSPECIFIED                                   = src.Type_TYPE_UNSPECIFIED
    VerifyJobRun_CLOUD_BUILD_UNAVAILABLE                    = src.VerifyJobRun_CLOUD_BUILD_UNAVAILABLE
    VerifyJobRun_DEADLINE_EXCEEDED                          = src.VerifyJobRun_DEADLINE_EXCEEDED
    VerifyJobRun_EXECUTION_FAILED                           = src.VerifyJobRun_EXECUTION_FAILED
    VerifyJobRun_FAILURE_CAUSE_UNSPECIFIED                  = src.VerifyJobRun_FAILURE_CAUSE_UNSPECIFIED
    VerifyJobRun_VERIFICATION_CONFIG_NOT_FOUND              = src.VerifyJobRun_VERIFICATION_CONFIG_NOT_FOUND
)

Variables

Deprecated: Please use vars in: cloud.google.com/go/deploy/apiv1/deploypb

var (
    DeployJobRun_FailureCause_name                                          = src.DeployJobRun_FailureCause_name
    DeployJobRun_FailureCause_value                                         = src.DeployJobRun_FailureCause_value
    ExecutionConfig_ExecutionEnvironmentUsage_name                          = src.ExecutionConfig_ExecutionEnvironmentUsage_name
    ExecutionConfig_ExecutionEnvironmentUsage_value                         = src.ExecutionConfig_ExecutionEnvironmentUsage_value
    File_google_cloud_deploy_v1_cloud_deploy_proto                          = src.File_google_cloud_deploy_v1_cloud_deploy_proto
    File_google_cloud_deploy_v1_deliverypipeline_notification_payload_proto = src.File_google_cloud_deploy_v1_deliverypipeline_notification_payload_proto
    File_google_cloud_deploy_v1_jobrun_notification_payload_proto           = src.File_google_cloud_deploy_v1_jobrun_notification_payload_proto
    File_google_cloud_deploy_v1_log_enums_proto                             = src.File_google_cloud_deploy_v1_log_enums_proto
    File_google_cloud_deploy_v1_release_notification_payload_proto          = src.File_google_cloud_deploy_v1_release_notification_payload_proto
    File_google_cloud_deploy_v1_release_render_payload_proto                = src.File_google_cloud_deploy_v1_release_render_payload_proto
    File_google_cloud_deploy_v1_rollout_notification_payload_proto          = src.File_google_cloud_deploy_v1_rollout_notification_payload_proto
    File_google_cloud_deploy_v1_target_notification_payload_proto           = src.File_google_cloud_deploy_v1_target_notification_payload_proto
    JobRun_State_name                                                       = src.JobRun_State_name
    JobRun_State_value                                                      = src.JobRun_State_value
    Job_State_name                                                          = src.Job_State_name
    Job_State_value                                                         = src.Job_State_value
    Phase_State_name                                                        = src.Phase_State_name
    Phase_State_value                                                       = src.Phase_State_value
    Release_RenderState_name                                                = src.Release_RenderState_name
    Release_RenderState_value                                               = src.Release_RenderState_value
    Release_TargetRender_FailureCause_name                                  = src.Release_TargetRender_FailureCause_name
    Release_TargetRender_FailureCause_value                                 = src.Release_TargetRender_FailureCause_value
    Release_TargetRender_TargetRenderState_name                             = src.Release_TargetRender_TargetRenderState_name
    Release_TargetRender_TargetRenderState_value                            = src.Release_TargetRender_TargetRenderState_value
    Rollout_ApprovalState_name                                              = src.Rollout_ApprovalState_name
    Rollout_ApprovalState_value                                             = src.Rollout_ApprovalState_value
    Rollout_FailureCause_name                                               = src.Rollout_FailureCause_name
    Rollout_FailureCause_value                                              = src.Rollout_FailureCause_value
    Rollout_State_name                                                      = src.Rollout_State_name
    Rollout_State_value                                                     = src.Rollout_State_value
    Type_name                                                               = src.Type_name
    Type_value                                                              = src.Type_value
    VerifyJobRun_FailureCause_name                                          = src.VerifyJobRun_FailureCause_name
    VerifyJobRun_FailureCause_value                                         = src.VerifyJobRun_FailureCause_value
)

func RegisterCloudDeployServer

func RegisterCloudDeployServer(s *grpc.Server, srv CloudDeployServer)

Deprecated: Please use funcs in: cloud.google.com/go/deploy/apiv1/deploypb

type AbandonReleaseRequest

The request object used by `AbandonRelease`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type AbandonReleaseRequest = src.AbandonReleaseRequest

type AbandonReleaseResponse

The response object for `AbandonRelease`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type AbandonReleaseResponse = src.AbandonReleaseResponse

type AnthosCluster

Information specifying an Anthos Cluster.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type AnthosCluster = src.AnthosCluster

type ApproveRolloutRequest

The request object used by `ApproveRollout`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type ApproveRolloutRequest = src.ApproveRolloutRequest

type ApproveRolloutResponse

The response object from `ApproveRollout`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type ApproveRolloutResponse = src.ApproveRolloutResponse

type BuildArtifact

Description of an a image to use during Skaffold rendering.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type BuildArtifact = src.BuildArtifact

type CloudDeployClient

CloudDeployClient is the client API for CloudDeploy service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type CloudDeployClient = src.CloudDeployClient

func NewCloudDeployClient

func NewCloudDeployClient(cc grpc.ClientConnInterface) CloudDeployClient

Deprecated: Please use funcs in: cloud.google.com/go/deploy/apiv1/deploypb

type CloudDeployServer

CloudDeployServer is the server API for CloudDeploy service.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type CloudDeployServer = src.CloudDeployServer

type CloudRunLocation

Information specifying where to deploy a Cloud Run Service.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type CloudRunLocation = src.CloudRunLocation

type CloudRunMetadata

CloudRunMetadata contains information from a Cloud Run deployment.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type CloudRunMetadata = src.CloudRunMetadata

type Config

Service-wide configuration.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type Config = src.Config

type CreateDeliveryPipelineRequest

The request object for `CreateDeliveryPipeline`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type CreateDeliveryPipelineRequest = src.CreateDeliveryPipelineRequest

type CreateReleaseRequest

The request object for `CreateRelease`,

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type CreateReleaseRequest = src.CreateReleaseRequest

type CreateRolloutRequest

CreateRolloutRequest is the request object used by `CreateRollout`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type CreateRolloutRequest = src.CreateRolloutRequest

type CreateTargetRequest

The request object for `CreateTarget`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type CreateTargetRequest = src.CreateTargetRequest

type DefaultPool

Execution using the default Cloud Build pool.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type DefaultPool = src.DefaultPool

type DeleteDeliveryPipelineRequest

The request object for `DeleteDeliveryPipeline`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type DeleteDeliveryPipelineRequest = src.DeleteDeliveryPipelineRequest

type DeleteTargetRequest

The request object for `DeleteTarget`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type DeleteTargetRequest = src.DeleteTargetRequest

type DeliveryPipeline

A `DeliveryPipeline` resource in the Google Cloud Deploy API. A `DeliveryPipeline` defines a pipeline through which a Skaffold configuration can progress.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type DeliveryPipeline = src.DeliveryPipeline

type DeliveryPipelineNotificationEvent

Payload proto for "clouddeploy.googleapis.com/deliverypipeline_notification" Platform Log event that describes the failure to send delivery pipeline status change Pub/Sub notification.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type DeliveryPipelineNotificationEvent = src.DeliveryPipelineNotificationEvent

type DeliveryPipeline_SerialPipeline

type DeliveryPipeline_SerialPipeline = src.DeliveryPipeline_SerialPipeline

type DeployJob

A deploy Job.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type DeployJob = src.DeployJob

type DeployJobRun

DeployJobRun contains information specific to a deploy `JobRun`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type DeployJobRun = src.DeployJobRun

type DeployJobRunMetadata

DeployJobRunMetadata surfaces information associated with a `DeployJobRun` to the user.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type DeployJobRunMetadata = src.DeployJobRunMetadata

type DeployJobRun_FailureCause

Well-known deploy failures.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type DeployJobRun_FailureCause = src.DeployJobRun_FailureCause

type DeploymentJobs

Deployment job composition.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type DeploymentJobs = src.DeploymentJobs

type ExecutionConfig

Configuration of the environment to use when calling Skaffold.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type ExecutionConfig = src.ExecutionConfig

type ExecutionConfig_DefaultPool

type ExecutionConfig_DefaultPool = src.ExecutionConfig_DefaultPool

type ExecutionConfig_ExecutionEnvironmentUsage

Possible usages of this configuration.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type ExecutionConfig_ExecutionEnvironmentUsage = src.ExecutionConfig_ExecutionEnvironmentUsage

type ExecutionConfig_PrivatePool

type ExecutionConfig_PrivatePool = src.ExecutionConfig_PrivatePool

type GetConfigRequest

Request to get a configuration.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type GetConfigRequest = src.GetConfigRequest

type GetDeliveryPipelineRequest

The request object for `GetDeliveryPipeline`

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type GetDeliveryPipelineRequest = src.GetDeliveryPipelineRequest

type GetJobRunRequest

GetJobRunRequest is the request object used by `GetJobRun`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type GetJobRunRequest = src.GetJobRunRequest

type GetReleaseRequest

The request object for `GetRelease`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type GetReleaseRequest = src.GetReleaseRequest

type GetRolloutRequest

GetRolloutRequest is the request object used by `GetRollout`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type GetRolloutRequest = src.GetRolloutRequest

type GetTargetRequest

The request object for `GetTarget`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type GetTargetRequest = src.GetTargetRequest

type GkeCluster

Information specifying a GKE Cluster.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type GkeCluster = src.GkeCluster

type Job

Job represents an operation for a `Rollout`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type Job = src.Job

type JobRun

A `JobRun` resource in the Google Cloud Deploy API. A `JobRun` contains information of a single `Rollout` job evaluation.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type JobRun = src.JobRun

type JobRunNotificationEvent

Payload proto for "clouddeploy.googleapis.com/jobrun_notification" Platform Log event that describes the failure to send JobRun resource update Pub/Sub notification.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type JobRunNotificationEvent = src.JobRunNotificationEvent

type JobRun_DeployJobRun

type JobRun_DeployJobRun = src.JobRun_DeployJobRun

type JobRun_State

Valid states of a `JobRun`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type JobRun_State = src.JobRun_State

type JobRun_VerifyJobRun

type JobRun_VerifyJobRun = src.JobRun_VerifyJobRun

type Job_DeployJob

type Job_DeployJob = src.Job_DeployJob

type Job_State

Valid states of a Job.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type Job_State = src.Job_State

type Job_VerifyJob

type Job_VerifyJob = src.Job_VerifyJob

type ListDeliveryPipelinesRequest

The request object for `ListDeliveryPipelines`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type ListDeliveryPipelinesRequest = src.ListDeliveryPipelinesRequest

type ListDeliveryPipelinesResponse

The response object from `ListDeliveryPipelines`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type ListDeliveryPipelinesResponse = src.ListDeliveryPipelinesResponse

type ListJobRunsRequest

ListJobRunsRequest is the request object used by `ListJobRuns`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type ListJobRunsRequest = src.ListJobRunsRequest

type ListJobRunsResponse

ListJobRunsResponse is the response object returned by `ListJobRuns`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type ListJobRunsResponse = src.ListJobRunsResponse

type ListReleasesRequest

The request object for `ListReleases`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type ListReleasesRequest = src.ListReleasesRequest

type ListReleasesResponse

The response object from `ListReleases`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type ListReleasesResponse = src.ListReleasesResponse

type ListRolloutsRequest

ListRolloutsRequest is the request object used by `ListRollouts`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type ListRolloutsRequest = src.ListRolloutsRequest

type ListRolloutsResponse

ListRolloutsResponse is the response object reutrned by `ListRollouts`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type ListRolloutsResponse = src.ListRolloutsResponse

type ListTargetsRequest

The request object for `ListTargets`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type ListTargetsRequest = src.ListTargetsRequest

type ListTargetsResponse

The response object from `ListTargets`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type ListTargetsResponse = src.ListTargetsResponse

type Metadata

Metadata includes information associated with a `Rollout`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type Metadata = src.Metadata

type OperationMetadata

Represents the metadata of the long-running operation.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type OperationMetadata = src.OperationMetadata

type Phase

Phase represents a collection of jobs that are logically grouped together for a `Rollout`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type Phase = src.Phase

type Phase_DeploymentJobs

type Phase_DeploymentJobs = src.Phase_DeploymentJobs

type Phase_State

Valid states of a Phase.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type Phase_State = src.Phase_State

type PipelineCondition

PipelineCondition contains all conditions relevant to a Delivery Pipeline.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type PipelineCondition = src.PipelineCondition

type PipelineReadyCondition

PipelineReadyCondition contains information around the status of the Pipeline.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type PipelineReadyCondition = src.PipelineReadyCondition

type PrivatePool

Execution using a private Cloud Build pool.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type PrivatePool = src.PrivatePool

type Release

A `Release` resource in the Google Cloud Deploy API. A `Release` defines a specific Skaffold configuration instance that can be deployed.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type Release = src.Release

type ReleaseNotificationEvent

Payload proto for "clouddeploy.googleapis.com/release_notification" Platform Log event that describes the failure to send release status change Pub/Sub notification.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type ReleaseNotificationEvent = src.ReleaseNotificationEvent

type ReleaseRenderEvent

Payload proto for "clouddeploy.googleapis.com/release_render" Platform Log event that describes the render status change.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type ReleaseRenderEvent = src.ReleaseRenderEvent

type Release_RenderState

Valid states of the render operation.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type Release_RenderState = src.Release_RenderState

type Release_TargetRender

Details of rendering for a single target.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type Release_TargetRender = src.Release_TargetRender

type Release_TargetRender_FailureCause

Well-known rendering failures.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type Release_TargetRender_FailureCause = src.Release_TargetRender_FailureCause

type Release_TargetRender_TargetRenderState

Valid states of the render operation.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type Release_TargetRender_TargetRenderState = src.Release_TargetRender_TargetRenderState

type RetryJobRequest

RetryJobRequest is the request object used by `RetryJob`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type RetryJobRequest = src.RetryJobRequest

type RetryJobResponse

The response object from 'RetryJob'.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type RetryJobResponse = src.RetryJobResponse

type Rollout

A `Rollout` resource in the Google Cloud Deploy API. A `Rollout` contains information around a specific deployment to a `Target`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type Rollout = src.Rollout

type RolloutNotificationEvent

Payload proto for "clouddeploy.googleapis.com/rollout_notification" Platform Log event that describes the failure to send rollout status change Pub/Sub notification.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type RolloutNotificationEvent = src.RolloutNotificationEvent

type Rollout_ApprovalState

Valid approval states of a `Rollout`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type Rollout_ApprovalState = src.Rollout_ApprovalState

type Rollout_FailureCause

Well-known rollout failures.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type Rollout_FailureCause = src.Rollout_FailureCause

type Rollout_State

Valid states of a `Rollout`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type Rollout_State = src.Rollout_State

type SerialPipeline

SerialPipeline defines a sequential set of stages for a `DeliveryPipeline`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type SerialPipeline = src.SerialPipeline

type SkaffoldVersion

Details of a supported Skaffold version.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type SkaffoldVersion = src.SkaffoldVersion

type Stage

Stage specifies a location to which to deploy.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type Stage = src.Stage

type Standard

Standard represents the standard deployment strategy.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type Standard = src.Standard

type Strategy

Strategy contains deployment strategy information.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type Strategy = src.Strategy

type Strategy_Standard

type Strategy_Standard = src.Strategy_Standard

type Target

A `Target` resource in the Google Cloud Deploy API. A `Target` defines a location to which a Skaffold configuration can be deployed.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type Target = src.Target

type TargetArtifact

The artifacts produced by a target render operation.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type TargetArtifact = src.TargetArtifact

type TargetArtifact_ArtifactUri

type TargetArtifact_ArtifactUri = src.TargetArtifact_ArtifactUri

type TargetNotificationEvent

Payload proto for "clouddeploy.googleapis.com/target_notification" Platform Log event that describes the failure to send target status change Pub/Sub notification.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type TargetNotificationEvent = src.TargetNotificationEvent

type Target_AnthosCluster

type Target_AnthosCluster = src.Target_AnthosCluster

type Target_Gke

type Target_Gke = src.Target_Gke

type Target_Run

type Target_Run = src.Target_Run

type TargetsPresentCondition

TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type TargetsPresentCondition = src.TargetsPresentCondition

type Type

Type indicates the type of the log entry and can be used as a filter.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type Type = src.Type

type UnimplementedCloudDeployServer

UnimplementedCloudDeployServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type UnimplementedCloudDeployServer = src.UnimplementedCloudDeployServer

type UpdateDeliveryPipelineRequest

The request object for `UpdateDeliveryPipeline`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type UpdateDeliveryPipelineRequest = src.UpdateDeliveryPipelineRequest

type UpdateTargetRequest

The request object for `UpdateTarget`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type UpdateTargetRequest = src.UpdateTargetRequest

type VerifyJob

A verify Job.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type VerifyJob = src.VerifyJob

type VerifyJobRun

VerifyJobRun contains information specific to a verify `JobRun`.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type VerifyJobRun = src.VerifyJobRun

type VerifyJobRun_FailureCause

Well-known verify failures.

Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb

type VerifyJobRun_FailureCause = src.VerifyJobRun_FailureCause