package deploy
import "google.golang.org/genproto/googleapis/cloud/deploy/v1"
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
- 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
Constants ¶
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 )
Deprecated: Please use consts in: cloud.google.com/go/deploy/apiv1/deploypb
Variables ¶
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 )
Deprecated: Please use vars in: cloud.google.com/go/deploy/apiv1/deploypb
Functions ¶
func RegisterCloudDeployServer ¶
func RegisterCloudDeployServer(s *grpc.Server, srv CloudDeployServer)
Deprecated: Please use funcs in: cloud.google.com/go/deploy/apiv1/deploypb
Types ¶
type AbandonReleaseRequest ¶
type AbandonReleaseRequest = src.AbandonReleaseRequest
The request object used by `AbandonRelease`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type AbandonReleaseResponse ¶
type AbandonReleaseResponse = src.AbandonReleaseResponse
The response object for `AbandonRelease`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type AnthosCluster ¶
type AnthosCluster = src.AnthosCluster
Information specifying an Anthos Cluster.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type ApproveRolloutRequest ¶
type ApproveRolloutRequest = src.ApproveRolloutRequest
The request object used by `ApproveRollout`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type ApproveRolloutResponse ¶
type ApproveRolloutResponse = src.ApproveRolloutResponse
The response object from `ApproveRollout`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type BuildArtifact ¶
type BuildArtifact = src.BuildArtifact
Description of an a image to use during Skaffold rendering.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type CloudDeployClient ¶
type CloudDeployClient = src.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
func NewCloudDeployClient ¶
func NewCloudDeployClient(cc grpc.ClientConnInterface) CloudDeployClient
Deprecated: Please use funcs in: cloud.google.com/go/deploy/apiv1/deploypb
type CloudDeployServer ¶
type CloudDeployServer = src.CloudDeployServer
CloudDeployServer is the server API for CloudDeploy service.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type CloudRunLocation ¶
type CloudRunLocation = src.CloudRunLocation
Information specifying where to deploy a Cloud Run Service.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type CloudRunMetadata ¶
type CloudRunMetadata = src.CloudRunMetadata
CloudRunMetadata contains information from a Cloud Run deployment.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type Config ¶
Service-wide configuration.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type CreateDeliveryPipelineRequest ¶
type CreateDeliveryPipelineRequest = src.CreateDeliveryPipelineRequest
The request object for `CreateDeliveryPipeline`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type CreateReleaseRequest ¶
type CreateReleaseRequest = src.CreateReleaseRequest
The request object for `CreateRelease`,
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type CreateRolloutRequest ¶
type CreateRolloutRequest = src.CreateRolloutRequest
CreateRolloutRequest is the request object used by `CreateRollout`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type CreateTargetRequest ¶
type CreateTargetRequest = src.CreateTargetRequest
The request object for `CreateTarget`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type DefaultPool ¶
type DefaultPool = src.DefaultPool
Execution using the default Cloud Build pool.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type DeleteDeliveryPipelineRequest ¶
type DeleteDeliveryPipelineRequest = src.DeleteDeliveryPipelineRequest
The request object for `DeleteDeliveryPipeline`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type DeleteTargetRequest ¶
type DeleteTargetRequest = src.DeleteTargetRequest
The request object for `DeleteTarget`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type DeliveryPipeline ¶
type DeliveryPipeline = src.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 DeliveryPipelineNotificationEvent ¶
type DeliveryPipelineNotificationEvent = src.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 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 DeployJobRun ¶
type DeployJobRun = src.DeployJobRun
DeployJobRun contains information specific to a deploy `JobRun`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type DeployJobRunMetadata ¶
type DeployJobRunMetadata = src.DeployJobRunMetadata
DeployJobRunMetadata surfaces information associated with a `DeployJobRun` to the user.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type DeployJobRun_FailureCause ¶
type DeployJobRun_FailureCause = src.DeployJobRun_FailureCause
Well-known deploy failures.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type DeploymentJobs ¶
type DeploymentJobs = src.DeploymentJobs
Deployment job composition.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type ExecutionConfig ¶
type ExecutionConfig = src.ExecutionConfig
Configuration of the environment to use when calling Skaffold.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type ExecutionConfig_DefaultPool ¶
type ExecutionConfig_DefaultPool = src.ExecutionConfig_DefaultPool
type ExecutionConfig_ExecutionEnvironmentUsage ¶
type ExecutionConfig_ExecutionEnvironmentUsage = src.ExecutionConfig_ExecutionEnvironmentUsage
Possible usages of this configuration.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type ExecutionConfig_PrivatePool ¶
type ExecutionConfig_PrivatePool = src.ExecutionConfig_PrivatePool
type GetConfigRequest ¶
type GetConfigRequest = src.GetConfigRequest
Request to get a configuration.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type GetDeliveryPipelineRequest ¶
type GetDeliveryPipelineRequest = src.GetDeliveryPipelineRequest
The request object for `GetDeliveryPipeline`
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type GetJobRunRequest ¶
type GetJobRunRequest = src.GetJobRunRequest
GetJobRunRequest is the request object used by `GetJobRun`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type GetReleaseRequest ¶
type GetReleaseRequest = src.GetReleaseRequest
The request object for `GetRelease`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type GetRolloutRequest ¶
type GetRolloutRequest = src.GetRolloutRequest
GetRolloutRequest is the request object used by `GetRollout`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type GetTargetRequest ¶
type GetTargetRequest = src.GetTargetRequest
The request object for `GetTarget`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type GkeCluster ¶
type GkeCluster = src.GkeCluster
Information specifying a GKE Cluster.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type Job ¶
Job represents an operation for a `Rollout`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
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 JobRunNotificationEvent ¶
type JobRunNotificationEvent = src.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 JobRun_DeployJobRun ¶
type JobRun_DeployJobRun = src.JobRun_DeployJobRun
type JobRun_State ¶
type JobRun_State = src.JobRun_State
Valid states of a `JobRun`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
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_VerifyJob ¶
type Job_VerifyJob = src.Job_VerifyJob
type ListDeliveryPipelinesRequest ¶
type ListDeliveryPipelinesRequest = src.ListDeliveryPipelinesRequest
The request object for `ListDeliveryPipelines`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type ListDeliveryPipelinesResponse ¶
type ListDeliveryPipelinesResponse = src.ListDeliveryPipelinesResponse
The response object from `ListDeliveryPipelines`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type ListJobRunsRequest ¶
type ListJobRunsRequest = src.ListJobRunsRequest
ListJobRunsRequest is the request object used by `ListJobRuns`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type ListJobRunsResponse ¶
type ListJobRunsResponse = src.ListJobRunsResponse
ListJobRunsResponse is the response object returned by `ListJobRuns`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type ListReleasesRequest ¶
type ListReleasesRequest = src.ListReleasesRequest
The request object for `ListReleases`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type ListReleasesResponse ¶
type ListReleasesResponse = src.ListReleasesResponse
The response object from `ListReleases`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type ListRolloutsRequest ¶
type ListRolloutsRequest = src.ListRolloutsRequest
ListRolloutsRequest is the request object used by `ListRollouts`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type ListRolloutsResponse ¶
type ListRolloutsResponse = src.ListRolloutsResponse
ListRolloutsResponse is the response object reutrned by `ListRollouts`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type ListTargetsRequest ¶
type ListTargetsRequest = src.ListTargetsRequest
The request object for `ListTargets`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type ListTargetsResponse ¶
type ListTargetsResponse = src.ListTargetsResponse
The response object from `ListTargets`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type Metadata ¶
Metadata includes information associated with a `Rollout`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type OperationMetadata ¶
type OperationMetadata = src.OperationMetadata
Represents the metadata of the long-running operation.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
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_DeploymentJobs ¶
type Phase_DeploymentJobs = src.Phase_DeploymentJobs
type Phase_State ¶
type Phase_State = src.Phase_State
Valid states of a Phase.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type PipelineCondition ¶
type PipelineCondition = src.PipelineCondition
PipelineCondition contains all conditions relevant to a Delivery Pipeline.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type PipelineReadyCondition ¶
type PipelineReadyCondition = src.PipelineReadyCondition
PipelineReadyCondition contains information around the status of the Pipeline.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type PrivatePool ¶
type PrivatePool = src.PrivatePool
Execution using a private Cloud Build pool.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
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 ReleaseNotificationEvent ¶
type ReleaseNotificationEvent = src.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 ReleaseRenderEvent ¶
type ReleaseRenderEvent = src.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 Release_RenderState ¶
type Release_RenderState = src.Release_RenderState
Valid states of the render operation.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type Release_TargetRender ¶
type Release_TargetRender = src.Release_TargetRender
Details of rendering for a single target.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type Release_TargetRender_FailureCause ¶
type Release_TargetRender_FailureCause = src.Release_TargetRender_FailureCause
Well-known rendering failures.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type Release_TargetRender_TargetRenderState ¶
type Release_TargetRender_TargetRenderState = src.Release_TargetRender_TargetRenderState
Valid states of the render operation.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type RetryJobRequest ¶
type RetryJobRequest = src.RetryJobRequest
RetryJobRequest is the request object used by `RetryJob`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type RetryJobResponse ¶
type RetryJobResponse = src.RetryJobResponse
The response object from 'RetryJob'.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
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 RolloutNotificationEvent ¶
type RolloutNotificationEvent = src.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 Rollout_ApprovalState ¶
type Rollout_ApprovalState = src.Rollout_ApprovalState
Valid approval states of a `Rollout`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type Rollout_FailureCause ¶
type Rollout_FailureCause = src.Rollout_FailureCause
Well-known rollout failures.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type Rollout_State ¶
type Rollout_State = src.Rollout_State
Valid states of a `Rollout`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type SerialPipeline ¶
type SerialPipeline = src.SerialPipeline
SerialPipeline defines a sequential set of stages for a `DeliveryPipeline`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type SkaffoldVersion ¶
type SkaffoldVersion = src.SkaffoldVersion
Details of a supported Skaffold version.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type Stage ¶
Stage specifies a location to which to deploy.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type Standard ¶
Standard represents the standard deployment strategy.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type Strategy ¶
Strategy contains deployment strategy information.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
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 TargetArtifact ¶
type TargetArtifact = src.TargetArtifact
The artifacts produced by a target render operation.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type TargetArtifact_ArtifactUri ¶
type TargetArtifact_ArtifactUri = src.TargetArtifact_ArtifactUri
type TargetNotificationEvent ¶
type TargetNotificationEvent = src.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 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 ¶
type TargetsPresentCondition = src.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 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 UnimplementedCloudDeployServer ¶
type UnimplementedCloudDeployServer = src.UnimplementedCloudDeployServer
UnimplementedCloudDeployServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type UpdateDeliveryPipelineRequest ¶
type UpdateDeliveryPipelineRequest = src.UpdateDeliveryPipelineRequest
The request object for `UpdateDeliveryPipeline`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type UpdateTargetRequest ¶
type UpdateTargetRequest = src.UpdateTargetRequest
The request object for `UpdateTarget`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type VerifyJob ¶
A verify Job.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type VerifyJobRun ¶
type VerifyJobRun = src.VerifyJobRun
VerifyJobRun contains information specific to a verify `JobRun`.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
type VerifyJobRun_FailureCause ¶
type VerifyJobRun_FailureCause = src.VerifyJobRun_FailureCause
Well-known verify failures.
Deprecated: Please use types in: cloud.google.com/go/deploy/apiv1/deploypb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.