Versions in this module Expand all Collapse all v0 v0.9.0 Sep 26, 2024 Changes in this version + var BackoffMode_name = map[int32]string + var BackoffMode_value = map[string]int32 + var ExecutionConfig_ExecutionEnvironmentUsage_name = map[int32]string + var ExecutionConfig_ExecutionEnvironmentUsage_value = map[string]int32 + var File_cloud_deploy_v1_data_proto protoreflect.FileDescriptor + var Job_State_name = map[int32]string + var Job_State_value = map[string]int32 + var Phase_State_name = map[int32]string + var Phase_State_value = map[string]int32 + var Release_RenderState_name = map[int32]string + var Release_RenderState_value = map[string]int32 + var Release_TargetRender_FailureCause_name = map[int32]string + var Release_TargetRender_FailureCause_value = map[string]int32 + var Release_TargetRender_TargetRenderState_name = map[int32]string + var Release_TargetRender_TargetRenderState_value = map[string]int32 + var Rollout_ApprovalState_name = map[int32]string + var Rollout_ApprovalState_value = map[string]int32 + var Rollout_FailureCause_name = map[int32]string + var Rollout_FailureCause_value = map[string]int32 + var Rollout_State_name = map[int32]string + var Rollout_State_value = map[string]int32 + var SkaffoldSupportState_name = map[int32]string + var SkaffoldSupportState_value = map[string]int32 + type AdvanceChildRolloutJob struct + func (*AdvanceChildRolloutJob) Descriptor() ([]byte, []int) + func (*AdvanceChildRolloutJob) ProtoMessage() + func (x *AdvanceChildRolloutJob) ProtoReflect() protoreflect.Message + func (x *AdvanceChildRolloutJob) Reset() + func (x *AdvanceChildRolloutJob) String() string + type AdvanceRolloutRule struct + Condition *AutomationRuleCondition + Id string + SourcePhases []string + Wait *durationpb.Duration + func (*AdvanceRolloutRule) Descriptor() ([]byte, []int) + func (*AdvanceRolloutRule) ProtoMessage() + func (x *AdvanceRolloutRule) GetCondition() *AutomationRuleCondition + func (x *AdvanceRolloutRule) GetId() string + func (x *AdvanceRolloutRule) GetSourcePhases() []string + func (x *AdvanceRolloutRule) GetWait() *durationpb.Duration + func (x *AdvanceRolloutRule) ProtoReflect() protoreflect.Message + func (x *AdvanceRolloutRule) Reset() + func (x *AdvanceRolloutRule) String() string + type AnthosCluster struct + Membership string + func (*AnthosCluster) Descriptor() ([]byte, []int) + func (*AnthosCluster) ProtoMessage() + func (x *AnthosCluster) GetMembership() string + func (x *AnthosCluster) ProtoReflect() protoreflect.Message + func (x *AnthosCluster) Reset() + func (x *AnthosCluster) String() string + type Automation struct + Annotations map[string]string + CreateTime *timestamppb.Timestamp + Description string + Etag string + Labels map[string]string + Name string + Rules []*AutomationRule + Selector *AutomationResourceSelector + ServiceAccount string + Suspended bool + Uid string + UpdateTime *timestamppb.Timestamp + func (*Automation) Descriptor() ([]byte, []int) + func (*Automation) ProtoMessage() + func (x *Automation) GetAnnotations() map[string]string + func (x *Automation) GetCreateTime() *timestamppb.Timestamp + func (x *Automation) GetDescription() string + func (x *Automation) GetEtag() string + func (x *Automation) GetLabels() map[string]string + func (x *Automation) GetName() string + func (x *Automation) GetRules() []*AutomationRule + func (x *Automation) GetSelector() *AutomationResourceSelector + func (x *Automation) GetServiceAccount() string + func (x *Automation) GetSuspended() bool + func (x *Automation) GetUid() string + func (x *Automation) GetUpdateTime() *timestamppb.Timestamp + func (x *Automation) ProtoReflect() protoreflect.Message + func (x *Automation) Reset() + func (x *Automation) String() string + type AutomationEventData struct + Payload *Automation + func (*AutomationEventData) Descriptor() ([]byte, []int) + func (*AutomationEventData) ProtoMessage() + func (x *AutomationEventData) GetPayload() *Automation + func (x *AutomationEventData) ProtoReflect() protoreflect.Message + func (x *AutomationEventData) Reset() + func (x *AutomationEventData) String() string + type AutomationResourceSelector struct + Targets []*TargetAttribute + func (*AutomationResourceSelector) Descriptor() ([]byte, []int) + func (*AutomationResourceSelector) ProtoMessage() + func (x *AutomationResourceSelector) GetTargets() []*TargetAttribute + func (x *AutomationResourceSelector) ProtoReflect() protoreflect.Message + func (x *AutomationResourceSelector) Reset() + func (x *AutomationResourceSelector) String() string + type AutomationRolloutMetadata struct + AdvanceAutomationRuns []string + CurrentRepairAutomationRun string + PromoteAutomationRun string + RepairAutomationRuns []string + func (*AutomationRolloutMetadata) Descriptor() ([]byte, []int) + func (*AutomationRolloutMetadata) ProtoMessage() + func (x *AutomationRolloutMetadata) GetAdvanceAutomationRuns() []string + func (x *AutomationRolloutMetadata) GetCurrentRepairAutomationRun() string + func (x *AutomationRolloutMetadata) GetPromoteAutomationRun() string + func (x *AutomationRolloutMetadata) GetRepairAutomationRuns() []string + func (x *AutomationRolloutMetadata) ProtoReflect() protoreflect.Message + func (x *AutomationRolloutMetadata) Reset() + func (x *AutomationRolloutMetadata) String() string + type AutomationRule struct + Rule isAutomationRule_Rule + func (*AutomationRule) Descriptor() ([]byte, []int) + func (*AutomationRule) ProtoMessage() + func (m *AutomationRule) GetRule() isAutomationRule_Rule + func (x *AutomationRule) GetAdvanceRolloutRule() *AdvanceRolloutRule + func (x *AutomationRule) GetPromoteReleaseRule() *PromoteReleaseRule + func (x *AutomationRule) GetRepairRolloutRule() *RepairRolloutRule + func (x *AutomationRule) ProtoReflect() protoreflect.Message + func (x *AutomationRule) Reset() + func (x *AutomationRule) String() string + type AutomationRuleCondition struct + TargetsPresentCondition *TargetsPresentCondition + func (*AutomationRuleCondition) Descriptor() ([]byte, []int) + func (*AutomationRuleCondition) ProtoMessage() + func (x *AutomationRuleCondition) GetTargetsPresentCondition() *TargetsPresentCondition + func (x *AutomationRuleCondition) ProtoReflect() protoreflect.Message + func (x *AutomationRuleCondition) Reset() + func (x *AutomationRuleCondition) String() string + type AutomationRule_AdvanceRolloutRule struct + AdvanceRolloutRule *AdvanceRolloutRule + type AutomationRule_PromoteReleaseRule struct + PromoteReleaseRule *PromoteReleaseRule + type AutomationRule_RepairRolloutRule struct + RepairRolloutRule *RepairRolloutRule + type BackoffMode int32 + const BackoffMode_BACKOFF_MODE_EXPONENTIAL + const BackoffMode_BACKOFF_MODE_LINEAR + const BackoffMode_BACKOFF_MODE_UNSPECIFIED + func (BackoffMode) Descriptor() protoreflect.EnumDescriptor + func (BackoffMode) EnumDescriptor() ([]byte, []int) + func (BackoffMode) Type() protoreflect.EnumType + func (x BackoffMode) Enum() *BackoffMode + func (x BackoffMode) Number() protoreflect.EnumNumber + func (x BackoffMode) String() string + type BuildArtifact struct + Image string + Tag string + func (*BuildArtifact) Descriptor() ([]byte, []int) + func (*BuildArtifact) ProtoMessage() + func (x *BuildArtifact) GetImage() string + func (x *BuildArtifact) GetTag() string + func (x *BuildArtifact) ProtoReflect() protoreflect.Message + func (x *BuildArtifact) Reset() + func (x *BuildArtifact) String() string + type Canary struct + Mode isCanary_Mode + RuntimeConfig *RuntimeConfig + func (*Canary) Descriptor() ([]byte, []int) + func (*Canary) ProtoMessage() + func (m *Canary) GetMode() isCanary_Mode + func (x *Canary) GetCanaryDeployment() *CanaryDeployment + func (x *Canary) GetCustomCanaryDeployment() *CustomCanaryDeployment + func (x *Canary) GetRuntimeConfig() *RuntimeConfig + func (x *Canary) ProtoReflect() protoreflect.Message + func (x *Canary) Reset() + func (x *Canary) String() string + type CanaryDeployment struct + Percentages []int32 + Postdeploy *Postdeploy + Predeploy *Predeploy + Verify bool + func (*CanaryDeployment) Descriptor() ([]byte, []int) + func (*CanaryDeployment) ProtoMessage() + func (x *CanaryDeployment) GetPercentages() []int32 + func (x *CanaryDeployment) GetPostdeploy() *Postdeploy + func (x *CanaryDeployment) GetPredeploy() *Predeploy + func (x *CanaryDeployment) GetVerify() bool + func (x *CanaryDeployment) ProtoReflect() protoreflect.Message + func (x *CanaryDeployment) Reset() + func (x *CanaryDeployment) String() string + type Canary_CanaryDeployment struct + CanaryDeployment *CanaryDeployment + type Canary_CustomCanaryDeployment struct + CustomCanaryDeployment *CustomCanaryDeployment + type ChildRolloutJobs struct + AdvanceRolloutJobs []*Job + CreateRolloutJobs []*Job + func (*ChildRolloutJobs) Descriptor() ([]byte, []int) + func (*ChildRolloutJobs) ProtoMessage() + func (x *ChildRolloutJobs) GetAdvanceRolloutJobs() []*Job + func (x *ChildRolloutJobs) GetCreateRolloutJobs() []*Job + func (x *ChildRolloutJobs) ProtoReflect() protoreflect.Message + func (x *ChildRolloutJobs) Reset() + func (x *ChildRolloutJobs) String() string + type CloudRunConfig struct + AutomaticTrafficControl bool + CanaryRevisionTags []string + PriorRevisionTags []string + StableRevisionTags []string + func (*CloudRunConfig) Descriptor() ([]byte, []int) + func (*CloudRunConfig) ProtoMessage() + func (x *CloudRunConfig) GetAutomaticTrafficControl() bool + func (x *CloudRunConfig) GetCanaryRevisionTags() []string + func (x *CloudRunConfig) GetPriorRevisionTags() []string + func (x *CloudRunConfig) GetStableRevisionTags() []string + func (x *CloudRunConfig) ProtoReflect() protoreflect.Message + func (x *CloudRunConfig) Reset() + func (x *CloudRunConfig) String() string + type CloudRunLocation struct + Location string + func (*CloudRunLocation) Descriptor() ([]byte, []int) + func (*CloudRunLocation) ProtoMessage() + func (x *CloudRunLocation) GetLocation() string + func (x *CloudRunLocation) ProtoReflect() protoreflect.Message + func (x *CloudRunLocation) Reset() + func (x *CloudRunLocation) String() string + type CloudRunMetadata struct + Job string + Revision string + Service string + ServiceUrls []string + func (*CloudRunMetadata) Descriptor() ([]byte, []int) + func (*CloudRunMetadata) ProtoMessage() + func (x *CloudRunMetadata) GetJob() string + func (x *CloudRunMetadata) GetRevision() string + func (x *CloudRunMetadata) GetService() string + func (x *CloudRunMetadata) GetServiceUrls() []string + func (x *CloudRunMetadata) ProtoReflect() protoreflect.Message + func (x *CloudRunMetadata) Reset() + func (x *CloudRunMetadata) String() string + type CloudRunRenderMetadata struct + Service string + func (*CloudRunRenderMetadata) Descriptor() ([]byte, []int) + func (*CloudRunRenderMetadata) ProtoMessage() + func (x *CloudRunRenderMetadata) GetService() string + func (x *CloudRunRenderMetadata) ProtoReflect() protoreflect.Message + func (x *CloudRunRenderMetadata) Reset() + func (x *CloudRunRenderMetadata) String() string + type CreateChildRolloutJob struct + func (*CreateChildRolloutJob) Descriptor() ([]byte, []int) + func (*CreateChildRolloutJob) ProtoMessage() + func (x *CreateChildRolloutJob) ProtoReflect() protoreflect.Message + func (x *CreateChildRolloutJob) Reset() + func (x *CreateChildRolloutJob) String() string + type CustomCanaryDeployment struct + PhaseConfigs []*CustomCanaryDeployment_PhaseConfig + func (*CustomCanaryDeployment) Descriptor() ([]byte, []int) + func (*CustomCanaryDeployment) ProtoMessage() + func (x *CustomCanaryDeployment) GetPhaseConfigs() []*CustomCanaryDeployment_PhaseConfig + func (x *CustomCanaryDeployment) ProtoReflect() protoreflect.Message + func (x *CustomCanaryDeployment) Reset() + func (x *CustomCanaryDeployment) String() string + type CustomCanaryDeployment_PhaseConfig struct + Percentage int32 + PhaseId string + Postdeploy *Postdeploy + Predeploy *Predeploy + Profiles []string + Verify bool + func (*CustomCanaryDeployment_PhaseConfig) Descriptor() ([]byte, []int) + func (*CustomCanaryDeployment_PhaseConfig) ProtoMessage() + func (x *CustomCanaryDeployment_PhaseConfig) GetPercentage() int32 + func (x *CustomCanaryDeployment_PhaseConfig) GetPhaseId() string + func (x *CustomCanaryDeployment_PhaseConfig) GetPostdeploy() *Postdeploy + func (x *CustomCanaryDeployment_PhaseConfig) GetPredeploy() *Predeploy + func (x *CustomCanaryDeployment_PhaseConfig) GetProfiles() []string + func (x *CustomCanaryDeployment_PhaseConfig) GetVerify() bool + func (x *CustomCanaryDeployment_PhaseConfig) ProtoReflect() protoreflect.Message + func (x *CustomCanaryDeployment_PhaseConfig) Reset() + func (x *CustomCanaryDeployment_PhaseConfig) String() string + type CustomMetadata struct + Values map[string]string + func (*CustomMetadata) Descriptor() ([]byte, []int) + func (*CustomMetadata) ProtoMessage() + func (x *CustomMetadata) GetValues() map[string]string + func (x *CustomMetadata) ProtoReflect() protoreflect.Message + func (x *CustomMetadata) Reset() + func (x *CustomMetadata) String() string + type CustomTarget struct + CustomTargetType string + func (*CustomTarget) Descriptor() ([]byte, []int) + func (*CustomTarget) ProtoMessage() + func (x *CustomTarget) GetCustomTargetType() string + func (x *CustomTarget) ProtoReflect() protoreflect.Message + func (x *CustomTarget) Reset() + func (x *CustomTarget) String() string + type CustomTargetSkaffoldActions struct + DeployAction string + IncludeSkaffoldModules []*SkaffoldModules + RenderAction string + func (*CustomTargetSkaffoldActions) Descriptor() ([]byte, []int) + func (*CustomTargetSkaffoldActions) ProtoMessage() + func (x *CustomTargetSkaffoldActions) GetDeployAction() string + func (x *CustomTargetSkaffoldActions) GetIncludeSkaffoldModules() []*SkaffoldModules + func (x *CustomTargetSkaffoldActions) GetRenderAction() string + func (x *CustomTargetSkaffoldActions) ProtoReflect() protoreflect.Message + func (x *CustomTargetSkaffoldActions) Reset() + func (x *CustomTargetSkaffoldActions) String() string + type CustomTargetType struct + Annotations map[string]string + CreateTime *timestamppb.Timestamp + CustomTargetTypeId string + Definition isCustomTargetType_Definition + Description string + Etag string + Labels map[string]string + Name string + Uid string + UpdateTime *timestamppb.Timestamp + func (*CustomTargetType) Descriptor() ([]byte, []int) + func (*CustomTargetType) ProtoMessage() + func (m *CustomTargetType) GetDefinition() isCustomTargetType_Definition + func (x *CustomTargetType) GetAnnotations() map[string]string + func (x *CustomTargetType) GetCreateTime() *timestamppb.Timestamp + func (x *CustomTargetType) GetCustomActions() *CustomTargetSkaffoldActions + func (x *CustomTargetType) GetCustomTargetTypeId() string + func (x *CustomTargetType) GetDescription() string + func (x *CustomTargetType) GetEtag() string + func (x *CustomTargetType) GetLabels() map[string]string + func (x *CustomTargetType) GetName() string + func (x *CustomTargetType) GetUid() string + func (x *CustomTargetType) GetUpdateTime() *timestamppb.Timestamp + func (x *CustomTargetType) ProtoReflect() protoreflect.Message + func (x *CustomTargetType) Reset() + func (x *CustomTargetType) String() string + type CustomTargetTypeEventData struct + Payload *CustomTargetType + func (*CustomTargetTypeEventData) Descriptor() ([]byte, []int) + func (*CustomTargetTypeEventData) ProtoMessage() + func (x *CustomTargetTypeEventData) GetPayload() *CustomTargetType + func (x *CustomTargetTypeEventData) ProtoReflect() protoreflect.Message + func (x *CustomTargetTypeEventData) Reset() + func (x *CustomTargetTypeEventData) String() string + type CustomTargetType_CustomActions struct + CustomActions *CustomTargetSkaffoldActions + type DefaultPool struct + ArtifactStorage string + ServiceAccount string + func (*DefaultPool) Descriptor() ([]byte, []int) + func (*DefaultPool) ProtoMessage() + func (x *DefaultPool) GetArtifactStorage() string + func (x *DefaultPool) GetServiceAccount() string + func (x *DefaultPool) ProtoReflect() protoreflect.Message + func (x *DefaultPool) Reset() + func (x *DefaultPool) String() string + type DeliveryPipeline struct + Annotations map[string]string + Condition *PipelineCondition + CreateTime *timestamppb.Timestamp + Description string + Etag string + Labels map[string]string + Name string + Pipeline isDeliveryPipeline_Pipeline + Suspended bool + Uid string + UpdateTime *timestamppb.Timestamp + func (*DeliveryPipeline) Descriptor() ([]byte, []int) + func (*DeliveryPipeline) ProtoMessage() + func (m *DeliveryPipeline) GetPipeline() isDeliveryPipeline_Pipeline + func (x *DeliveryPipeline) GetAnnotations() map[string]string + func (x *DeliveryPipeline) GetCondition() *PipelineCondition + func (x *DeliveryPipeline) GetCreateTime() *timestamppb.Timestamp + func (x *DeliveryPipeline) GetDescription() string + func (x *DeliveryPipeline) GetEtag() string + func (x *DeliveryPipeline) GetLabels() map[string]string + func (x *DeliveryPipeline) GetName() string + func (x *DeliveryPipeline) GetSerialPipeline() *SerialPipeline + func (x *DeliveryPipeline) GetSuspended() bool + func (x *DeliveryPipeline) GetUid() string + func (x *DeliveryPipeline) GetUpdateTime() *timestamppb.Timestamp + func (x *DeliveryPipeline) ProtoReflect() protoreflect.Message + func (x *DeliveryPipeline) Reset() + func (x *DeliveryPipeline) String() string + type DeliveryPipelineEventData struct + Payload *DeliveryPipeline + func (*DeliveryPipelineEventData) Descriptor() ([]byte, []int) + func (*DeliveryPipelineEventData) ProtoMessage() + func (x *DeliveryPipelineEventData) GetPayload() *DeliveryPipeline + func (x *DeliveryPipelineEventData) ProtoReflect() protoreflect.Message + func (x *DeliveryPipelineEventData) Reset() + func (x *DeliveryPipelineEventData) String() string + type DeliveryPipeline_SerialPipeline struct + SerialPipeline *SerialPipeline + type DeployJob struct + func (*DeployJob) Descriptor() ([]byte, []int) + func (*DeployJob) ProtoMessage() + func (x *DeployJob) ProtoReflect() protoreflect.Message + func (x *DeployJob) Reset() + func (x *DeployJob) String() string + type DeployParameters struct + MatchTargetLabels map[string]string + Values map[string]string + func (*DeployParameters) Descriptor() ([]byte, []int) + func (*DeployParameters) ProtoMessage() + func (x *DeployParameters) GetMatchTargetLabels() map[string]string + func (x *DeployParameters) GetValues() map[string]string + func (x *DeployParameters) ProtoReflect() protoreflect.Message + func (x *DeployParameters) Reset() + func (x *DeployParameters) String() string + type DeploymentJobs struct + DeployJob *Job + PostdeployJob *Job + PredeployJob *Job + VerifyJob *Job + func (*DeploymentJobs) Descriptor() ([]byte, []int) + func (*DeploymentJobs) ProtoMessage() + func (x *DeploymentJobs) GetDeployJob() *Job + func (x *DeploymentJobs) GetPostdeployJob() *Job + func (x *DeploymentJobs) GetPredeployJob() *Job + func (x *DeploymentJobs) GetVerifyJob() *Job + func (x *DeploymentJobs) ProtoReflect() protoreflect.Message + func (x *DeploymentJobs) Reset() + func (x *DeploymentJobs) String() string + type ExecutionConfig struct + ArtifactStorage string + ExecutionEnvironment isExecutionConfig_ExecutionEnvironment + ExecutionTimeout *durationpb.Duration + ServiceAccount string + Usages []ExecutionConfig_ExecutionEnvironmentUsage + WorkerPool string + func (*ExecutionConfig) Descriptor() ([]byte, []int) + func (*ExecutionConfig) ProtoMessage() + func (m *ExecutionConfig) GetExecutionEnvironment() isExecutionConfig_ExecutionEnvironment + func (x *ExecutionConfig) GetArtifactStorage() string + func (x *ExecutionConfig) GetDefaultPool() *DefaultPool + func (x *ExecutionConfig) GetExecutionTimeout() *durationpb.Duration + func (x *ExecutionConfig) GetPrivatePool() *PrivatePool + func (x *ExecutionConfig) GetServiceAccount() string + func (x *ExecutionConfig) GetUsages() []ExecutionConfig_ExecutionEnvironmentUsage + func (x *ExecutionConfig) GetWorkerPool() string + func (x *ExecutionConfig) ProtoReflect() protoreflect.Message + func (x *ExecutionConfig) Reset() + func (x *ExecutionConfig) String() string + type ExecutionConfig_DefaultPool struct + DefaultPool *DefaultPool + type ExecutionConfig_ExecutionEnvironmentUsage int32 + const ExecutionConfig_DEPLOY + const ExecutionConfig_EXECUTION_ENVIRONMENT_USAGE_UNSPECIFIED + const ExecutionConfig_POSTDEPLOY + const ExecutionConfig_PREDEPLOY + const ExecutionConfig_RENDER + const ExecutionConfig_VERIFY + func (ExecutionConfig_ExecutionEnvironmentUsage) Descriptor() protoreflect.EnumDescriptor + func (ExecutionConfig_ExecutionEnvironmentUsage) EnumDescriptor() ([]byte, []int) + func (ExecutionConfig_ExecutionEnvironmentUsage) Type() protoreflect.EnumType + func (x ExecutionConfig_ExecutionEnvironmentUsage) Enum() *ExecutionConfig_ExecutionEnvironmentUsage + func (x ExecutionConfig_ExecutionEnvironmentUsage) Number() protoreflect.EnumNumber + func (x ExecutionConfig_ExecutionEnvironmentUsage) String() string + type ExecutionConfig_PrivatePool struct + PrivatePool *PrivatePool + type GkeCluster struct + Cluster string + InternalIp bool + func (*GkeCluster) Descriptor() ([]byte, []int) + func (*GkeCluster) ProtoMessage() + func (x *GkeCluster) GetCluster() string + func (x *GkeCluster) GetInternalIp() bool + func (x *GkeCluster) ProtoReflect() protoreflect.Message + func (x *GkeCluster) Reset() + func (x *GkeCluster) String() string + type Job struct + Id string + JobRun string + JobType isJob_JobType + SkipMessage string + State Job_State + func (*Job) Descriptor() ([]byte, []int) + func (*Job) ProtoMessage() + func (m *Job) GetJobType() isJob_JobType + func (x *Job) GetAdvanceChildRolloutJob() *AdvanceChildRolloutJob + func (x *Job) GetCreateChildRolloutJob() *CreateChildRolloutJob + func (x *Job) GetDeployJob() *DeployJob + func (x *Job) GetId() string + func (x *Job) GetJobRun() string + func (x *Job) GetPostdeployJob() *PostdeployJob + func (x *Job) GetPredeployJob() *PredeployJob + func (x *Job) GetSkipMessage() string + func (x *Job) GetState() Job_State + func (x *Job) GetVerifyJob() *VerifyJob + func (x *Job) ProtoReflect() protoreflect.Message + func (x *Job) Reset() + func (x *Job) String() string + type Job_AdvanceChildRolloutJob struct + AdvanceChildRolloutJob *AdvanceChildRolloutJob + type Job_CreateChildRolloutJob struct + CreateChildRolloutJob *CreateChildRolloutJob + type Job_DeployJob struct + DeployJob *DeployJob + type Job_PostdeployJob struct + PostdeployJob *PostdeployJob + type Job_PredeployJob struct + PredeployJob *PredeployJob + type Job_State int32 + const Job_ABORTED + const Job_DISABLED + const Job_FAILED + const Job_IGNORED + const Job_IN_PROGRESS + const Job_PENDING + const Job_SKIPPED + const Job_STATE_UNSPECIFIED + const Job_SUCCEEDED + func (Job_State) Descriptor() protoreflect.EnumDescriptor + func (Job_State) EnumDescriptor() ([]byte, []int) + func (Job_State) Type() protoreflect.EnumType + func (x Job_State) Enum() *Job_State + func (x Job_State) Number() protoreflect.EnumNumber + func (x Job_State) String() string + type Job_VerifyJob struct + VerifyJob *VerifyJob + type KubernetesConfig struct + ServiceDefinition isKubernetesConfig_ServiceDefinition + func (*KubernetesConfig) Descriptor() ([]byte, []int) + func (*KubernetesConfig) ProtoMessage() + func (m *KubernetesConfig) GetServiceDefinition() isKubernetesConfig_ServiceDefinition + func (x *KubernetesConfig) GetGatewayServiceMesh() *KubernetesConfig_GatewayServiceMesh + func (x *KubernetesConfig) GetServiceNetworking() *KubernetesConfig_ServiceNetworking + func (x *KubernetesConfig) ProtoReflect() protoreflect.Message + func (x *KubernetesConfig) Reset() + func (x *KubernetesConfig) String() string + type KubernetesConfig_GatewayServiceMesh struct + Deployment string + HttpRoute string + RouteUpdateWaitTime *durationpb.Duration + Service string + StableCutbackDuration *durationpb.Duration + func (*KubernetesConfig_GatewayServiceMesh) Descriptor() ([]byte, []int) + func (*KubernetesConfig_GatewayServiceMesh) ProtoMessage() + func (x *KubernetesConfig_GatewayServiceMesh) GetDeployment() string + func (x *KubernetesConfig_GatewayServiceMesh) GetHttpRoute() string + func (x *KubernetesConfig_GatewayServiceMesh) GetRouteUpdateWaitTime() *durationpb.Duration + func (x *KubernetesConfig_GatewayServiceMesh) GetService() string + func (x *KubernetesConfig_GatewayServiceMesh) GetStableCutbackDuration() *durationpb.Duration + func (x *KubernetesConfig_GatewayServiceMesh) ProtoReflect() protoreflect.Message + func (x *KubernetesConfig_GatewayServiceMesh) Reset() + func (x *KubernetesConfig_GatewayServiceMesh) String() string + type KubernetesConfig_GatewayServiceMesh_ struct + GatewayServiceMesh *KubernetesConfig_GatewayServiceMesh + type KubernetesConfig_ServiceNetworking struct + Deployment string + DisablePodOverprovisioning bool + Service string + func (*KubernetesConfig_ServiceNetworking) Descriptor() ([]byte, []int) + func (*KubernetesConfig_ServiceNetworking) ProtoMessage() + func (x *KubernetesConfig_ServiceNetworking) GetDeployment() string + func (x *KubernetesConfig_ServiceNetworking) GetDisablePodOverprovisioning() bool + func (x *KubernetesConfig_ServiceNetworking) GetService() string + func (x *KubernetesConfig_ServiceNetworking) ProtoReflect() protoreflect.Message + func (x *KubernetesConfig_ServiceNetworking) Reset() + func (x *KubernetesConfig_ServiceNetworking) String() string + type KubernetesConfig_ServiceNetworking_ struct + ServiceNetworking *KubernetesConfig_ServiceNetworking + type Metadata struct + Automation *AutomationRolloutMetadata + CloudRun *CloudRunMetadata + Custom *CustomMetadata + func (*Metadata) Descriptor() ([]byte, []int) + func (*Metadata) ProtoMessage() + func (x *Metadata) GetAutomation() *AutomationRolloutMetadata + func (x *Metadata) GetCloudRun() *CloudRunMetadata + func (x *Metadata) GetCustom() *CustomMetadata + func (x *Metadata) ProtoReflect() protoreflect.Message + func (x *Metadata) Reset() + func (x *Metadata) String() string + type MultiTarget struct + TargetIds []string + func (*MultiTarget) Descriptor() ([]byte, []int) + func (*MultiTarget) ProtoMessage() + func (x *MultiTarget) GetTargetIds() []string + func (x *MultiTarget) ProtoReflect() protoreflect.Message + func (x *MultiTarget) Reset() + func (x *MultiTarget) String() string + type Phase struct + Id string + Jobs isPhase_Jobs + SkipMessage string + State Phase_State + func (*Phase) Descriptor() ([]byte, []int) + func (*Phase) ProtoMessage() + func (m *Phase) GetJobs() isPhase_Jobs + func (x *Phase) GetChildRolloutJobs() *ChildRolloutJobs + func (x *Phase) GetDeploymentJobs() *DeploymentJobs + func (x *Phase) GetId() string + func (x *Phase) GetSkipMessage() string + func (x *Phase) GetState() Phase_State + func (x *Phase) ProtoReflect() protoreflect.Message + func (x *Phase) Reset() + func (x *Phase) String() string + type Phase_ChildRolloutJobs struct + ChildRolloutJobs *ChildRolloutJobs + type Phase_DeploymentJobs struct + DeploymentJobs *DeploymentJobs + type Phase_State int32 + const Phase_ABORTED + const Phase_FAILED + const Phase_IN_PROGRESS + const Phase_PENDING + const Phase_SKIPPED + const Phase_STATE_UNSPECIFIED + const Phase_SUCCEEDED + func (Phase_State) Descriptor() protoreflect.EnumDescriptor + func (Phase_State) EnumDescriptor() ([]byte, []int) + func (Phase_State) Type() protoreflect.EnumType + func (x Phase_State) Enum() *Phase_State + func (x Phase_State) Number() protoreflect.EnumNumber + func (x Phase_State) String() string + type PipelineCondition struct + PipelineReadyCondition *PipelineReadyCondition + TargetsPresentCondition *TargetsPresentCondition + TargetsTypeCondition *TargetsTypeCondition + func (*PipelineCondition) Descriptor() ([]byte, []int) + func (*PipelineCondition) ProtoMessage() + func (x *PipelineCondition) GetPipelineReadyCondition() *PipelineReadyCondition + func (x *PipelineCondition) GetTargetsPresentCondition() *TargetsPresentCondition + func (x *PipelineCondition) GetTargetsTypeCondition() *TargetsTypeCondition + func (x *PipelineCondition) ProtoReflect() protoreflect.Message + func (x *PipelineCondition) Reset() + func (x *PipelineCondition) String() string + type PipelineReadyCondition struct + Status bool + UpdateTime *timestamppb.Timestamp + func (*PipelineReadyCondition) Descriptor() ([]byte, []int) + func (*PipelineReadyCondition) ProtoMessage() + func (x *PipelineReadyCondition) GetStatus() bool + func (x *PipelineReadyCondition) GetUpdateTime() *timestamppb.Timestamp + func (x *PipelineReadyCondition) ProtoReflect() protoreflect.Message + func (x *PipelineReadyCondition) Reset() + func (x *PipelineReadyCondition) String() string + type Postdeploy struct + Actions []string + func (*Postdeploy) Descriptor() ([]byte, []int) + func (*Postdeploy) ProtoMessage() + func (x *Postdeploy) GetActions() []string + func (x *Postdeploy) ProtoReflect() protoreflect.Message + func (x *Postdeploy) Reset() + func (x *Postdeploy) String() string + type PostdeployJob struct + Actions []string + func (*PostdeployJob) Descriptor() ([]byte, []int) + func (*PostdeployJob) ProtoMessage() + func (x *PostdeployJob) GetActions() []string + func (x *PostdeployJob) ProtoReflect() protoreflect.Message + func (x *PostdeployJob) Reset() + func (x *PostdeployJob) String() string + type Predeploy struct + Actions []string + func (*Predeploy) Descriptor() ([]byte, []int) + func (*Predeploy) ProtoMessage() + func (x *Predeploy) GetActions() []string + func (x *Predeploy) ProtoReflect() protoreflect.Message + func (x *Predeploy) Reset() + func (x *Predeploy) String() string + type PredeployJob struct + Actions []string + func (*PredeployJob) Descriptor() ([]byte, []int) + func (*PredeployJob) ProtoMessage() + func (x *PredeployJob) GetActions() []string + func (x *PredeployJob) ProtoReflect() protoreflect.Message + func (x *PredeployJob) Reset() + func (x *PredeployJob) String() string + type PrivatePool struct + ArtifactStorage string + ServiceAccount string + WorkerPool string + func (*PrivatePool) Descriptor() ([]byte, []int) + func (*PrivatePool) ProtoMessage() + func (x *PrivatePool) GetArtifactStorage() string + func (x *PrivatePool) GetServiceAccount() string + func (x *PrivatePool) GetWorkerPool() string + func (x *PrivatePool) ProtoReflect() protoreflect.Message + func (x *PrivatePool) Reset() + func (x *PrivatePool) String() string + type PromoteReleaseRule struct + Condition *AutomationRuleCondition + DestinationPhase string + DestinationTargetId string + Id string + Wait *durationpb.Duration + func (*PromoteReleaseRule) Descriptor() ([]byte, []int) + func (*PromoteReleaseRule) ProtoMessage() + func (x *PromoteReleaseRule) GetCondition() *AutomationRuleCondition + func (x *PromoteReleaseRule) GetDestinationPhase() string + func (x *PromoteReleaseRule) GetDestinationTargetId() string + func (x *PromoteReleaseRule) GetId() string + func (x *PromoteReleaseRule) GetWait() *durationpb.Duration + func (x *PromoteReleaseRule) ProtoReflect() protoreflect.Message + func (x *PromoteReleaseRule) Reset() + func (x *PromoteReleaseRule) String() string + type Release struct + Abandoned bool + Annotations map[string]string + BuildArtifacts []*BuildArtifact + Condition *Release_ReleaseCondition + CreateTime *timestamppb.Timestamp + CustomTargetTypeSnapshots []*CustomTargetType + DeliveryPipelineSnapshot *DeliveryPipeline + DeployParameters map[string]string + Description string + Etag string + Labels map[string]string + Name string + RenderEndTime *timestamppb.Timestamp + RenderStartTime *timestamppb.Timestamp + RenderState Release_RenderState + SkaffoldConfigPath string + SkaffoldConfigUri string + SkaffoldVersion string + TargetArtifacts map[string]*TargetArtifact + TargetRenders map[string]*Release_TargetRender + TargetSnapshots []*Target + Uid string + func (*Release) Descriptor() ([]byte, []int) + func (*Release) ProtoMessage() + func (x *Release) GetAbandoned() bool + func (x *Release) GetAnnotations() map[string]string + func (x *Release) GetBuildArtifacts() []*BuildArtifact + func (x *Release) GetCondition() *Release_ReleaseCondition + func (x *Release) GetCreateTime() *timestamppb.Timestamp + func (x *Release) GetCustomTargetTypeSnapshots() []*CustomTargetType + func (x *Release) GetDeliveryPipelineSnapshot() *DeliveryPipeline + func (x *Release) GetDeployParameters() map[string]string + func (x *Release) GetDescription() string + func (x *Release) GetEtag() string + func (x *Release) GetLabels() map[string]string + func (x *Release) GetName() string + func (x *Release) GetRenderEndTime() *timestamppb.Timestamp + func (x *Release) GetRenderStartTime() *timestamppb.Timestamp + func (x *Release) GetRenderState() Release_RenderState + func (x *Release) GetSkaffoldConfigPath() string + func (x *Release) GetSkaffoldConfigUri() string + func (x *Release) GetSkaffoldVersion() string + func (x *Release) GetTargetArtifacts() map[string]*TargetArtifact + func (x *Release) GetTargetRenders() map[string]*Release_TargetRender + func (x *Release) GetTargetSnapshots() []*Target + func (x *Release) GetUid() string + func (x *Release) ProtoReflect() protoreflect.Message + func (x *Release) Reset() + func (x *Release) String() string + type ReleaseEventData struct + Payload *Release + func (*ReleaseEventData) Descriptor() ([]byte, []int) + func (*ReleaseEventData) ProtoMessage() + func (x *ReleaseEventData) GetPayload() *Release + func (x *ReleaseEventData) ProtoReflect() protoreflect.Message + func (x *ReleaseEventData) Reset() + func (x *ReleaseEventData) String() string + type Release_ReleaseCondition struct + ReleaseReadyCondition *Release_ReleaseReadyCondition + SkaffoldSupportedCondition *Release_SkaffoldSupportedCondition + func (*Release_ReleaseCondition) Descriptor() ([]byte, []int) + func (*Release_ReleaseCondition) ProtoMessage() + func (x *Release_ReleaseCondition) GetReleaseReadyCondition() *Release_ReleaseReadyCondition + func (x *Release_ReleaseCondition) GetSkaffoldSupportedCondition() *Release_SkaffoldSupportedCondition + func (x *Release_ReleaseCondition) ProtoReflect() protoreflect.Message + func (x *Release_ReleaseCondition) Reset() + func (x *Release_ReleaseCondition) String() string + type Release_ReleaseReadyCondition struct + Status bool + func (*Release_ReleaseReadyCondition) Descriptor() ([]byte, []int) + func (*Release_ReleaseReadyCondition) ProtoMessage() + func (x *Release_ReleaseReadyCondition) GetStatus() bool + func (x *Release_ReleaseReadyCondition) ProtoReflect() protoreflect.Message + func (x *Release_ReleaseReadyCondition) Reset() + func (x *Release_ReleaseReadyCondition) String() string + type Release_RenderState int32 + const Release_FAILED + const Release_IN_PROGRESS + const Release_RENDER_STATE_UNSPECIFIED + const Release_SUCCEEDED + func (Release_RenderState) Descriptor() protoreflect.EnumDescriptor + func (Release_RenderState) EnumDescriptor() ([]byte, []int) + func (Release_RenderState) Type() protoreflect.EnumType + func (x Release_RenderState) Enum() *Release_RenderState + func (x Release_RenderState) Number() protoreflect.EnumNumber + func (x Release_RenderState) String() string + type Release_SkaffoldSupportedCondition struct + MaintenanceModeTime *timestamppb.Timestamp + SkaffoldSupportState SkaffoldSupportState + Status bool + SupportExpirationTime *timestamppb.Timestamp + func (*Release_SkaffoldSupportedCondition) Descriptor() ([]byte, []int) + func (*Release_SkaffoldSupportedCondition) ProtoMessage() + func (x *Release_SkaffoldSupportedCondition) GetMaintenanceModeTime() *timestamppb.Timestamp + func (x *Release_SkaffoldSupportedCondition) GetSkaffoldSupportState() SkaffoldSupportState + func (x *Release_SkaffoldSupportedCondition) GetStatus() bool + func (x *Release_SkaffoldSupportedCondition) GetSupportExpirationTime() *timestamppb.Timestamp + func (x *Release_SkaffoldSupportedCondition) ProtoReflect() protoreflect.Message + func (x *Release_SkaffoldSupportedCondition) Reset() + func (x *Release_SkaffoldSupportedCondition) String() string + type Release_TargetRender struct + FailureCause Release_TargetRender_FailureCause + FailureMessage string + Metadata *RenderMetadata + RenderingBuild string + RenderingState Release_TargetRender_TargetRenderState + func (*Release_TargetRender) Descriptor() ([]byte, []int) + func (*Release_TargetRender) ProtoMessage() + func (x *Release_TargetRender) GetFailureCause() Release_TargetRender_FailureCause + func (x *Release_TargetRender) GetFailureMessage() string + func (x *Release_TargetRender) GetMetadata() *RenderMetadata + func (x *Release_TargetRender) GetRenderingBuild() string + func (x *Release_TargetRender) GetRenderingState() Release_TargetRender_TargetRenderState + func (x *Release_TargetRender) ProtoReflect() protoreflect.Message + func (x *Release_TargetRender) Reset() + func (x *Release_TargetRender) String() string + type Release_TargetRender_FailureCause int32 + const Release_TargetRender_CLOUD_BUILD_REQUEST_FAILED + const Release_TargetRender_CLOUD_BUILD_UNAVAILABLE + const Release_TargetRender_CUSTOM_ACTION_NOT_FOUND + const Release_TargetRender_DEPLOYMENT_STRATEGY_NOT_SUPPORTED + const Release_TargetRender_EXECUTION_FAILED + const Release_TargetRender_FAILURE_CAUSE_UNSPECIFIED + const Release_TargetRender_RENDER_FEATURE_NOT_SUPPORTED + const Release_TargetRender_VERIFICATION_CONFIG_NOT_FOUND + func (Release_TargetRender_FailureCause) Descriptor() protoreflect.EnumDescriptor + func (Release_TargetRender_FailureCause) EnumDescriptor() ([]byte, []int) + func (Release_TargetRender_FailureCause) Type() protoreflect.EnumType + func (x Release_TargetRender_FailureCause) Enum() *Release_TargetRender_FailureCause + func (x Release_TargetRender_FailureCause) Number() protoreflect.EnumNumber + func (x Release_TargetRender_FailureCause) String() string + type Release_TargetRender_TargetRenderState int32 + const Release_TargetRender_FAILED + const Release_TargetRender_IN_PROGRESS + const Release_TargetRender_SUCCEEDED + const Release_TargetRender_TARGET_RENDER_STATE_UNSPECIFIED + func (Release_TargetRender_TargetRenderState) Descriptor() protoreflect.EnumDescriptor + func (Release_TargetRender_TargetRenderState) EnumDescriptor() ([]byte, []int) + func (Release_TargetRender_TargetRenderState) Type() protoreflect.EnumType + func (x Release_TargetRender_TargetRenderState) Enum() *Release_TargetRender_TargetRenderState + func (x Release_TargetRender_TargetRenderState) Number() protoreflect.EnumNumber + func (x Release_TargetRender_TargetRenderState) String() string + type RenderMetadata struct + CloudRun *CloudRunRenderMetadata + Custom *CustomMetadata + func (*RenderMetadata) Descriptor() ([]byte, []int) + func (*RenderMetadata) ProtoMessage() + func (x *RenderMetadata) GetCloudRun() *CloudRunRenderMetadata + func (x *RenderMetadata) GetCustom() *CustomMetadata + func (x *RenderMetadata) ProtoReflect() protoreflect.Message + func (x *RenderMetadata) Reset() + func (x *RenderMetadata) String() string + type RepairMode struct + Mode isRepairMode_Mode + func (*RepairMode) Descriptor() ([]byte, []int) + func (*RepairMode) ProtoMessage() + func (m *RepairMode) GetMode() isRepairMode_Mode + func (x *RepairMode) GetRetry() *Retry + func (x *RepairMode) GetRollback() *Rollback + func (x *RepairMode) ProtoReflect() protoreflect.Message + func (x *RepairMode) Reset() + func (x *RepairMode) String() string + type RepairMode_Retry struct + Retry *Retry + type RepairMode_Rollback struct + Rollback *Rollback + type RepairRolloutRule struct + Condition *AutomationRuleCondition + Id string + Jobs []string + RepairModes []*RepairMode + SourcePhases []string + func (*RepairRolloutRule) Descriptor() ([]byte, []int) + func (*RepairRolloutRule) ProtoMessage() + func (x *RepairRolloutRule) GetCondition() *AutomationRuleCondition + func (x *RepairRolloutRule) GetId() string + func (x *RepairRolloutRule) GetJobs() []string + func (x *RepairRolloutRule) GetRepairModes() []*RepairMode + func (x *RepairRolloutRule) GetSourcePhases() []string + func (x *RepairRolloutRule) ProtoReflect() protoreflect.Message + func (x *RepairRolloutRule) Reset() + func (x *RepairRolloutRule) String() string + type Retry struct + Attempts int64 + BackoffMode BackoffMode + Wait *durationpb.Duration + func (*Retry) Descriptor() ([]byte, []int) + func (*Retry) ProtoMessage() + func (x *Retry) GetAttempts() int64 + func (x *Retry) GetBackoffMode() BackoffMode + func (x *Retry) GetWait() *durationpb.Duration + func (x *Retry) ProtoReflect() protoreflect.Message + func (x *Retry) Reset() + func (x *Retry) String() string + type Rollback struct + DestinationPhase string + func (*Rollback) Descriptor() ([]byte, []int) + func (*Rollback) ProtoMessage() + func (x *Rollback) GetDestinationPhase() string + func (x *Rollback) ProtoReflect() protoreflect.Message + func (x *Rollback) Reset() + func (x *Rollback) String() string + type Rollout struct + Annotations map[string]string + ApprovalState Rollout_ApprovalState + ApproveTime *timestamppb.Timestamp + ControllerRollout string + CreateTime *timestamppb.Timestamp + DeployEndTime *timestamppb.Timestamp + DeployFailureCause Rollout_FailureCause + DeployStartTime *timestamppb.Timestamp + DeployingBuild string + Description string + EnqueueTime *timestamppb.Timestamp + Etag string + FailureReason string + Labels map[string]string + Metadata *Metadata + Name string + Phases []*Phase + RollbackOfRollout string + RolledBackByRollouts []string + State Rollout_State + TargetId string + Uid string + func (*Rollout) Descriptor() ([]byte, []int) + func (*Rollout) ProtoMessage() + func (x *Rollout) GetAnnotations() map[string]string + func (x *Rollout) GetApprovalState() Rollout_ApprovalState + func (x *Rollout) GetApproveTime() *timestamppb.Timestamp + func (x *Rollout) GetControllerRollout() string + func (x *Rollout) GetCreateTime() *timestamppb.Timestamp + func (x *Rollout) GetDeployEndTime() *timestamppb.Timestamp + func (x *Rollout) GetDeployFailureCause() Rollout_FailureCause + func (x *Rollout) GetDeployStartTime() *timestamppb.Timestamp + func (x *Rollout) GetDeployingBuild() string + func (x *Rollout) GetDescription() string + func (x *Rollout) GetEnqueueTime() *timestamppb.Timestamp + func (x *Rollout) GetEtag() string + func (x *Rollout) GetFailureReason() string + func (x *Rollout) GetLabels() map[string]string + func (x *Rollout) GetMetadata() *Metadata + func (x *Rollout) GetName() string + func (x *Rollout) GetPhases() []*Phase + func (x *Rollout) GetRollbackOfRollout() string + func (x *Rollout) GetRolledBackByRollouts() []string + func (x *Rollout) GetState() Rollout_State + func (x *Rollout) GetTargetId() string + func (x *Rollout) GetUid() string + func (x *Rollout) ProtoReflect() protoreflect.Message + func (x *Rollout) Reset() + func (x *Rollout) String() string + type RolloutEventData struct + Payload *Rollout + func (*RolloutEventData) Descriptor() ([]byte, []int) + func (*RolloutEventData) ProtoMessage() + func (x *RolloutEventData) GetPayload() *Rollout + func (x *RolloutEventData) ProtoReflect() protoreflect.Message + func (x *RolloutEventData) Reset() + func (x *RolloutEventData) String() string + type Rollout_ApprovalState int32 + const Rollout_APPROVAL_STATE_UNSPECIFIED + const Rollout_APPROVED + const Rollout_DOES_NOT_NEED_APPROVAL + const Rollout_NEEDS_APPROVAL + const Rollout_REJECTED + func (Rollout_ApprovalState) Descriptor() protoreflect.EnumDescriptor + func (Rollout_ApprovalState) EnumDescriptor() ([]byte, []int) + func (Rollout_ApprovalState) Type() protoreflect.EnumType + func (x Rollout_ApprovalState) Enum() *Rollout_ApprovalState + func (x Rollout_ApprovalState) Number() protoreflect.EnumNumber + func (x Rollout_ApprovalState) String() string + type Rollout_FailureCause int32 + const Rollout_CLOUD_BUILD_REQUEST_FAILED + const Rollout_CLOUD_BUILD_UNAVAILABLE + const Rollout_DEADLINE_EXCEEDED + const Rollout_EXECUTION_FAILED + const Rollout_FAILURE_CAUSE_UNSPECIFIED + const Rollout_OPERATION_FEATURE_NOT_SUPPORTED + const Rollout_RELEASE_ABANDONED + const Rollout_RELEASE_FAILED + const Rollout_VERIFICATION_CONFIG_NOT_FOUND + func (Rollout_FailureCause) Descriptor() protoreflect.EnumDescriptor + func (Rollout_FailureCause) EnumDescriptor() ([]byte, []int) + func (Rollout_FailureCause) Type() protoreflect.EnumType + func (x Rollout_FailureCause) Enum() *Rollout_FailureCause + func (x Rollout_FailureCause) Number() protoreflect.EnumNumber + func (x Rollout_FailureCause) String() string + type Rollout_State int32 + const Rollout_APPROVAL_REJECTED + const Rollout_CANCELLED + const Rollout_CANCELLING + const Rollout_FAILED + const Rollout_HALTED + const Rollout_IN_PROGRESS + const Rollout_PENDING + const Rollout_PENDING_APPROVAL + const Rollout_PENDING_RELEASE + const Rollout_STATE_UNSPECIFIED + const Rollout_SUCCEEDED + func (Rollout_State) Descriptor() protoreflect.EnumDescriptor + func (Rollout_State) EnumDescriptor() ([]byte, []int) + func (Rollout_State) Type() protoreflect.EnumType + func (x Rollout_State) Enum() *Rollout_State + func (x Rollout_State) Number() protoreflect.EnumNumber + func (x Rollout_State) String() string + type RuntimeConfig struct + RuntimeConfig isRuntimeConfig_RuntimeConfig + func (*RuntimeConfig) Descriptor() ([]byte, []int) + func (*RuntimeConfig) ProtoMessage() + func (m *RuntimeConfig) GetRuntimeConfig() isRuntimeConfig_RuntimeConfig + func (x *RuntimeConfig) GetCloudRun() *CloudRunConfig + func (x *RuntimeConfig) GetKubernetes() *KubernetesConfig + func (x *RuntimeConfig) ProtoReflect() protoreflect.Message + func (x *RuntimeConfig) Reset() + func (x *RuntimeConfig) String() string + type RuntimeConfig_CloudRun struct + CloudRun *CloudRunConfig + type RuntimeConfig_Kubernetes struct + Kubernetes *KubernetesConfig + type SerialPipeline struct + Stages []*Stage + func (*SerialPipeline) Descriptor() ([]byte, []int) + func (*SerialPipeline) ProtoMessage() + func (x *SerialPipeline) GetStages() []*Stage + func (x *SerialPipeline) ProtoReflect() protoreflect.Message + func (x *SerialPipeline) Reset() + func (x *SerialPipeline) String() string + type SkaffoldModules struct + Configs []string + Source isSkaffoldModules_Source + func (*SkaffoldModules) Descriptor() ([]byte, []int) + func (*SkaffoldModules) ProtoMessage() + func (m *SkaffoldModules) GetSource() isSkaffoldModules_Source + func (x *SkaffoldModules) GetConfigs() []string + func (x *SkaffoldModules) GetGit() *SkaffoldModules_SkaffoldGitSource + func (x *SkaffoldModules) GetGoogleCloudStorage() *SkaffoldModules_SkaffoldGCSSource + func (x *SkaffoldModules) ProtoReflect() protoreflect.Message + func (x *SkaffoldModules) Reset() + func (x *SkaffoldModules) String() string + type SkaffoldModules_Git struct + Git *SkaffoldModules_SkaffoldGitSource + type SkaffoldModules_GoogleCloudStorage struct + GoogleCloudStorage *SkaffoldModules_SkaffoldGCSSource + type SkaffoldModules_SkaffoldGCSSource struct + Path string + Source string + func (*SkaffoldModules_SkaffoldGCSSource) Descriptor() ([]byte, []int) + func (*SkaffoldModules_SkaffoldGCSSource) ProtoMessage() + func (x *SkaffoldModules_SkaffoldGCSSource) GetPath() string + func (x *SkaffoldModules_SkaffoldGCSSource) GetSource() string + func (x *SkaffoldModules_SkaffoldGCSSource) ProtoReflect() protoreflect.Message + func (x *SkaffoldModules_SkaffoldGCSSource) Reset() + func (x *SkaffoldModules_SkaffoldGCSSource) String() string + type SkaffoldModules_SkaffoldGitSource struct + Path string + Ref string + Repo string + func (*SkaffoldModules_SkaffoldGitSource) Descriptor() ([]byte, []int) + func (*SkaffoldModules_SkaffoldGitSource) ProtoMessage() + func (x *SkaffoldModules_SkaffoldGitSource) GetPath() string + func (x *SkaffoldModules_SkaffoldGitSource) GetRef() string + func (x *SkaffoldModules_SkaffoldGitSource) GetRepo() string + func (x *SkaffoldModules_SkaffoldGitSource) ProtoReflect() protoreflect.Message + func (x *SkaffoldModules_SkaffoldGitSource) Reset() + func (x *SkaffoldModules_SkaffoldGitSource) String() string + type SkaffoldSupportState int32 + const SkaffoldSupportState_SKAFFOLD_SUPPORT_STATE_MAINTENANCE_MODE + const SkaffoldSupportState_SKAFFOLD_SUPPORT_STATE_SUPPORTED + const SkaffoldSupportState_SKAFFOLD_SUPPORT_STATE_UNSPECIFIED + const SkaffoldSupportState_SKAFFOLD_SUPPORT_STATE_UNSUPPORTED + func (SkaffoldSupportState) Descriptor() protoreflect.EnumDescriptor + func (SkaffoldSupportState) EnumDescriptor() ([]byte, []int) + func (SkaffoldSupportState) Type() protoreflect.EnumType + func (x SkaffoldSupportState) Enum() *SkaffoldSupportState + func (x SkaffoldSupportState) Number() protoreflect.EnumNumber + func (x SkaffoldSupportState) String() string + type Stage struct + DeployParameters []*DeployParameters + Profiles []string + Strategy *Strategy + TargetId string + func (*Stage) Descriptor() ([]byte, []int) + func (*Stage) ProtoMessage() + func (x *Stage) GetDeployParameters() []*DeployParameters + func (x *Stage) GetProfiles() []string + func (x *Stage) GetStrategy() *Strategy + func (x *Stage) GetTargetId() string + func (x *Stage) ProtoReflect() protoreflect.Message + func (x *Stage) Reset() + func (x *Stage) String() string + type Standard struct + Postdeploy *Postdeploy + Predeploy *Predeploy + Verify bool + func (*Standard) Descriptor() ([]byte, []int) + func (*Standard) ProtoMessage() + func (x *Standard) GetPostdeploy() *Postdeploy + func (x *Standard) GetPredeploy() *Predeploy + func (x *Standard) GetVerify() bool + func (x *Standard) ProtoReflect() protoreflect.Message + func (x *Standard) Reset() + func (x *Standard) String() string + type Strategy struct + DeploymentStrategy isStrategy_DeploymentStrategy + func (*Strategy) Descriptor() ([]byte, []int) + func (*Strategy) ProtoMessage() + func (m *Strategy) GetDeploymentStrategy() isStrategy_DeploymentStrategy + func (x *Strategy) GetCanary() *Canary + func (x *Strategy) GetStandard() *Standard + func (x *Strategy) ProtoReflect() protoreflect.Message + func (x *Strategy) Reset() + func (x *Strategy) String() string + type Strategy_Canary struct + Canary *Canary + type Strategy_Standard struct + Standard *Standard + type Target struct + Annotations map[string]string + CreateTime *timestamppb.Timestamp + DeployParameters map[string]string + DeploymentTarget isTarget_DeploymentTarget + Description string + Etag string + ExecutionConfigs []*ExecutionConfig + Labels map[string]string + Name string + RequireApproval bool + TargetId string + Uid string + UpdateTime *timestamppb.Timestamp + func (*Target) Descriptor() ([]byte, []int) + func (*Target) ProtoMessage() + func (m *Target) GetDeploymentTarget() isTarget_DeploymentTarget + func (x *Target) GetAnnotations() map[string]string + func (x *Target) GetAnthosCluster() *AnthosCluster + func (x *Target) GetCreateTime() *timestamppb.Timestamp + func (x *Target) GetCustomTarget() *CustomTarget + func (x *Target) GetDeployParameters() map[string]string + func (x *Target) GetDescription() string + func (x *Target) GetEtag() string + func (x *Target) GetExecutionConfigs() []*ExecutionConfig + func (x *Target) GetGke() *GkeCluster + func (x *Target) GetLabels() map[string]string + func (x *Target) GetMultiTarget() *MultiTarget + func (x *Target) GetName() string + func (x *Target) GetRequireApproval() bool + func (x *Target) GetRun() *CloudRunLocation + func (x *Target) GetTargetId() string + func (x *Target) GetUid() string + func (x *Target) GetUpdateTime() *timestamppb.Timestamp + func (x *Target) ProtoReflect() protoreflect.Message + func (x *Target) Reset() + func (x *Target) String() string + type TargetArtifact struct + ManifestPath string + PhaseArtifacts map[string]*TargetArtifact_PhaseArtifact + SkaffoldConfigPath string + Uri isTargetArtifact_Uri + func (*TargetArtifact) Descriptor() ([]byte, []int) + func (*TargetArtifact) ProtoMessage() + func (m *TargetArtifact) GetUri() isTargetArtifact_Uri + func (x *TargetArtifact) GetArtifactUri() string + func (x *TargetArtifact) GetManifestPath() string + func (x *TargetArtifact) GetPhaseArtifacts() map[string]*TargetArtifact_PhaseArtifact + func (x *TargetArtifact) GetSkaffoldConfigPath() string + func (x *TargetArtifact) ProtoReflect() protoreflect.Message + func (x *TargetArtifact) Reset() + func (x *TargetArtifact) String() string + type TargetArtifact_ArtifactUri struct + ArtifactUri string + type TargetArtifact_PhaseArtifact struct + JobManifestsPath string + ManifestPath string + SkaffoldConfigPath string + func (*TargetArtifact_PhaseArtifact) Descriptor() ([]byte, []int) + func (*TargetArtifact_PhaseArtifact) ProtoMessage() + func (x *TargetArtifact_PhaseArtifact) GetJobManifestsPath() string + func (x *TargetArtifact_PhaseArtifact) GetManifestPath() string + func (x *TargetArtifact_PhaseArtifact) GetSkaffoldConfigPath() string + func (x *TargetArtifact_PhaseArtifact) ProtoReflect() protoreflect.Message + func (x *TargetArtifact_PhaseArtifact) Reset() + func (x *TargetArtifact_PhaseArtifact) String() string + type TargetAttribute struct + Id string + Labels map[string]string + func (*TargetAttribute) Descriptor() ([]byte, []int) + func (*TargetAttribute) ProtoMessage() + func (x *TargetAttribute) GetId() string + func (x *TargetAttribute) GetLabels() map[string]string + func (x *TargetAttribute) ProtoReflect() protoreflect.Message + func (x *TargetAttribute) Reset() + func (x *TargetAttribute) String() string + type TargetEventData struct + Payload *Target + func (*TargetEventData) Descriptor() ([]byte, []int) + func (*TargetEventData) ProtoMessage() + func (x *TargetEventData) GetPayload() *Target + func (x *TargetEventData) ProtoReflect() protoreflect.Message + func (x *TargetEventData) Reset() + func (x *TargetEventData) String() string + type Target_AnthosCluster struct + AnthosCluster *AnthosCluster + type Target_CustomTarget struct + CustomTarget *CustomTarget + type Target_Gke struct + Gke *GkeCluster + type Target_MultiTarget struct + MultiTarget *MultiTarget + type Target_Run struct + Run *CloudRunLocation + type TargetsPresentCondition struct + MissingTargets []string + Status bool + UpdateTime *timestamppb.Timestamp + func (*TargetsPresentCondition) Descriptor() ([]byte, []int) + func (*TargetsPresentCondition) ProtoMessage() + func (x *TargetsPresentCondition) GetMissingTargets() []string + func (x *TargetsPresentCondition) GetStatus() bool + func (x *TargetsPresentCondition) GetUpdateTime() *timestamppb.Timestamp + func (x *TargetsPresentCondition) ProtoReflect() protoreflect.Message + func (x *TargetsPresentCondition) Reset() + func (x *TargetsPresentCondition) String() string + type TargetsTypeCondition struct + ErrorDetails string + Status bool + func (*TargetsTypeCondition) Descriptor() ([]byte, []int) + func (*TargetsTypeCondition) ProtoMessage() + func (x *TargetsTypeCondition) GetErrorDetails() string + func (x *TargetsTypeCondition) GetStatus() bool + func (x *TargetsTypeCondition) ProtoReflect() protoreflect.Message + func (x *TargetsTypeCondition) Reset() + func (x *TargetsTypeCondition) String() string + type VerifyJob struct + func (*VerifyJob) Descriptor() ([]byte, []int) + func (*VerifyJob) ProtoMessage() + func (x *VerifyJob) ProtoReflect() protoreflect.Message + func (x *VerifyJob) Reset() + func (x *VerifyJob) String() string