deployerv1

package
v1.34.1-20240507194110... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: unknown License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DeploymentStatus_name = map[int32]string{
		0:   "DEPLOYMENT_STATUS_UNSPECIFIED",
		1:   "DEPLOYMENT_STATUS_QUEUED",
		2:   "DEPLOYMENT_STATUS_TRIGGERED",
		3:   "DEPLOYMENT_STATUS_WAITING",
		4:   "DEPLOYMENT_STATUS_AVAILABLE",
		5:   "DEPLOYMENT_STATUS_RUNNING",
		100: "DEPLOYMENT_STATUS_DONE",
		101: "DEPLOYMENT_STATUS_FAILED",
		102: "DEPLOYMENT_STATUS_TERMINATED",
	}
	DeploymentStatus_value = map[string]int32{
		"DEPLOYMENT_STATUS_UNSPECIFIED": 0,
		"DEPLOYMENT_STATUS_QUEUED":      1,
		"DEPLOYMENT_STATUS_TRIGGERED":   2,
		"DEPLOYMENT_STATUS_WAITING":     3,
		"DEPLOYMENT_STATUS_AVAILABLE":   4,
		"DEPLOYMENT_STATUS_RUNNING":     5,
		"DEPLOYMENT_STATUS_DONE":        100,
		"DEPLOYMENT_STATUS_FAILED":      101,
		"DEPLOYMENT_STATUS_TERMINATED":  102,
	}
)

Enum value maps for DeploymentStatus.

View Source
var (
	EnvironmentStatus_name = map[int32]string{
		0: "ENVIRONMENT_STATUS_UNSPECIFIED",
		1: "ENVIRONMENT_STATUS_ACTIVE",
	}
	EnvironmentStatus_value = map[string]int32{
		"ENVIRONMENT_STATUS_UNSPECIFIED": 0,
		"ENVIRONMENT_STATUS_ACTIVE":      1,
	}
)

Enum value maps for EnvironmentStatus.

View Source
var (
	StackStatus_name = map[int32]string{
		0: "STACK_STATUS_UNSPECIFIED",
		1: "STACK_STATUS_CREATING",
		2: "STACK_STATUS_STABLE",
		3: "STACK_STATUS_AVAILABLE",
		4: "STACK_STATUS_MIGRATING",
		5: "STACK_STATUS_BROKEN",
	}
	StackStatus_value = map[string]int32{
		"STACK_STATUS_UNSPECIFIED": 0,
		"STACK_STATUS_CREATING":    1,
		"STACK_STATUS_STABLE":      2,
		"STACK_STATUS_AVAILABLE":   3,
		"STACK_STATUS_MIGRATING":   4,
		"STACK_STATUS_BROKEN":      5,
	}
)

Enum value maps for StackStatus.

View Source
var (
	StepStatus_name = map[int32]string{
		0: "STEP_STATUS_UNSPECIFIED",
		1: "STEP_STATUS_BLOCKED",
		2: "STEP_STATUS_ACTIVE",
		3: "STEP_STATUS_DONE",
		4: "STEP_STATUS_FAILED",
	}
	StepStatus_value = map[string]int32{
		"STEP_STATUS_UNSPECIFIED": 0,
		"STEP_STATUS_BLOCKED":     1,
		"STEP_STATUS_ACTIVE":      2,
		"STEP_STATUS_DONE":        3,
		"STEP_STATUS_FAILED":      4,
	}
)

Enum value maps for StepStatus.

View Source
var (
	StepOutcome_name = map[int32]string{
		0: "STEP_OUTCOME_UNSPECIFIED",
		1: "STEP_OUTCOME_NOP",
		2: "STEP_OUTCOME_DOWNTIME",
		3: "STEP_OUTCOME_BEFORE",
		4: "STEP_OUTCOME_PARALLEL",
	}
	StepOutcome_value = map[string]int32{
		"STEP_OUTCOME_UNSPECIFIED": 0,
		"STEP_OUTCOME_NOP":         1,
		"STEP_OUTCOME_DOWNTIME":    2,
		"STEP_OUTCOME_BEFORE":      3,
		"STEP_OUTCOME_PARALLEL":    4,
	}
)

Enum value maps for StepOutcome.

View Source
var (
	StepPhase_name = map[int32]string{
		0: "STEP_PHASE_UNSPECIFIED",
		1: "STEP_PHASE_WAIT",
		2: "STEP_PHASE_STEPS",
	}
	StepPhase_value = map[string]int32{
		"STEP_PHASE_UNSPECIFIED": 0,
		"STEP_PHASE_WAIT":        1,
		"STEP_PHASE_STEPS":       2,
	}
)

Enum value maps for StepPhase.

View Source
var (
	CFLifecycle_name = map[int32]string{
		0: "CF_LIFECYCLE_UNSPECIFIED",
		1: "CF_LIFECYCLE_PROGRESS",
		2: "CF_LIFECYCLE_COMPLETE",
		3: "CF_LIFECYCLE_ROLLING_BACK",
		4: "CF_LIFECYCLE_CREATE_FAILED",
		5: "CF_LIFECYCLE_TERMINAL",
		7: "CF_LIFECYCLE_ROLLED_BACK",
		6: "CF_LIFECYCLE_MISSING",
	}
	CFLifecycle_value = map[string]int32{
		"CF_LIFECYCLE_UNSPECIFIED":   0,
		"CF_LIFECYCLE_PROGRESS":      1,
		"CF_LIFECYCLE_COMPLETE":      2,
		"CF_LIFECYCLE_ROLLING_BACK":  3,
		"CF_LIFECYCLE_CREATE_FAILED": 4,
		"CF_LIFECYCLE_TERMINAL":      5,
		"CF_LIFECYCLE_ROLLED_BACK":   7,
		"CF_LIFECYCLE_MISSING":       6,
	}
)

Enum value maps for CFLifecycle.

View Source
var File_o5_deployer_v1_application_proto protoreflect.FileDescriptor
View Source
var File_o5_deployer_v1_deployment_proto protoreflect.FileDescriptor
View Source
var File_o5_deployer_v1_environment_proto protoreflect.FileDescriptor
View Source
var File_o5_deployer_v1_event_proto protoreflect.FileDescriptor
View Source
var File_o5_deployer_v1_pgmigrate_proto protoreflect.FileDescriptor
View Source
var File_o5_deployer_v1_stack_proto protoreflect.FileDescriptor
View Source
var File_o5_deployer_v1_steps_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Actor

type Actor struct {
	// contains filtered or unexported fields
}

func (*Actor) Descriptor deprecated

func (*Actor) Descriptor() ([]byte, []int)

Deprecated: Use Actor.ProtoReflect.Descriptor instead.

func (*Actor) ProtoMessage

func (*Actor) ProtoMessage()

func (*Actor) ProtoReflect

func (x *Actor) ProtoReflect() protoreflect.Message

func (*Actor) Reset

func (x *Actor) Reset()

func (*Actor) String

func (x *Actor) String() string

type BuiltApplication

type BuiltApplication struct {
	Name              string                      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Version           string                      `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	QuickMode         bool                        `protobuf:"varint,3,opt,name=quick_mode,json=quickMode,proto3" json:"quick_mode,omitempty"`
	Parameters        []*Parameter                `protobuf:"bytes,4,rep,name=parameters,proto3" json:"parameters,omitempty"`
	SnsTopics         []string                    `protobuf:"bytes,5,rep,name=sns_topics,json=snsTopics,proto3" json:"sns_topics,omitempty"`
	PostgresDatabases []*PostgresDatabaseResource `protobuf:"bytes,6,rep,name=postgres_databases,json=postgresDatabases,proto3" json:"postgres_databases,omitempty"`
	// contains filtered or unexported fields
}

func (*BuiltApplication) Descriptor deprecated

func (*BuiltApplication) Descriptor() ([]byte, []int)

Deprecated: Use BuiltApplication.ProtoReflect.Descriptor instead.

func (*BuiltApplication) GetName

func (x *BuiltApplication) GetName() string

func (*BuiltApplication) GetParameters

func (x *BuiltApplication) GetParameters() []*Parameter

func (*BuiltApplication) GetPostgresDatabases

func (x *BuiltApplication) GetPostgresDatabases() []*PostgresDatabaseResource

func (*BuiltApplication) GetQuickMode

func (x *BuiltApplication) GetQuickMode() bool

func (*BuiltApplication) GetSnsTopics

func (x *BuiltApplication) GetSnsTopics() []string

func (*BuiltApplication) GetVersion

func (x *BuiltApplication) GetVersion() string

func (*BuiltApplication) ProtoMessage

func (*BuiltApplication) ProtoMessage()

func (*BuiltApplication) ProtoReflect

func (x *BuiltApplication) ProtoReflect() protoreflect.Message

func (*BuiltApplication) Reset

func (x *BuiltApplication) Reset()

func (*BuiltApplication) String

func (x *BuiltApplication) String() string

type CFLifecycle

type CFLifecycle int32
const (
	CFLifecycle_CF_LIFECYCLE_UNSPECIFIED CFLifecycle = 0
	// Progressing well, no errors, no rollback
	CFLifecycle_CF_LIFECYCLE_PROGRESS CFLifecycle = 1
	// Update or Create Completed successfully
	CFLifecycle_CF_LIFECYCLE_COMPLETE CFLifecycle = 2
	// Rolling back to previous version or deleting on create failure
	CFLifecycle_CF_LIFECYCLE_ROLLING_BACK CFLifecycle = 3
	// Create failure, rolled back to nothing
	CFLifecycle_CF_LIFECYCLE_CREATE_FAILED CFLifecycle = 4
	// Update or create failure
	CFLifecycle_CF_LIFECYCLE_TERMINAL CFLifecycle = 5
	// Update failure, rolled back to previous version and now stable.
	// Good when waiting, bad when updating or scaling.
	CFLifecycle_CF_LIFECYCLE_ROLLED_BACK CFLifecycle = 7
	// Missing, not present currently, either never created or deleted, not not
	// 'rolled back'
	CFLifecycle_CF_LIFECYCLE_MISSING CFLifecycle = 6
)

func (CFLifecycle) Descriptor

func (CFLifecycle) Enum

func (x CFLifecycle) Enum() *CFLifecycle

func (CFLifecycle) EnumDescriptor deprecated

func (CFLifecycle) EnumDescriptor() ([]byte, []int)

Deprecated: Use CFLifecycle.Descriptor instead.

func (CFLifecycle) Number

func (x CFLifecycle) Number() protoreflect.EnumNumber

func (CFLifecycle) String

func (x CFLifecycle) String() string

func (CFLifecycle) Type

type CFStackInput

type CFStackInput struct {
	StackName    string                          `protobuf:"bytes,1,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"`
	TemplateUrl  string                          `protobuf:"bytes,2,opt,name=template_url,json=templateUrl,proto3" json:"template_url,omitempty"`
	DesiredCount int32                           `protobuf:"varint,3,opt,name=desired_count,json=desiredCount,proto3" json:"desired_count,omitempty"`
	Parameters   []*CloudFormationStackParameter `protobuf:"bytes,4,rep,name=parameters,proto3" json:"parameters,omitempty"`
	SnsTopics    []string                        `protobuf:"bytes,5,rep,name=sns_topics,json=snsTopics,proto3" json:"sns_topics,omitempty"`
	// contains filtered or unexported fields
}

func (*CFStackInput) Descriptor deprecated

func (*CFStackInput) Descriptor() ([]byte, []int)

Deprecated: Use CFStackInput.ProtoReflect.Descriptor instead.

func (*CFStackInput) GetDesiredCount

func (x *CFStackInput) GetDesiredCount() int32

func (*CFStackInput) GetParameters

func (x *CFStackInput) GetParameters() []*CloudFormationStackParameter

func (*CFStackInput) GetSnsTopics

func (x *CFStackInput) GetSnsTopics() []string

func (*CFStackInput) GetStackName

func (x *CFStackInput) GetStackName() string

func (*CFStackInput) GetTemplateUrl

func (x *CFStackInput) GetTemplateUrl() string

func (*CFStackInput) ProtoMessage

func (*CFStackInput) ProtoMessage()

func (*CFStackInput) ProtoReflect

func (x *CFStackInput) ProtoReflect() protoreflect.Message

func (*CFStackInput) Reset

func (x *CFStackInput) Reset()

func (*CFStackInput) String

func (x *CFStackInput) String() string

type CFStackOutput

type CFStackOutput struct {
	Lifecycle CFLifecycle `protobuf:"varint,1,opt,name=lifecycle,proto3,enum=o5.deployer.v1.CFLifecycle" json:"lifecycle,omitempty"`
	Outputs   []*KeyValue `protobuf:"bytes,2,rep,name=outputs,proto3" json:"outputs,omitempty"`
	// contains filtered or unexported fields
}

func (*CFStackOutput) Descriptor deprecated

func (*CFStackOutput) Descriptor() ([]byte, []int)

Deprecated: Use CFStackOutput.ProtoReflect.Descriptor instead.

func (*CFStackOutput) GetLifecycle

func (x *CFStackOutput) GetLifecycle() CFLifecycle

func (*CFStackOutput) GetOutputs

func (x *CFStackOutput) GetOutputs() []*KeyValue

func (*CFStackOutput) ProtoMessage

func (*CFStackOutput) ProtoMessage()

func (*CFStackOutput) ProtoReflect

func (x *CFStackOutput) ProtoReflect() protoreflect.Message

func (*CFStackOutput) Reset

func (x *CFStackOutput) Reset()

func (*CFStackOutput) String

func (x *CFStackOutput) String() string

type CloudFormationStackParameter

type CloudFormationStackParameter struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Types that are assignable to Source:
	//
	//	*CloudFormationStackParameter_Value
	//	*CloudFormationStackParameter_Resolve
	Source isCloudFormationStackParameter_Source `protobuf_oneof:"source"`
	// contains filtered or unexported fields
}

func (*CloudFormationStackParameter) Descriptor deprecated

func (*CloudFormationStackParameter) Descriptor() ([]byte, []int)

Deprecated: Use CloudFormationStackParameter.ProtoReflect.Descriptor instead.

func (*CloudFormationStackParameter) GetName

func (x *CloudFormationStackParameter) GetName() string

func (*CloudFormationStackParameter) GetResolve

func (*CloudFormationStackParameter) GetSource

func (m *CloudFormationStackParameter) GetSource() isCloudFormationStackParameter_Source

func (*CloudFormationStackParameter) GetValue

func (x *CloudFormationStackParameter) GetValue() string

func (*CloudFormationStackParameter) ProtoMessage

func (*CloudFormationStackParameter) ProtoMessage()

func (*CloudFormationStackParameter) ProtoReflect

func (*CloudFormationStackParameter) Reset

func (x *CloudFormationStackParameter) Reset()

func (*CloudFormationStackParameter) String

type CloudFormationStackParameterType

type CloudFormationStackParameterType struct {

	// Types that are assignable to Type:
	//
	//	*CloudFormationStackParameterType_RulePriority_
	//	*CloudFormationStackParameterType_DesiredCount_
	Type isCloudFormationStackParameterType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*CloudFormationStackParameterType) Descriptor deprecated

func (*CloudFormationStackParameterType) Descriptor() ([]byte, []int)

Deprecated: Use CloudFormationStackParameterType.ProtoReflect.Descriptor instead.

func (*CloudFormationStackParameterType) GetDesiredCount

func (*CloudFormationStackParameterType) GetRulePriority

func (*CloudFormationStackParameterType) GetType

func (m *CloudFormationStackParameterType) GetType() isCloudFormationStackParameterType_Type

func (*CloudFormationStackParameterType) ProtoMessage

func (*CloudFormationStackParameterType) ProtoMessage()

func (*CloudFormationStackParameterType) ProtoReflect

func (*CloudFormationStackParameterType) Reset

func (*CloudFormationStackParameterType) String

type CloudFormationStackParameterType_DesiredCount

type CloudFormationStackParameterType_DesiredCount struct {
	// contains filtered or unexported fields
}

func (*CloudFormationStackParameterType_DesiredCount) Descriptor deprecated

Deprecated: Use CloudFormationStackParameterType_DesiredCount.ProtoReflect.Descriptor instead.

func (*CloudFormationStackParameterType_DesiredCount) ProtoMessage

func (*CloudFormationStackParameterType_DesiredCount) ProtoReflect

func (*CloudFormationStackParameterType_DesiredCount) Reset

func (*CloudFormationStackParameterType_DesiredCount) String

type CloudFormationStackParameterType_DesiredCount_

type CloudFormationStackParameterType_DesiredCount_ struct {
	DesiredCount *CloudFormationStackParameterType_DesiredCount `protobuf:"bytes,4,opt,name=desired_count,json=desiredCount,proto3,oneof"`
}

type CloudFormationStackParameterType_RulePriority

type CloudFormationStackParameterType_RulePriority struct {
	RouteGroup v1.RouteGroup `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CloudFormationStackParameterType_RulePriority) Descriptor deprecated

Deprecated: Use CloudFormationStackParameterType_RulePriority.ProtoReflect.Descriptor instead.

func (*CloudFormationStackParameterType_RulePriority) GetRouteGroup

func (*CloudFormationStackParameterType_RulePriority) ProtoMessage

func (*CloudFormationStackParameterType_RulePriority) ProtoReflect

func (*CloudFormationStackParameterType_RulePriority) Reset

func (*CloudFormationStackParameterType_RulePriority) String

type CloudFormationStackParameterType_RulePriority_

type CloudFormationStackParameterType_RulePriority_ struct {
	RulePriority *CloudFormationStackParameterType_RulePriority `protobuf:"bytes,3,opt,name=rule_priority,json=rulePriority,proto3,oneof"`
}

type CloudFormationStackParameter_Resolve

type CloudFormationStackParameter_Resolve struct {
	Resolve *CloudFormationStackParameterType `protobuf:"bytes,3,opt,name=resolve,proto3,oneof"`
}

type CloudFormationStackParameter_Value

type CloudFormationStackParameter_Value struct {
	Value string `protobuf:"bytes,2,opt,name=value,proto3,oneof"`
}

type CodeSourceType

type CodeSourceType struct {

	// Types that are assignable to Type:
	//
	//	*CodeSourceType_Github_
	Type isCodeSourceType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*CodeSourceType) Descriptor deprecated

func (*CodeSourceType) Descriptor() ([]byte, []int)

Deprecated: Use CodeSourceType.ProtoReflect.Descriptor instead.

func (*CodeSourceType) GetGithub

func (x *CodeSourceType) GetGithub() *CodeSourceType_Github

func (*CodeSourceType) GetType

func (m *CodeSourceType) GetType() isCodeSourceType_Type

func (*CodeSourceType) ProtoMessage

func (*CodeSourceType) ProtoMessage()

func (*CodeSourceType) ProtoReflect

func (x *CodeSourceType) ProtoReflect() protoreflect.Message

func (*CodeSourceType) Reset

func (x *CodeSourceType) Reset()

func (*CodeSourceType) String

func (x *CodeSourceType) String() string

type CodeSourceType_Github

type CodeSourceType_Github struct {
	Owner  string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	Repo   string `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo,omitempty"`
	Commit string `protobuf:"bytes,3,opt,name=commit,proto3" json:"commit,omitempty"`
	// contains filtered or unexported fields
}

func (*CodeSourceType_Github) Descriptor deprecated

func (*CodeSourceType_Github) Descriptor() ([]byte, []int)

Deprecated: Use CodeSourceType_Github.ProtoReflect.Descriptor instead.

func (*CodeSourceType_Github) GetCommit

func (x *CodeSourceType_Github) GetCommit() string

func (*CodeSourceType_Github) GetOwner

func (x *CodeSourceType_Github) GetOwner() string

func (*CodeSourceType_Github) GetRepo

func (x *CodeSourceType_Github) GetRepo() string

func (*CodeSourceType_Github) ProtoMessage

func (*CodeSourceType_Github) ProtoMessage()

func (*CodeSourceType_Github) ProtoReflect

func (x *CodeSourceType_Github) ProtoReflect() protoreflect.Message

func (*CodeSourceType_Github) Reset

func (x *CodeSourceType_Github) Reset()

func (*CodeSourceType_Github) String

func (x *CodeSourceType_Github) String() string

type CodeSourceType_Github_

type CodeSourceType_Github_ struct {
	Github *CodeSourceType_Github `protobuf:"bytes,1,opt,name=github,proto3,oneof"`
}

type DeploymentEvent

type DeploymentEvent struct {
	Metadata     *EventMetadata       `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	DeploymentId string               `protobuf:"bytes,2,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	Event        *DeploymentEventType `protobuf:"bytes,3,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentEvent) Descriptor deprecated

func (*DeploymentEvent) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEvent.ProtoReflect.Descriptor instead.

func (*DeploymentEvent) GetDeploymentId

func (x *DeploymentEvent) GetDeploymentId() string

func (*DeploymentEvent) GetEvent

func (x *DeploymentEvent) GetEvent() *DeploymentEventType

func (*DeploymentEvent) GetMetadata

func (x *DeploymentEvent) GetMetadata() *EventMetadata

func (*DeploymentEvent) ProtoMessage

func (*DeploymentEvent) ProtoMessage()

func (*DeploymentEvent) ProtoReflect

func (x *DeploymentEvent) ProtoReflect() protoreflect.Message

func (*DeploymentEvent) Reset

func (x *DeploymentEvent) Reset()

func (*DeploymentEvent) String

func (x *DeploymentEvent) String() string

type DeploymentEventType

type DeploymentEventType struct {

	// Types that are assignable to Type:
	//
	//	*DeploymentEventType_Created_
	//	*DeploymentEventType_Triggered_
	//	*DeploymentEventType_StackWait_
	//	*DeploymentEventType_StackWaitFailure_
	//	*DeploymentEventType_StackAvailable_
	//	*DeploymentEventType_RunSteps_
	//	*DeploymentEventType_StepResult_
	//	*DeploymentEventType_Error_
	//	*DeploymentEventType_Done_
	//	*DeploymentEventType_Terminated_
	Type isDeploymentEventType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*DeploymentEventType) Descriptor deprecated

func (*DeploymentEventType) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType.ProtoReflect.Descriptor instead.

func (*DeploymentEventType) GetCreated

func (*DeploymentEventType) GetDone

func (*DeploymentEventType) GetError

func (*DeploymentEventType) GetRunSteps

func (*DeploymentEventType) GetStackAvailable

func (*DeploymentEventType) GetStackWait

func (*DeploymentEventType) GetStackWaitFailure

func (*DeploymentEventType) GetStepResult

func (*DeploymentEventType) GetTerminated

func (*DeploymentEventType) GetTriggered

func (*DeploymentEventType) GetType

func (m *DeploymentEventType) GetType() isDeploymentEventType_Type

func (*DeploymentEventType) ProtoMessage

func (*DeploymentEventType) ProtoMessage()

func (*DeploymentEventType) ProtoReflect

func (x *DeploymentEventType) ProtoReflect() protoreflect.Message

func (*DeploymentEventType) Reset

func (x *DeploymentEventType) Reset()

func (*DeploymentEventType) String

func (x *DeploymentEventType) String() string

type DeploymentEventType_Created

type DeploymentEventType_Created struct {
	Spec *DeploymentSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentEventType_Created) Descriptor deprecated

func (*DeploymentEventType_Created) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_Created.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_Created) GetSpec

func (*DeploymentEventType_Created) ProtoMessage

func (*DeploymentEventType_Created) ProtoMessage()

func (*DeploymentEventType_Created) ProtoReflect

func (*DeploymentEventType_Created) Reset

func (x *DeploymentEventType_Created) Reset()

func (*DeploymentEventType_Created) String

func (x *DeploymentEventType_Created) String() string

type DeploymentEventType_Created_

type DeploymentEventType_Created_ struct {
	Created *DeploymentEventType_Created `protobuf:"bytes,1,opt,name=created,proto3,oneof"`
}

type DeploymentEventType_Done

type DeploymentEventType_Done struct {
	// contains filtered or unexported fields
}

func (*DeploymentEventType_Done) Descriptor deprecated

func (*DeploymentEventType_Done) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_Done.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_Done) ProtoMessage

func (*DeploymentEventType_Done) ProtoMessage()

func (*DeploymentEventType_Done) ProtoReflect

func (x *DeploymentEventType_Done) ProtoReflect() protoreflect.Message

func (*DeploymentEventType_Done) Reset

func (x *DeploymentEventType_Done) Reset()

func (*DeploymentEventType_Done) String

func (x *DeploymentEventType_Done) String() string

type DeploymentEventType_Done_

type DeploymentEventType_Done_ struct {
	Done *DeploymentEventType_Done `protobuf:"bytes,100,opt,name=done,proto3,oneof"`
}

type DeploymentEventType_Error

type DeploymentEventType_Error struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentEventType_Error) Descriptor deprecated

func (*DeploymentEventType_Error) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_Error.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_Error) GetError

func (x *DeploymentEventType_Error) GetError() string

func (*DeploymentEventType_Error) ProtoMessage

func (*DeploymentEventType_Error) ProtoMessage()

func (*DeploymentEventType_Error) ProtoReflect

func (*DeploymentEventType_Error) Reset

func (x *DeploymentEventType_Error) Reset()

func (*DeploymentEventType_Error) String

func (x *DeploymentEventType_Error) String() string

type DeploymentEventType_Error_

type DeploymentEventType_Error_ struct {
	Error *DeploymentEventType_Error `protobuf:"bytes,99,opt,name=error,proto3,oneof"`
}

type DeploymentEventType_RunSteps

type DeploymentEventType_RunSteps struct {
	// contains filtered or unexported fields
}

func (*DeploymentEventType_RunSteps) Descriptor deprecated

func (*DeploymentEventType_RunSteps) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_RunSteps.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_RunSteps) ProtoMessage

func (*DeploymentEventType_RunSteps) ProtoMessage()

func (*DeploymentEventType_RunSteps) ProtoReflect

func (*DeploymentEventType_RunSteps) Reset

func (x *DeploymentEventType_RunSteps) Reset()

func (*DeploymentEventType_RunSteps) String

type DeploymentEventType_RunSteps_

type DeploymentEventType_RunSteps_ struct {
	RunSteps *DeploymentEventType_RunSteps `protobuf:"bytes,7,opt,name=run_steps,json=runSteps,proto3,oneof"`
}

type DeploymentEventType_StackAvailable

type DeploymentEventType_StackAvailable struct {

	// nil when no stack exists
	StackOutput *CFStackOutput `protobuf:"bytes,1,opt,name=stack_output,json=stackOutput,proto3" json:"stack_output,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentEventType_StackAvailable) Descriptor deprecated

func (*DeploymentEventType_StackAvailable) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_StackAvailable.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_StackAvailable) GetStackOutput

func (*DeploymentEventType_StackAvailable) ProtoMessage

func (*DeploymentEventType_StackAvailable) ProtoMessage()

func (*DeploymentEventType_StackAvailable) ProtoReflect

func (*DeploymentEventType_StackAvailable) Reset

func (*DeploymentEventType_StackAvailable) String

type DeploymentEventType_StackAvailable_

type DeploymentEventType_StackAvailable_ struct {
	StackAvailable *DeploymentEventType_StackAvailable `protobuf:"bytes,6,opt,name=stack_available,json=stackAvailable,proto3,oneof"`
}

type DeploymentEventType_StackCreate

type DeploymentEventType_StackCreate struct {
	// contains filtered or unexported fields
}

func (*DeploymentEventType_StackCreate) Descriptor deprecated

func (*DeploymentEventType_StackCreate) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_StackCreate.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_StackCreate) ProtoMessage

func (*DeploymentEventType_StackCreate) ProtoMessage()

func (*DeploymentEventType_StackCreate) ProtoReflect

func (*DeploymentEventType_StackCreate) Reset

func (*DeploymentEventType_StackCreate) String

type DeploymentEventType_StackWait

type DeploymentEventType_StackWait struct {
	// contains filtered or unexported fields
}

Waits for the stack to be ready, without making any changes

func (*DeploymentEventType_StackWait) Descriptor deprecated

func (*DeploymentEventType_StackWait) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_StackWait.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_StackWait) ProtoMessage

func (*DeploymentEventType_StackWait) ProtoMessage()

func (*DeploymentEventType_StackWait) ProtoReflect

func (*DeploymentEventType_StackWait) Reset

func (x *DeploymentEventType_StackWait) Reset()

func (*DeploymentEventType_StackWait) String

type DeploymentEventType_StackWaitFailure

type DeploymentEventType_StackWaitFailure struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentEventType_StackWaitFailure) Descriptor deprecated

func (*DeploymentEventType_StackWaitFailure) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_StackWaitFailure.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_StackWaitFailure) GetError

func (*DeploymentEventType_StackWaitFailure) ProtoMessage

func (*DeploymentEventType_StackWaitFailure) ProtoMessage()

func (*DeploymentEventType_StackWaitFailure) ProtoReflect

func (*DeploymentEventType_StackWaitFailure) Reset

func (*DeploymentEventType_StackWaitFailure) String

type DeploymentEventType_StackWaitFailure_

type DeploymentEventType_StackWaitFailure_ struct {
	StackWaitFailure *DeploymentEventType_StackWaitFailure `protobuf:"bytes,5,opt,name=stack_wait_failure,json=stackWaitFailure,proto3,oneof"`
}

type DeploymentEventType_StackWait_

type DeploymentEventType_StackWait_ struct {
	StackWait *DeploymentEventType_StackWait `protobuf:"bytes,4,opt,name=stack_wait,json=stackWait,proto3,oneof"`
}

type DeploymentEventType_StepResult

type DeploymentEventType_StepResult struct {
	StepId string          `protobuf:"bytes,1,opt,name=step_id,json=stepId,proto3" json:"step_id,omitempty"`
	Status StepStatus      `protobuf:"varint,2,opt,name=status,proto3,enum=o5.deployer.v1.StepStatus" json:"status,omitempty"`
	Output *StepOutputType `protobuf:"bytes,3,opt,name=output,proto3" json:"output,omitempty"`
	Error  *string         `protobuf:"bytes,4,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentEventType_StepResult) Descriptor deprecated

func (*DeploymentEventType_StepResult) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_StepResult.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_StepResult) GetError

func (x *DeploymentEventType_StepResult) GetError() string

func (*DeploymentEventType_StepResult) GetOutput

func (*DeploymentEventType_StepResult) GetStatus

func (*DeploymentEventType_StepResult) GetStepId

func (x *DeploymentEventType_StepResult) GetStepId() string

func (*DeploymentEventType_StepResult) ProtoMessage

func (*DeploymentEventType_StepResult) ProtoMessage()

func (*DeploymentEventType_StepResult) ProtoReflect

func (*DeploymentEventType_StepResult) Reset

func (x *DeploymentEventType_StepResult) Reset()

func (*DeploymentEventType_StepResult) String

type DeploymentEventType_StepResult_

type DeploymentEventType_StepResult_ struct {
	StepResult *DeploymentEventType_StepResult `protobuf:"bytes,10,opt,name=step_result,json=stepResult,proto3,oneof"`
}

type DeploymentEventType_Terminated

type DeploymentEventType_Terminated struct {
	// contains filtered or unexported fields
}

func (*DeploymentEventType_Terminated) Descriptor deprecated

func (*DeploymentEventType_Terminated) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_Terminated.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_Terminated) ProtoMessage

func (*DeploymentEventType_Terminated) ProtoMessage()

func (*DeploymentEventType_Terminated) ProtoReflect

func (*DeploymentEventType_Terminated) Reset

func (x *DeploymentEventType_Terminated) Reset()

func (*DeploymentEventType_Terminated) String

type DeploymentEventType_Terminated_

type DeploymentEventType_Terminated_ struct {
	Terminated *DeploymentEventType_Terminated `protobuf:"bytes,101,opt,name=terminated,proto3,oneof"`
}

type DeploymentEventType_Triggered

type DeploymentEventType_Triggered struct {
	// contains filtered or unexported fields
}

func (*DeploymentEventType_Triggered) Descriptor deprecated

func (*DeploymentEventType_Triggered) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_Triggered.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_Triggered) ProtoMessage

func (*DeploymentEventType_Triggered) ProtoMessage()

func (*DeploymentEventType_Triggered) ProtoReflect

func (*DeploymentEventType_Triggered) Reset

func (x *DeploymentEventType_Triggered) Reset()

func (*DeploymentEventType_Triggered) String

type DeploymentEventType_Triggered_

type DeploymentEventType_Triggered_ struct {
	Triggered *DeploymentEventType_Triggered `protobuf:"bytes,2,opt,name=triggered,proto3,oneof"`
}

type DeploymentFlags

type DeploymentFlags struct {

	// Skips scale up/down, directly applying the updates in one infra call.
	QuickMode         bool `protobuf:"varint,11,opt,name=quick_mode,json=quickMode,proto3" json:"quick_mode,omitempty"`
	RotateCredentials bool `protobuf:"varint,12,opt,name=rotate_credentials,json=rotateCredentials,proto3" json:"rotate_credentials,omitempty"`
	CancelUpdates     bool `protobuf:"varint,8,opt,name=cancel_updates,json=cancelUpdates,proto3" json:"cancel_updates,omitempty"`
	DbOnly            bool `protobuf:"varint,9,opt,name=db_only,json=dbOnly,proto3" json:"db_only,omitempty"`
	InfraOnly         bool `protobuf:"varint,10,opt,name=infra_only,json=infraOnly,proto3" json:"infra_only,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentFlags) Descriptor deprecated

func (*DeploymentFlags) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentFlags.ProtoReflect.Descriptor instead.

func (*DeploymentFlags) GetCancelUpdates

func (x *DeploymentFlags) GetCancelUpdates() bool

func (*DeploymentFlags) GetDbOnly

func (x *DeploymentFlags) GetDbOnly() bool

func (*DeploymentFlags) GetInfraOnly

func (x *DeploymentFlags) GetInfraOnly() bool

func (*DeploymentFlags) GetQuickMode

func (x *DeploymentFlags) GetQuickMode() bool

func (*DeploymentFlags) GetRotateCredentials

func (x *DeploymentFlags) GetRotateCredentials() bool

func (*DeploymentFlags) ProtoMessage

func (*DeploymentFlags) ProtoMessage()

func (*DeploymentFlags) ProtoReflect

func (x *DeploymentFlags) ProtoReflect() protoreflect.Message

func (*DeploymentFlags) Reset

func (x *DeploymentFlags) Reset()

func (*DeploymentFlags) String

func (x *DeploymentFlags) String() string

type DeploymentSpec

type DeploymentSpec struct {
	AppName         string                          `protobuf:"bytes,1,opt,name=app_name,json=appName,proto3" json:"app_name,omitempty"`
	Version         string                          `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	EnvironmentName string                          `protobuf:"bytes,3,opt,name=environment_name,json=environmentName,proto3" json:"environment_name,omitempty"`
	EnvironmentId   string                          `protobuf:"bytes,9,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	TemplateUrl     string                          `protobuf:"bytes,4,opt,name=template_url,json=templateUrl,proto3" json:"template_url,omitempty"`
	EcsCluster      string                          `protobuf:"bytes,10,opt,name=ecs_cluster,json=ecsCluster,proto3" json:"ecs_cluster,omitempty"`
	Flags           *DeploymentFlags                `protobuf:"bytes,8,opt,name=flags,proto3" json:"flags,omitempty"`
	Databases       []*PostgresSpec                 `protobuf:"bytes,5,rep,name=databases,proto3" json:"databases,omitempty"`
	Parameters      []*CloudFormationStackParameter `protobuf:"bytes,6,rep,name=parameters,proto3" json:"parameters,omitempty"`
	SnsTopics       []string                        `protobuf:"bytes,7,rep,name=sns_topics,json=snsTopics,proto3" json:"sns_topics,omitempty"`
	Source          *CodeSourceType                 `protobuf:"bytes,11,opt,name=source,proto3" json:"source,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentSpec) Descriptor deprecated

func (*DeploymentSpec) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentSpec.ProtoReflect.Descriptor instead.

func (*DeploymentSpec) GetAppName

func (x *DeploymentSpec) GetAppName() string

func (*DeploymentSpec) GetDatabases

func (x *DeploymentSpec) GetDatabases() []*PostgresSpec

func (*DeploymentSpec) GetEcsCluster

func (x *DeploymentSpec) GetEcsCluster() string

func (*DeploymentSpec) GetEnvironmentId

func (x *DeploymentSpec) GetEnvironmentId() string

func (*DeploymentSpec) GetEnvironmentName

func (x *DeploymentSpec) GetEnvironmentName() string

func (*DeploymentSpec) GetFlags

func (x *DeploymentSpec) GetFlags() *DeploymentFlags

func (*DeploymentSpec) GetParameters

func (x *DeploymentSpec) GetParameters() []*CloudFormationStackParameter

func (*DeploymentSpec) GetSnsTopics

func (x *DeploymentSpec) GetSnsTopics() []string

func (*DeploymentSpec) GetSource

func (x *DeploymentSpec) GetSource() *CodeSourceType

func (*DeploymentSpec) GetTemplateUrl

func (x *DeploymentSpec) GetTemplateUrl() string

func (*DeploymentSpec) GetVersion

func (x *DeploymentSpec) GetVersion() string

func (*DeploymentSpec) ProtoMessage

func (*DeploymentSpec) ProtoMessage()

func (*DeploymentSpec) ProtoReflect

func (x *DeploymentSpec) ProtoReflect() protoreflect.Message

func (*DeploymentSpec) Reset

func (x *DeploymentSpec) Reset()

func (*DeploymentSpec) String

func (x *DeploymentSpec) String() string

type DeploymentState

type DeploymentState struct {
	DeploymentId string                 `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	Status       DeploymentStatus       `protobuf:"varint,2,opt,name=status,proto3,enum=o5.deployer.v1.DeploymentStatus" json:"status,omitempty"`
	Spec         *DeploymentSpec        `protobuf:"bytes,3,opt,name=spec,proto3" json:"spec,omitempty"`
	StackName    string                 `protobuf:"bytes,4,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"`
	StackId      string                 `protobuf:"bytes,7,opt,name=stack_id,json=stackId,proto3" json:"stack_id,omitempty"`
	CreatedAt    *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Steps        []*DeploymentStep      `protobuf:"bytes,10,rep,name=steps,proto3" json:"steps,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentState) Descriptor deprecated

func (*DeploymentState) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentState.ProtoReflect.Descriptor instead.

func (*DeploymentState) GetCreatedAt

func (x *DeploymentState) GetCreatedAt() *timestamppb.Timestamp

func (*DeploymentState) GetDeploymentId

func (x *DeploymentState) GetDeploymentId() string

func (*DeploymentState) GetSpec

func (x *DeploymentState) GetSpec() *DeploymentSpec

func (*DeploymentState) GetStackId

func (x *DeploymentState) GetStackId() string

func (*DeploymentState) GetStackName

func (x *DeploymentState) GetStackName() string

func (*DeploymentState) GetStatus

func (x *DeploymentState) GetStatus() DeploymentStatus

func (*DeploymentState) GetSteps

func (x *DeploymentState) GetSteps() []*DeploymentStep

func (*DeploymentState) ProtoMessage

func (*DeploymentState) ProtoMessage()

func (*DeploymentState) ProtoReflect

func (x *DeploymentState) ProtoReflect() protoreflect.Message

func (*DeploymentState) Reset

func (x *DeploymentState) Reset()

func (*DeploymentState) String

func (x *DeploymentState) String() string

type DeploymentStatus

type DeploymentStatus int32
const (
	DeploymentStatus_DEPLOYMENT_STATUS_UNSPECIFIED DeploymentStatus = 0
	DeploymentStatus_DEPLOYMENT_STATUS_QUEUED      DeploymentStatus = 1
	DeploymentStatus_DEPLOYMENT_STATUS_TRIGGERED   DeploymentStatus = 2
	DeploymentStatus_DEPLOYMENT_STATUS_WAITING     DeploymentStatus = 3
	DeploymentStatus_DEPLOYMENT_STATUS_AVAILABLE   DeploymentStatus = 4
	DeploymentStatus_DEPLOYMENT_STATUS_RUNNING     DeploymentStatus = 5
	DeploymentStatus_DEPLOYMENT_STATUS_DONE        DeploymentStatus = 100
	DeploymentStatus_DEPLOYMENT_STATUS_FAILED      DeploymentStatus = 101
	DeploymentStatus_DEPLOYMENT_STATUS_TERMINATED  DeploymentStatus = 102
)

func (DeploymentStatus) Descriptor

func (DeploymentStatus) Enum

func (DeploymentStatus) EnumDescriptor deprecated

func (DeploymentStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use DeploymentStatus.Descriptor instead.

func (DeploymentStatus) Number

func (DeploymentStatus) String

func (x DeploymentStatus) String() string

func (DeploymentStatus) Type

type DeploymentStep

type DeploymentStep struct {
	Id        string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name      string           `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Status    StepStatus       `protobuf:"varint,3,opt,name=status,proto3,enum=o5.deployer.v1.StepStatus" json:"status,omitempty"`
	Request   *StepRequestType `protobuf:"bytes,4,opt,name=request,proto3" json:"request,omitempty"`
	Output    *StepOutputType  `protobuf:"bytes,5,opt,name=output,proto3" json:"output,omitempty"`
	Error     *string          `protobuf:"bytes,6,opt,name=error,proto3,oneof" json:"error,omitempty"`
	DependsOn []string         `protobuf:"bytes,7,rep,name=depends_on,json=dependsOn,proto3" json:"depends_on,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentStep) Descriptor deprecated

func (*DeploymentStep) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentStep.ProtoReflect.Descriptor instead.

func (*DeploymentStep) GetDependsOn

func (x *DeploymentStep) GetDependsOn() []string

func (*DeploymentStep) GetError

func (x *DeploymentStep) GetError() string

func (*DeploymentStep) GetId

func (x *DeploymentStep) GetId() string

func (*DeploymentStep) GetName

func (x *DeploymentStep) GetName() string

func (*DeploymentStep) GetOutput

func (x *DeploymentStep) GetOutput() *StepOutputType

func (*DeploymentStep) GetRequest

func (x *DeploymentStep) GetRequest() *StepRequestType

func (*DeploymentStep) GetStatus

func (x *DeploymentStep) GetStatus() StepStatus

func (*DeploymentStep) ProtoMessage

func (*DeploymentStep) ProtoMessage()

func (*DeploymentStep) ProtoReflect

func (x *DeploymentStep) ProtoReflect() protoreflect.Message

func (*DeploymentStep) Reset

func (x *DeploymentStep) Reset()

func (*DeploymentStep) String

func (x *DeploymentStep) String() string

type EnvironmentEvent

type EnvironmentEvent struct {
	Metadata      *EventMetadata        `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	EnvironmentId string                `protobuf:"bytes,2,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	Event         *EnvironmentEventType `protobuf:"bytes,4,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvironmentEvent) Descriptor deprecated

func (*EnvironmentEvent) Descriptor() ([]byte, []int)

Deprecated: Use EnvironmentEvent.ProtoReflect.Descriptor instead.

func (*EnvironmentEvent) GetEnvironmentId

func (x *EnvironmentEvent) GetEnvironmentId() string

func (*EnvironmentEvent) GetEvent

func (x *EnvironmentEvent) GetEvent() *EnvironmentEventType

func (*EnvironmentEvent) GetMetadata

func (x *EnvironmentEvent) GetMetadata() *EventMetadata

func (*EnvironmentEvent) ProtoMessage

func (*EnvironmentEvent) ProtoMessage()

func (*EnvironmentEvent) ProtoReflect

func (x *EnvironmentEvent) ProtoReflect() protoreflect.Message

func (*EnvironmentEvent) Reset

func (x *EnvironmentEvent) Reset()

func (*EnvironmentEvent) String

func (x *EnvironmentEvent) String() string

type EnvironmentEventType

type EnvironmentEventType struct {

	// Types that are assignable to Type:
	//
	//	*EnvironmentEventType_Configured_
	Type isEnvironmentEventType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*EnvironmentEventType) Descriptor deprecated

func (*EnvironmentEventType) Descriptor() ([]byte, []int)

Deprecated: Use EnvironmentEventType.ProtoReflect.Descriptor instead.

func (*EnvironmentEventType) GetConfigured

func (*EnvironmentEventType) GetType

func (m *EnvironmentEventType) GetType() isEnvironmentEventType_Type

func (*EnvironmentEventType) ProtoMessage

func (*EnvironmentEventType) ProtoMessage()

func (*EnvironmentEventType) ProtoReflect

func (x *EnvironmentEventType) ProtoReflect() protoreflect.Message

func (*EnvironmentEventType) Reset

func (x *EnvironmentEventType) Reset()

func (*EnvironmentEventType) String

func (x *EnvironmentEventType) String() string

type EnvironmentEventType_Configured

type EnvironmentEventType_Configured struct {
	Config *v1.Environment `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvironmentEventType_Configured) Descriptor deprecated

func (*EnvironmentEventType_Configured) Descriptor() ([]byte, []int)

Deprecated: Use EnvironmentEventType_Configured.ProtoReflect.Descriptor instead.

func (*EnvironmentEventType_Configured) GetConfig

func (*EnvironmentEventType_Configured) ProtoMessage

func (*EnvironmentEventType_Configured) ProtoMessage()

func (*EnvironmentEventType_Configured) ProtoReflect

func (*EnvironmentEventType_Configured) Reset

func (*EnvironmentEventType_Configured) String

type EnvironmentEventType_Configured_

type EnvironmentEventType_Configured_ struct {
	Configured *EnvironmentEventType_Configured `protobuf:"bytes,1,opt,name=configured,proto3,oneof"`
}

type EnvironmentState

type EnvironmentState struct {
	EnvironmentId string            `protobuf:"bytes,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	Status        EnvironmentStatus `protobuf:"varint,2,opt,name=status,proto3,enum=o5.deployer.v1.EnvironmentStatus" json:"status,omitempty"`
	Config        *v1.Environment   `protobuf:"bytes,3,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvironmentState) Descriptor deprecated

func (*EnvironmentState) Descriptor() ([]byte, []int)

Deprecated: Use EnvironmentState.ProtoReflect.Descriptor instead.

func (*EnvironmentState) GetConfig

func (x *EnvironmentState) GetConfig() *v1.Environment

func (*EnvironmentState) GetEnvironmentId

func (x *EnvironmentState) GetEnvironmentId() string

func (*EnvironmentState) GetStatus

func (x *EnvironmentState) GetStatus() EnvironmentStatus

func (*EnvironmentState) ProtoMessage

func (*EnvironmentState) ProtoMessage()

func (*EnvironmentState) ProtoReflect

func (x *EnvironmentState) ProtoReflect() protoreflect.Message

func (*EnvironmentState) Reset

func (x *EnvironmentState) Reset()

func (*EnvironmentState) String

func (x *EnvironmentState) String() string

type EnvironmentStatus

type EnvironmentStatus int32
const (
	EnvironmentStatus_ENVIRONMENT_STATUS_UNSPECIFIED EnvironmentStatus = 0
	EnvironmentStatus_ENVIRONMENT_STATUS_ACTIVE      EnvironmentStatus = 1
)

func (EnvironmentStatus) Descriptor

func (EnvironmentStatus) Enum

func (EnvironmentStatus) EnumDescriptor deprecated

func (EnvironmentStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use EnvironmentStatus.Descriptor instead.

func (EnvironmentStatus) Number

func (EnvironmentStatus) String

func (x EnvironmentStatus) String() string

func (EnvironmentStatus) Type

type EventMetadata

type EventMetadata struct {
	EventId   string                 `protobuf:"bytes,1,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Actor     *Actor                 `protobuf:"bytes,3,opt,name=actor,proto3" json:"actor,omitempty"`
	// contains filtered or unexported fields
}

func (*EventMetadata) Descriptor deprecated

func (*EventMetadata) Descriptor() ([]byte, []int)

Deprecated: Use EventMetadata.ProtoReflect.Descriptor instead.

func (*EventMetadata) GetActor

func (x *EventMetadata) GetActor() *Actor

func (*EventMetadata) GetEventId

func (x *EventMetadata) GetEventId() string

func (*EventMetadata) GetTimestamp

func (x *EventMetadata) GetTimestamp() *timestamppb.Timestamp

func (*EventMetadata) ProtoMessage

func (*EventMetadata) ProtoMessage()

func (*EventMetadata) ProtoReflect

func (x *EventMetadata) ProtoReflect() protoreflect.Message

func (*EventMetadata) Reset

func (x *EventMetadata) Reset()

func (*EventMetadata) String

func (x *EventMetadata) String() string

type KeyValue

type KeyValue struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*KeyValue) Descriptor deprecated

func (*KeyValue) Descriptor() ([]byte, []int)

Deprecated: Use KeyValue.ProtoReflect.Descriptor instead.

func (*KeyValue) GetName

func (x *KeyValue) GetName() string

func (*KeyValue) GetValue

func (x *KeyValue) GetValue() string

func (*KeyValue) ProtoMessage

func (*KeyValue) ProtoMessage()

func (*KeyValue) ProtoReflect

func (x *KeyValue) ProtoReflect() protoreflect.Message

func (*KeyValue) Reset

func (x *KeyValue) Reset()

func (*KeyValue) String

func (x *KeyValue) String() string

type MigrationTaskContext

type MigrationTaskContext struct {
	Upstream    *v1.RequestMetadata `protobuf:"bytes,1,opt,name=upstream,proto3" json:"upstream,omitempty"`
	MigrationId string              `protobuf:"bytes,2,opt,name=migration_id,json=migrationId,proto3" json:"migration_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MigrationTaskContext) Descriptor deprecated

func (*MigrationTaskContext) Descriptor() ([]byte, []int)

Deprecated: Use MigrationTaskContext.ProtoReflect.Descriptor instead.

func (*MigrationTaskContext) GetMigrationId

func (x *MigrationTaskContext) GetMigrationId() string

func (*MigrationTaskContext) GetUpstream

func (x *MigrationTaskContext) GetUpstream() *v1.RequestMetadata

func (*MigrationTaskContext) ProtoMessage

func (*MigrationTaskContext) ProtoMessage()

func (*MigrationTaskContext) ProtoReflect

func (x *MigrationTaskContext) ProtoReflect() protoreflect.Message

func (*MigrationTaskContext) Reset

func (x *MigrationTaskContext) Reset()

func (*MigrationTaskContext) String

func (x *MigrationTaskContext) String() string

type Parameter

type Parameter struct {
	Name        string               `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type        string               `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Description string               `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Source      *ParameterSourceType `protobuf:"bytes,4,opt,name=source,proto3" json:"source,omitempty"`
	Args        []string             `protobuf:"bytes,6,rep,name=args,proto3" json:"args,omitempty"`
	// contains filtered or unexported fields
}

func (*Parameter) Descriptor deprecated

func (*Parameter) Descriptor() ([]byte, []int)

Deprecated: Use Parameter.ProtoReflect.Descriptor instead.

func (*Parameter) GetArgs

func (x *Parameter) GetArgs() []string

func (*Parameter) GetDescription

func (x *Parameter) GetDescription() string

func (*Parameter) GetName

func (x *Parameter) GetName() string

func (*Parameter) GetSource

func (x *Parameter) GetSource() *ParameterSourceType

func (*Parameter) GetType

func (x *Parameter) GetType() string

func (*Parameter) ProtoMessage

func (*Parameter) ProtoMessage()

func (*Parameter) ProtoReflect

func (x *Parameter) ProtoReflect() protoreflect.Message

func (*Parameter) Reset

func (x *Parameter) Reset()

func (*Parameter) String

func (x *Parameter) String() string

type ParameterSourceType

type ParameterSourceType struct {

	// Types that are assignable to Type:
	//
	//	*ParameterSourceType_Static_
	//	*ParameterSourceType_WellKnown_
	//	*ParameterSourceType_RulePriority_
	//	*ParameterSourceType_DesiredCount_
	//	*ParameterSourceType_CrossEnvSns_
	//	*ParameterSourceType_EnvVar_
	Type isParameterSourceType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*ParameterSourceType) Descriptor deprecated

func (*ParameterSourceType) Descriptor() ([]byte, []int)

Deprecated: Use ParameterSourceType.ProtoReflect.Descriptor instead.

func (*ParameterSourceType) GetCrossEnvSns

func (*ParameterSourceType) GetDesiredCount

func (*ParameterSourceType) GetEnvVar

func (*ParameterSourceType) GetRulePriority

func (*ParameterSourceType) GetStatic

func (*ParameterSourceType) GetType

func (m *ParameterSourceType) GetType() isParameterSourceType_Type

func (*ParameterSourceType) GetWellKnown

func (*ParameterSourceType) ProtoMessage

func (*ParameterSourceType) ProtoMessage()

func (*ParameterSourceType) ProtoReflect

func (x *ParameterSourceType) ProtoReflect() protoreflect.Message

func (*ParameterSourceType) Reset

func (x *ParameterSourceType) Reset()

func (*ParameterSourceType) String

func (x *ParameterSourceType) String() string

type ParameterSourceType_CrossEnvSns

type ParameterSourceType_CrossEnvSns struct {
	EnvName string `protobuf:"bytes,1,opt,name=env_name,json=envName,proto3" json:"env_name,omitempty"`
	// contains filtered or unexported fields
}

func (*ParameterSourceType_CrossEnvSns) Descriptor deprecated

func (*ParameterSourceType_CrossEnvSns) Descriptor() ([]byte, []int)

Deprecated: Use ParameterSourceType_CrossEnvSns.ProtoReflect.Descriptor instead.

func (*ParameterSourceType_CrossEnvSns) GetEnvName

func (x *ParameterSourceType_CrossEnvSns) GetEnvName() string

func (*ParameterSourceType_CrossEnvSns) ProtoMessage

func (*ParameterSourceType_CrossEnvSns) ProtoMessage()

func (*ParameterSourceType_CrossEnvSns) ProtoReflect

func (*ParameterSourceType_CrossEnvSns) Reset

func (*ParameterSourceType_CrossEnvSns) String

type ParameterSourceType_CrossEnvSns_

type ParameterSourceType_CrossEnvSns_ struct {
	CrossEnvSns *ParameterSourceType_CrossEnvSns `protobuf:"bytes,5,opt,name=cross_env_sns,json=crossEnvSns,proto3,oneof"`
}

type ParameterSourceType_DesiredCount

type ParameterSourceType_DesiredCount struct {
	// contains filtered or unexported fields
}

func (*ParameterSourceType_DesiredCount) Descriptor deprecated

func (*ParameterSourceType_DesiredCount) Descriptor() ([]byte, []int)

Deprecated: Use ParameterSourceType_DesiredCount.ProtoReflect.Descriptor instead.

func (*ParameterSourceType_DesiredCount) ProtoMessage

func (*ParameterSourceType_DesiredCount) ProtoMessage()

func (*ParameterSourceType_DesiredCount) ProtoReflect

func (*ParameterSourceType_DesiredCount) Reset

func (*ParameterSourceType_DesiredCount) String

type ParameterSourceType_DesiredCount_

type ParameterSourceType_DesiredCount_ struct {
	DesiredCount *ParameterSourceType_DesiredCount `protobuf:"bytes,4,opt,name=desired_count,json=desiredCount,proto3,oneof"`
}

type ParameterSourceType_EnvVar

type ParameterSourceType_EnvVar struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ParameterSourceType_EnvVar) Descriptor deprecated

func (*ParameterSourceType_EnvVar) Descriptor() ([]byte, []int)

Deprecated: Use ParameterSourceType_EnvVar.ProtoReflect.Descriptor instead.

func (*ParameterSourceType_EnvVar) GetName

func (x *ParameterSourceType_EnvVar) GetName() string

func (*ParameterSourceType_EnvVar) ProtoMessage

func (*ParameterSourceType_EnvVar) ProtoMessage()

func (*ParameterSourceType_EnvVar) ProtoReflect

func (*ParameterSourceType_EnvVar) Reset

func (x *ParameterSourceType_EnvVar) Reset()

func (*ParameterSourceType_EnvVar) String

func (x *ParameterSourceType_EnvVar) String() string

type ParameterSourceType_EnvVar_

type ParameterSourceType_EnvVar_ struct {
	EnvVar *ParameterSourceType_EnvVar `protobuf:"bytes,6,opt,name=env_var,json=envVar,proto3,oneof"`
}

type ParameterSourceType_RulePriority

type ParameterSourceType_RulePriority struct {
	RouteGroup v1.RouteGroup `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ParameterSourceType_RulePriority) Descriptor deprecated

func (*ParameterSourceType_RulePriority) Descriptor() ([]byte, []int)

Deprecated: Use ParameterSourceType_RulePriority.ProtoReflect.Descriptor instead.

func (*ParameterSourceType_RulePriority) GetRouteGroup

func (x *ParameterSourceType_RulePriority) GetRouteGroup() v1.RouteGroup

func (*ParameterSourceType_RulePriority) ProtoMessage

func (*ParameterSourceType_RulePriority) ProtoMessage()

func (*ParameterSourceType_RulePriority) ProtoReflect

func (*ParameterSourceType_RulePriority) Reset

func (*ParameterSourceType_RulePriority) String

type ParameterSourceType_RulePriority_

type ParameterSourceType_RulePriority_ struct {
	RulePriority *ParameterSourceType_RulePriority `protobuf:"bytes,3,opt,name=rule_priority,json=rulePriority,proto3,oneof"`
}

type ParameterSourceType_Static

type ParameterSourceType_Static struct {
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ParameterSourceType_Static) Descriptor deprecated

func (*ParameterSourceType_Static) Descriptor() ([]byte, []int)

Deprecated: Use ParameterSourceType_Static.ProtoReflect.Descriptor instead.

func (*ParameterSourceType_Static) GetValue

func (x *ParameterSourceType_Static) GetValue() string

func (*ParameterSourceType_Static) ProtoMessage

func (*ParameterSourceType_Static) ProtoMessage()

func (*ParameterSourceType_Static) ProtoReflect

func (*ParameterSourceType_Static) Reset

func (x *ParameterSourceType_Static) Reset()

func (*ParameterSourceType_Static) String

func (x *ParameterSourceType_Static) String() string

type ParameterSourceType_Static_

type ParameterSourceType_Static_ struct {
	Static *ParameterSourceType_Static `protobuf:"bytes,1,opt,name=static,proto3,oneof"`
}

type ParameterSourceType_WellKnown

type ParameterSourceType_WellKnown struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ParameterSourceType_WellKnown) Descriptor deprecated

func (*ParameterSourceType_WellKnown) Descriptor() ([]byte, []int)

Deprecated: Use ParameterSourceType_WellKnown.ProtoReflect.Descriptor instead.

func (*ParameterSourceType_WellKnown) GetName

func (*ParameterSourceType_WellKnown) ProtoMessage

func (*ParameterSourceType_WellKnown) ProtoMessage()

func (*ParameterSourceType_WellKnown) ProtoReflect

func (*ParameterSourceType_WellKnown) Reset

func (x *ParameterSourceType_WellKnown) Reset()

func (*ParameterSourceType_WellKnown) String

type ParameterSourceType_WellKnown_

type ParameterSourceType_WellKnown_ struct {
	WellKnown *ParameterSourceType_WellKnown `protobuf:"bytes,2,opt,name=well_known,json=wellKnown,proto3,oneof"`
}

type PostgresCleanupSpec

type PostgresCleanupSpec struct {
	DbName         string `protobuf:"bytes,1,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"`
	RootSecretName string `protobuf:"bytes,2,opt,name=root_secret_name,json=rootSecretName,proto3" json:"root_secret_name,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresCleanupSpec) Descriptor deprecated

func (*PostgresCleanupSpec) Descriptor() ([]byte, []int)

Deprecated: Use PostgresCleanupSpec.ProtoReflect.Descriptor instead.

func (*PostgresCleanupSpec) GetDbName

func (x *PostgresCleanupSpec) GetDbName() string

func (*PostgresCleanupSpec) GetRootSecretName

func (x *PostgresCleanupSpec) GetRootSecretName() string

func (*PostgresCleanupSpec) ProtoMessage

func (*PostgresCleanupSpec) ProtoMessage()

func (*PostgresCleanupSpec) ProtoReflect

func (x *PostgresCleanupSpec) ProtoReflect() protoreflect.Message

func (*PostgresCleanupSpec) Reset

func (x *PostgresCleanupSpec) Reset()

func (*PostgresCleanupSpec) String

func (x *PostgresCleanupSpec) String() string

type PostgresCreationSpec

type PostgresCreationSpec struct {
	DbName            string   `protobuf:"bytes,1,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"`
	RootSecretName    string   `protobuf:"bytes,2,opt,name=root_secret_name,json=rootSecretName,proto3" json:"root_secret_name,omitempty"`
	DbExtensions      []string `protobuf:"bytes,3,rep,name=db_extensions,json=dbExtensions,proto3" json:"db_extensions,omitempty"`
	SecretArn         string   `protobuf:"bytes,4,opt,name=secret_arn,json=secretArn,proto3" json:"secret_arn,omitempty"`
	RotateCredentials bool     `protobuf:"varint,5,opt,name=rotate_credentials,json=rotateCredentials,proto3" json:"rotate_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresCreationSpec) Descriptor deprecated

func (*PostgresCreationSpec) Descriptor() ([]byte, []int)

Deprecated: Use PostgresCreationSpec.ProtoReflect.Descriptor instead.

func (*PostgresCreationSpec) GetDbExtensions

func (x *PostgresCreationSpec) GetDbExtensions() []string

func (*PostgresCreationSpec) GetDbName

func (x *PostgresCreationSpec) GetDbName() string

func (*PostgresCreationSpec) GetRootSecretName

func (x *PostgresCreationSpec) GetRootSecretName() string

func (*PostgresCreationSpec) GetRotateCredentials

func (x *PostgresCreationSpec) GetRotateCredentials() bool

func (*PostgresCreationSpec) GetSecretArn

func (x *PostgresCreationSpec) GetSecretArn() string

func (*PostgresCreationSpec) ProtoMessage

func (*PostgresCreationSpec) ProtoMessage()

func (*PostgresCreationSpec) ProtoReflect

func (x *PostgresCreationSpec) ProtoReflect() protoreflect.Message

func (*PostgresCreationSpec) Reset

func (x *PostgresCreationSpec) Reset()

func (*PostgresCreationSpec) String

func (x *PostgresCreationSpec) String() string

type PostgresDatabaseResource

type PostgresDatabaseResource struct {
	DbName                  string   `protobuf:"bytes,1,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"`
	ServerGroup             string   `protobuf:"bytes,2,opt,name=server_group,json=serverGroup,proto3" json:"server_group,omitempty"`
	SecretOutputName        string   `protobuf:"bytes,3,opt,name=secret_output_name,json=secretOutputName,proto3" json:"secret_output_name,omitempty"`
	DbExtensions            []string `protobuf:"bytes,4,rep,name=db_extensions,json=dbExtensions,proto3" json:"db_extensions,omitempty"`
	MigrationTaskOutputName *string  `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PostgresDatabaseResource) Descriptor deprecated

func (*PostgresDatabaseResource) Descriptor() ([]byte, []int)

Deprecated: Use PostgresDatabaseResource.ProtoReflect.Descriptor instead.

func (*PostgresDatabaseResource) GetDbExtensions

func (x *PostgresDatabaseResource) GetDbExtensions() []string

func (*PostgresDatabaseResource) GetDbName

func (x *PostgresDatabaseResource) GetDbName() string

func (*PostgresDatabaseResource) GetMigrationTaskOutputName

func (x *PostgresDatabaseResource) GetMigrationTaskOutputName() string

func (*PostgresDatabaseResource) GetSecretOutputName

func (x *PostgresDatabaseResource) GetSecretOutputName() string

func (*PostgresDatabaseResource) GetServerGroup

func (x *PostgresDatabaseResource) GetServerGroup() string

func (*PostgresDatabaseResource) ProtoMessage

func (*PostgresDatabaseResource) ProtoMessage()

func (*PostgresDatabaseResource) ProtoReflect

func (x *PostgresDatabaseResource) ProtoReflect() protoreflect.Message

func (*PostgresDatabaseResource) Reset

func (x *PostgresDatabaseResource) Reset()

func (*PostgresDatabaseResource) String

func (x *PostgresDatabaseResource) String() string

type PostgresMigrationSpec

type PostgresMigrationSpec struct {
	MigrationTaskArn string `protobuf:"bytes,1,opt,name=migration_task_arn,json=migrationTaskArn,proto3" json:"migration_task_arn,omitempty"`
	SecretArn        string `protobuf:"bytes,2,opt,name=secret_arn,json=secretArn,proto3" json:"secret_arn,omitempty"`
	EcsClusterName   string `protobuf:"bytes,3,opt,name=ecs_cluster_name,json=ecsClusterName,proto3" json:"ecs_cluster_name,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresMigrationSpec) Descriptor deprecated

func (*PostgresMigrationSpec) Descriptor() ([]byte, []int)

Deprecated: Use PostgresMigrationSpec.ProtoReflect.Descriptor instead.

func (*PostgresMigrationSpec) GetEcsClusterName

func (x *PostgresMigrationSpec) GetEcsClusterName() string

func (*PostgresMigrationSpec) GetMigrationTaskArn

func (x *PostgresMigrationSpec) GetMigrationTaskArn() string

func (*PostgresMigrationSpec) GetSecretArn

func (x *PostgresMigrationSpec) GetSecretArn() string

func (*PostgresMigrationSpec) ProtoMessage

func (*PostgresMigrationSpec) ProtoMessage()

func (*PostgresMigrationSpec) ProtoReflect

func (x *PostgresMigrationSpec) ProtoReflect() protoreflect.Message

func (*PostgresMigrationSpec) Reset

func (x *PostgresMigrationSpec) Reset()

func (*PostgresMigrationSpec) String

func (x *PostgresMigrationSpec) String() string

type PostgresSpec

type PostgresSpec struct {
	DbName                  string   `protobuf:"bytes,1,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"`
	DbExtensions            []string `protobuf:"bytes,3,rep,name=db_extensions,json=dbExtensions,proto3" json:"db_extensions,omitempty"`
	RootSecretName          string   `protobuf:"bytes,5,opt,name=root_secret_name,json=rootSecretName,proto3" json:"root_secret_name,omitempty"`
	MigrationTaskOutputName *string  `` /* 140-byte string literal not displayed */
	SecretOutputName        string   `protobuf:"bytes,9,opt,name=secret_output_name,json=secretOutputName,proto3" json:"secret_output_name,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresSpec) Descriptor deprecated

func (*PostgresSpec) Descriptor() ([]byte, []int)

Deprecated: Use PostgresSpec.ProtoReflect.Descriptor instead.

func (*PostgresSpec) GetDbExtensions

func (x *PostgresSpec) GetDbExtensions() []string

func (*PostgresSpec) GetDbName

func (x *PostgresSpec) GetDbName() string

func (*PostgresSpec) GetMigrationTaskOutputName

func (x *PostgresSpec) GetMigrationTaskOutputName() string

func (*PostgresSpec) GetRootSecretName

func (x *PostgresSpec) GetRootSecretName() string

func (*PostgresSpec) GetSecretOutputName

func (x *PostgresSpec) GetSecretOutputName() string

func (*PostgresSpec) ProtoMessage

func (*PostgresSpec) ProtoMessage()

func (*PostgresSpec) ProtoReflect

func (x *PostgresSpec) ProtoReflect() protoreflect.Message

func (*PostgresSpec) Reset

func (x *PostgresSpec) Reset()

func (*PostgresSpec) String

func (x *PostgresSpec) String() string

type SourceTriggerType

type SourceTriggerType struct {

	// Types that are assignable to Type:
	//
	//	*SourceTriggerType_Github_
	Type isSourceTriggerType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*SourceTriggerType) Descriptor deprecated

func (*SourceTriggerType) Descriptor() ([]byte, []int)

Deprecated: Use SourceTriggerType.ProtoReflect.Descriptor instead.

func (*SourceTriggerType) GetGithub

func (*SourceTriggerType) GetType

func (m *SourceTriggerType) GetType() isSourceTriggerType_Type

func (*SourceTriggerType) ProtoMessage

func (*SourceTriggerType) ProtoMessage()

func (*SourceTriggerType) ProtoReflect

func (x *SourceTriggerType) ProtoReflect() protoreflect.Message

func (*SourceTriggerType) Reset

func (x *SourceTriggerType) Reset()

func (*SourceTriggerType) String

func (x *SourceTriggerType) String() string

type SourceTriggerType_Github

type SourceTriggerType_Github struct {
	Owner  string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	Repo   string `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo,omitempty"`
	Branch string `protobuf:"bytes,3,opt,name=branch,proto3" json:"branch,omitempty"`
	// contains filtered or unexported fields
}

func (*SourceTriggerType_Github) Descriptor deprecated

func (*SourceTriggerType_Github) Descriptor() ([]byte, []int)

Deprecated: Use SourceTriggerType_Github.ProtoReflect.Descriptor instead.

func (*SourceTriggerType_Github) GetBranch

func (x *SourceTriggerType_Github) GetBranch() string

func (*SourceTriggerType_Github) GetOwner

func (x *SourceTriggerType_Github) GetOwner() string

func (*SourceTriggerType_Github) GetRepo

func (x *SourceTriggerType_Github) GetRepo() string

func (*SourceTriggerType_Github) ProtoMessage

func (*SourceTriggerType_Github) ProtoMessage()

func (*SourceTriggerType_Github) ProtoReflect

func (x *SourceTriggerType_Github) ProtoReflect() protoreflect.Message

func (*SourceTriggerType_Github) Reset

func (x *SourceTriggerType_Github) Reset()

func (*SourceTriggerType_Github) String

func (x *SourceTriggerType_Github) String() string

type SourceTriggerType_Github_

type SourceTriggerType_Github_ struct {
	Github *SourceTriggerType_Github `protobuf:"bytes,1,opt,name=github,proto3,oneof"`
}

type StackConfig

type StackConfig struct {
	CodeSource *SourceTriggerType `protobuf:"bytes,10,opt,name=code_source,json=codeSource,proto3" json:"code_source,omitempty"`
	// contains filtered or unexported fields
}

func (*StackConfig) Descriptor deprecated

func (*StackConfig) Descriptor() ([]byte, []int)

Deprecated: Use StackConfig.ProtoReflect.Descriptor instead.

func (*StackConfig) GetCodeSource

func (x *StackConfig) GetCodeSource() *SourceTriggerType

func (*StackConfig) ProtoMessage

func (*StackConfig) ProtoMessage()

func (*StackConfig) ProtoReflect

func (x *StackConfig) ProtoReflect() protoreflect.Message

func (*StackConfig) Reset

func (x *StackConfig) Reset()

func (*StackConfig) String

func (x *StackConfig) String() string

type StackDeployment

type StackDeployment struct {
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	Version      string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*StackDeployment) Descriptor deprecated

func (*StackDeployment) Descriptor() ([]byte, []int)

Deprecated: Use StackDeployment.ProtoReflect.Descriptor instead.

func (*StackDeployment) GetDeploymentId

func (x *StackDeployment) GetDeploymentId() string

func (*StackDeployment) GetVersion

func (x *StackDeployment) GetVersion() string

func (*StackDeployment) ProtoMessage

func (*StackDeployment) ProtoMessage()

func (*StackDeployment) ProtoReflect

func (x *StackDeployment) ProtoReflect() protoreflect.Message

func (*StackDeployment) Reset

func (x *StackDeployment) Reset()

func (*StackDeployment) String

func (x *StackDeployment) String() string

type StackEvent

type StackEvent struct {
	Metadata *EventMetadata  `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	StackId  string          `protobuf:"bytes,2,opt,name=stack_id,json=stackId,proto3" json:"stack_id,omitempty"`
	Event    *StackEventType `protobuf:"bytes,3,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func (*StackEvent) Descriptor deprecated

func (*StackEvent) Descriptor() ([]byte, []int)

Deprecated: Use StackEvent.ProtoReflect.Descriptor instead.

func (*StackEvent) GetEvent

func (x *StackEvent) GetEvent() *StackEventType

func (*StackEvent) GetMetadata

func (x *StackEvent) GetMetadata() *EventMetadata

func (*StackEvent) GetStackId

func (x *StackEvent) GetStackId() string

func (*StackEvent) ProtoMessage

func (*StackEvent) ProtoMessage()

func (*StackEvent) ProtoReflect

func (x *StackEvent) ProtoReflect() protoreflect.Message

func (*StackEvent) Reset

func (x *StackEvent) Reset()

func (*StackEvent) String

func (x *StackEvent) String() string

type StackEventType

type StackEventType struct {

	// Types that are assignable to Type:
	//
	//	*StackEventType_Configured_
	//	*StackEventType_Triggered_
	//	*StackEventType_DeploymentCompleted_
	//	*StackEventType_DeploymentFailed_
	//	*StackEventType_Available_
	Type isStackEventType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*StackEventType) Descriptor deprecated

func (*StackEventType) Descriptor() ([]byte, []int)

Deprecated: Use StackEventType.ProtoReflect.Descriptor instead.

func (*StackEventType) GetAvailable

func (x *StackEventType) GetAvailable() *StackEventType_Available

func (*StackEventType) GetConfigured

func (x *StackEventType) GetConfigured() *StackEventType_Configured

func (*StackEventType) GetDeploymentCompleted

func (x *StackEventType) GetDeploymentCompleted() *StackEventType_DeploymentCompleted

func (*StackEventType) GetDeploymentFailed

func (x *StackEventType) GetDeploymentFailed() *StackEventType_DeploymentFailed

func (*StackEventType) GetTriggered

func (x *StackEventType) GetTriggered() *StackEventType_Triggered

func (*StackEventType) GetType

func (m *StackEventType) GetType() isStackEventType_Type

func (*StackEventType) ProtoMessage

func (*StackEventType) ProtoMessage()

func (*StackEventType) ProtoReflect

func (x *StackEventType) ProtoReflect() protoreflect.Message

func (*StackEventType) Reset

func (x *StackEventType) Reset()

func (*StackEventType) String

func (x *StackEventType) String() string

type StackEventType_Available

type StackEventType_Available struct {
	// contains filtered or unexported fields
}

func (*StackEventType_Available) Descriptor deprecated

func (*StackEventType_Available) Descriptor() ([]byte, []int)

Deprecated: Use StackEventType_Available.ProtoReflect.Descriptor instead.

func (*StackEventType_Available) ProtoMessage

func (*StackEventType_Available) ProtoMessage()

func (*StackEventType_Available) ProtoReflect

func (x *StackEventType_Available) ProtoReflect() protoreflect.Message

func (*StackEventType_Available) Reset

func (x *StackEventType_Available) Reset()

func (*StackEventType_Available) String

func (x *StackEventType_Available) String() string

type StackEventType_Available_

type StackEventType_Available_ struct {
	Available *StackEventType_Available `protobuf:"bytes,6,opt,name=available,proto3,oneof"`
}

type StackEventType_Configured

type StackEventType_Configured struct {
	ApplicationName string       `protobuf:"bytes,1,opt,name=application_name,json=applicationName,proto3" json:"application_name,omitempty"`
	EnvironmentId   string       `protobuf:"bytes,2,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	EnvironmentName string       `protobuf:"bytes,3,opt,name=environment_name,json=environmentName,proto3" json:"environment_name,omitempty"`
	Config          *StackConfig `protobuf:"bytes,4,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*StackEventType_Configured) Descriptor deprecated

func (*StackEventType_Configured) Descriptor() ([]byte, []int)

Deprecated: Use StackEventType_Configured.ProtoReflect.Descriptor instead.

func (*StackEventType_Configured) GetApplicationName

func (x *StackEventType_Configured) GetApplicationName() string

func (*StackEventType_Configured) GetConfig

func (x *StackEventType_Configured) GetConfig() *StackConfig

func (*StackEventType_Configured) GetEnvironmentId

func (x *StackEventType_Configured) GetEnvironmentId() string

func (*StackEventType_Configured) GetEnvironmentName

func (x *StackEventType_Configured) GetEnvironmentName() string

func (*StackEventType_Configured) ProtoMessage

func (*StackEventType_Configured) ProtoMessage()

func (*StackEventType_Configured) ProtoReflect

func (*StackEventType_Configured) Reset

func (x *StackEventType_Configured) Reset()

func (*StackEventType_Configured) String

func (x *StackEventType_Configured) String() string

type StackEventType_Configured_

type StackEventType_Configured_ struct {
	Configured *StackEventType_Configured `protobuf:"bytes,2,opt,name=configured,proto3,oneof"`
}

type StackEventType_DeploymentCompleted

type StackEventType_DeploymentCompleted struct {
	Deployment *StackDeployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
	// contains filtered or unexported fields
}

func (*StackEventType_DeploymentCompleted) Descriptor deprecated

func (*StackEventType_DeploymentCompleted) Descriptor() ([]byte, []int)

Deprecated: Use StackEventType_DeploymentCompleted.ProtoReflect.Descriptor instead.

func (*StackEventType_DeploymentCompleted) GetDeployment

func (*StackEventType_DeploymentCompleted) ProtoMessage

func (*StackEventType_DeploymentCompleted) ProtoMessage()

func (*StackEventType_DeploymentCompleted) ProtoReflect

func (*StackEventType_DeploymentCompleted) Reset

func (*StackEventType_DeploymentCompleted) String

type StackEventType_DeploymentCompleted_

type StackEventType_DeploymentCompleted_ struct {
	DeploymentCompleted *StackEventType_DeploymentCompleted `protobuf:"bytes,4,opt,name=deployment_completed,json=deploymentCompleted,proto3,oneof"`
}

type StackEventType_DeploymentFailed

type StackEventType_DeploymentFailed struct {
	Deployment *StackDeployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
	Error      string           `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*StackEventType_DeploymentFailed) Descriptor deprecated

func (*StackEventType_DeploymentFailed) Descriptor() ([]byte, []int)

Deprecated: Use StackEventType_DeploymentFailed.ProtoReflect.Descriptor instead.

func (*StackEventType_DeploymentFailed) GetDeployment

func (*StackEventType_DeploymentFailed) GetError

func (*StackEventType_DeploymentFailed) ProtoMessage

func (*StackEventType_DeploymentFailed) ProtoMessage()

func (*StackEventType_DeploymentFailed) ProtoReflect

func (*StackEventType_DeploymentFailed) Reset

func (*StackEventType_DeploymentFailed) String

type StackEventType_DeploymentFailed_

type StackEventType_DeploymentFailed_ struct {
	DeploymentFailed *StackEventType_DeploymentFailed `protobuf:"bytes,5,opt,name=deployment_failed,json=deploymentFailed,proto3,oneof"`
}

type StackEventType_Triggered

type StackEventType_Triggered struct {
	Deployment      *StackDeployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
	ApplicationName string           `protobuf:"bytes,2,opt,name=application_name,json=applicationName,proto3" json:"application_name,omitempty"`
	EnvironmentName string           `protobuf:"bytes,3,opt,name=environment_name,json=environmentName,proto3" json:"environment_name,omitempty"`
	EnvironmentId   string           `protobuf:"bytes,4,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StackEventType_Triggered) Descriptor deprecated

func (*StackEventType_Triggered) Descriptor() ([]byte, []int)

Deprecated: Use StackEventType_Triggered.ProtoReflect.Descriptor instead.

func (*StackEventType_Triggered) GetApplicationName

func (x *StackEventType_Triggered) GetApplicationName() string

func (*StackEventType_Triggered) GetDeployment

func (x *StackEventType_Triggered) GetDeployment() *StackDeployment

func (*StackEventType_Triggered) GetEnvironmentId

func (x *StackEventType_Triggered) GetEnvironmentId() string

func (*StackEventType_Triggered) GetEnvironmentName

func (x *StackEventType_Triggered) GetEnvironmentName() string

func (*StackEventType_Triggered) ProtoMessage

func (*StackEventType_Triggered) ProtoMessage()

func (*StackEventType_Triggered) ProtoReflect

func (x *StackEventType_Triggered) ProtoReflect() protoreflect.Message

func (*StackEventType_Triggered) Reset

func (x *StackEventType_Triggered) Reset()

func (*StackEventType_Triggered) String

func (x *StackEventType_Triggered) String() string

type StackEventType_Triggered_

type StackEventType_Triggered_ struct {
	Triggered *StackEventType_Triggered `protobuf:"bytes,3,opt,name=triggered,proto3,oneof"`
}

type StackState

type StackState struct {
	StackId           string             `protobuf:"bytes,1,opt,name=stack_id,json=stackId,proto3" json:"stack_id,omitempty"`
	Status            StackStatus        `protobuf:"varint,2,opt,name=status,proto3,enum=o5.deployer.v1.StackStatus" json:"status,omitempty"`
	CurrentDeployment *StackDeployment   `protobuf:"bytes,3,opt,name=current_deployment,json=currentDeployment,proto3,oneof" json:"current_deployment,omitempty"`
	StackName         string             `protobuf:"bytes,7,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"`
	ApplicationName   string             `protobuf:"bytes,4,opt,name=application_name,json=applicationName,proto3" json:"application_name,omitempty"`
	EnvironmentName   string             `protobuf:"bytes,5,opt,name=environment_name,json=environmentName,proto3" json:"environment_name,omitempty"`
	EnvironmentId     string             `protobuf:"bytes,8,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	QueuedDeployments []*StackDeployment `protobuf:"bytes,6,rep,name=queued_deployments,json=queuedDeployments,proto3" json:"queued_deployments,omitempty"`
	Config            *StackConfig       `protobuf:"bytes,10,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*StackState) Descriptor deprecated

func (*StackState) Descriptor() ([]byte, []int)

Deprecated: Use StackState.ProtoReflect.Descriptor instead.

func (*StackState) GetApplicationName

func (x *StackState) GetApplicationName() string

func (*StackState) GetConfig

func (x *StackState) GetConfig() *StackConfig

func (*StackState) GetCurrentDeployment

func (x *StackState) GetCurrentDeployment() *StackDeployment

func (*StackState) GetEnvironmentId

func (x *StackState) GetEnvironmentId() string

func (*StackState) GetEnvironmentName

func (x *StackState) GetEnvironmentName() string

func (*StackState) GetQueuedDeployments

func (x *StackState) GetQueuedDeployments() []*StackDeployment

func (*StackState) GetStackId

func (x *StackState) GetStackId() string

func (*StackState) GetStackName

func (x *StackState) GetStackName() string

func (*StackState) GetStatus

func (x *StackState) GetStatus() StackStatus

func (*StackState) ProtoMessage

func (*StackState) ProtoMessage()

func (*StackState) ProtoReflect

func (x *StackState) ProtoReflect() protoreflect.Message

func (*StackState) Reset

func (x *StackState) Reset()

func (*StackState) String

func (x *StackState) String() string

type StackStatus

type StackStatus int32
const (
	StackStatus_STACK_STATUS_UNSPECIFIED StackStatus = 0
	StackStatus_STACK_STATUS_CREATING    StackStatus = 1
	StackStatus_STACK_STATUS_STABLE      StackStatus = 2
	StackStatus_STACK_STATUS_AVAILABLE   StackStatus = 3
	StackStatus_STACK_STATUS_MIGRATING   StackStatus = 4
	StackStatus_STACK_STATUS_BROKEN      StackStatus = 5
)

func (StackStatus) Descriptor

func (StackStatus) Enum

func (x StackStatus) Enum() *StackStatus

func (StackStatus) EnumDescriptor deprecated

func (StackStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use StackStatus.Descriptor instead.

func (StackStatus) Number

func (x StackStatus) Number() protoreflect.EnumNumber

func (StackStatus) String

func (x StackStatus) String() string

func (StackStatus) Type

type StepContext

type StepContext struct {
	DeploymentId string    `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	Phase        StepPhase `protobuf:"varint,2,opt,name=phase,proto3,enum=o5.deployer.v1.StepPhase" json:"phase,omitempty"`
	StepId       *string   `protobuf:"bytes,3,opt,name=step_id,json=stepId,proto3,oneof" json:"step_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StepContext) Descriptor deprecated

func (*StepContext) Descriptor() ([]byte, []int)

Deprecated: Use StepContext.ProtoReflect.Descriptor instead.

func (*StepContext) GetDeploymentId

func (x *StepContext) GetDeploymentId() string

func (*StepContext) GetPhase

func (x *StepContext) GetPhase() StepPhase

func (*StepContext) GetStepId

func (x *StepContext) GetStepId() string

func (*StepContext) ProtoMessage

func (*StepContext) ProtoMessage()

func (*StepContext) ProtoReflect

func (x *StepContext) ProtoReflect() protoreflect.Message

func (*StepContext) Reset

func (x *StepContext) Reset()

func (*StepContext) String

func (x *StepContext) String() string

type StepOutcome

type StepOutcome int32
const (
	StepOutcome_STEP_OUTCOME_UNSPECIFIED StepOutcome = 0
	// There is nothing to change.
	StepOutcome_STEP_OUTCOME_NOP StepOutcome = 1
	// The change requires downtime to safely be applied,
	// e.g. removing a DB table or replacing an infra element.
	StepOutcome_STEP_OUTCOME_DOWNTIME StepOutcome = 2
	// The change can applied while the previous code version is running
	StepOutcome_STEP_OUTCOME_BEFORE StepOutcome = 3
	// The change can be applied in parallel with the code version being
	// updated.
	StepOutcome_STEP_OUTCOME_PARALLEL StepOutcome = 4
)

func (StepOutcome) Descriptor

func (StepOutcome) Enum

func (x StepOutcome) Enum() *StepOutcome

func (StepOutcome) EnumDescriptor deprecated

func (StepOutcome) EnumDescriptor() ([]byte, []int)

Deprecated: Use StepOutcome.Descriptor instead.

func (StepOutcome) Number

func (x StepOutcome) Number() protoreflect.EnumNumber

func (StepOutcome) String

func (x StepOutcome) String() string

func (StepOutcome) Type

type StepOutputType

type StepOutputType struct {

	// Types that are assignable to Type:
	//
	//	*StepOutputType_CfStatus
	Type isStepOutputType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*StepOutputType) Descriptor deprecated

func (*StepOutputType) Descriptor() ([]byte, []int)

Deprecated: Use StepOutputType.ProtoReflect.Descriptor instead.

func (*StepOutputType) GetCfStatus

func (x *StepOutputType) GetCfStatus() *StepOutputType_CFStatus

func (*StepOutputType) GetType

func (m *StepOutputType) GetType() isStepOutputType_Type

func (*StepOutputType) ProtoMessage

func (*StepOutputType) ProtoMessage()

func (*StepOutputType) ProtoReflect

func (x *StepOutputType) ProtoReflect() protoreflect.Message

func (*StepOutputType) Reset

func (x *StepOutputType) Reset()

func (*StepOutputType) String

func (x *StepOutputType) String() string

type StepOutputType_CFStatus

type StepOutputType_CFStatus struct {
	Output *CFStackOutput `protobuf:"bytes,1,opt,name=output,proto3" json:"output,omitempty"`
	// contains filtered or unexported fields
}

func (*StepOutputType_CFStatus) Descriptor deprecated

func (*StepOutputType_CFStatus) Descriptor() ([]byte, []int)

Deprecated: Use StepOutputType_CFStatus.ProtoReflect.Descriptor instead.

func (*StepOutputType_CFStatus) GetOutput

func (x *StepOutputType_CFStatus) GetOutput() *CFStackOutput

func (*StepOutputType_CFStatus) ProtoMessage

func (*StepOutputType_CFStatus) ProtoMessage()

func (*StepOutputType_CFStatus) ProtoReflect

func (x *StepOutputType_CFStatus) ProtoReflect() protoreflect.Message

func (*StepOutputType_CFStatus) Reset

func (x *StepOutputType_CFStatus) Reset()

func (*StepOutputType_CFStatus) String

func (x *StepOutputType_CFStatus) String() string

type StepOutputType_CfStatus

type StepOutputType_CfStatus struct {
	CfStatus *StepOutputType_CFStatus `protobuf:"bytes,1,opt,name=cf_status,json=cfStatus,proto3,oneof"`
}

type StepPhase

type StepPhase int32
const (
	StepPhase_STEP_PHASE_UNSPECIFIED StepPhase = 0
	StepPhase_STEP_PHASE_WAIT        StepPhase = 1
	StepPhase_STEP_PHASE_STEPS       StepPhase = 2
)

func (StepPhase) Descriptor

func (StepPhase) Descriptor() protoreflect.EnumDescriptor

func (StepPhase) Enum

func (x StepPhase) Enum() *StepPhase

func (StepPhase) EnumDescriptor deprecated

func (StepPhase) EnumDescriptor() ([]byte, []int)

Deprecated: Use StepPhase.Descriptor instead.

func (StepPhase) Number

func (x StepPhase) Number() protoreflect.EnumNumber

func (StepPhase) String

func (x StepPhase) String() string

func (StepPhase) Type

type StepRequestType

type StepRequestType struct {

	// Types that are assignable to Type:
	//
	//	*StepRequestType_EvalJoin_
	//	*StepRequestType_CfCreate
	//	*StepRequestType_CfPlan
	//	*StepRequestType_CfUpdate
	//	*StepRequestType_CfScale
	//	*StepRequestType_PgUpsert
	//	*StepRequestType_PgEvaluate
	//	*StepRequestType_PgCleanup
	//	*StepRequestType_PgMigrate
	Type isStepRequestType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*StepRequestType) Descriptor deprecated

func (*StepRequestType) Descriptor() ([]byte, []int)

Deprecated: Use StepRequestType.ProtoReflect.Descriptor instead.

func (*StepRequestType) GetCfCreate

func (x *StepRequestType) GetCfCreate() *StepRequestType_CFCreate

func (*StepRequestType) GetCfPlan

func (x *StepRequestType) GetCfPlan() *StepRequestType_CFPlan

func (*StepRequestType) GetCfScale

func (x *StepRequestType) GetCfScale() *StepRequestType_CFScale

func (*StepRequestType) GetCfUpdate

func (x *StepRequestType) GetCfUpdate() *StepRequestType_CFUpdate

func (*StepRequestType) GetEvalJoin

func (x *StepRequestType) GetEvalJoin() *StepRequestType_EvalJoin

func (*StepRequestType) GetPgCleanup

func (x *StepRequestType) GetPgCleanup() *StepRequestType_PGCleanup

func (*StepRequestType) GetPgEvaluate

func (x *StepRequestType) GetPgEvaluate() *StepRequestType_PGEvaluate

func (*StepRequestType) GetPgMigrate

func (x *StepRequestType) GetPgMigrate() *StepRequestType_PGMigrate

func (*StepRequestType) GetPgUpsert

func (x *StepRequestType) GetPgUpsert() *StepRequestType_PGUpsert

func (*StepRequestType) GetType

func (m *StepRequestType) GetType() isStepRequestType_Type

func (*StepRequestType) ProtoMessage

func (*StepRequestType) ProtoMessage()

func (*StepRequestType) ProtoReflect

func (x *StepRequestType) ProtoReflect() protoreflect.Message

func (*StepRequestType) Reset

func (x *StepRequestType) Reset()

func (*StepRequestType) String

func (x *StepRequestType) String() string

type StepRequestType_CFCreate

type StepRequestType_CFCreate struct {
	Spec   *CFStackInput  `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	Output *CFStackOutput `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"`
	// contains filtered or unexported fields
}

func (*StepRequestType_CFCreate) Descriptor deprecated

func (*StepRequestType_CFCreate) Descriptor() ([]byte, []int)

Deprecated: Use StepRequestType_CFCreate.ProtoReflect.Descriptor instead.

func (*StepRequestType_CFCreate) GetOutput

func (x *StepRequestType_CFCreate) GetOutput() *CFStackOutput

func (*StepRequestType_CFCreate) GetSpec

func (x *StepRequestType_CFCreate) GetSpec() *CFStackInput

func (*StepRequestType_CFCreate) ProtoMessage

func (*StepRequestType_CFCreate) ProtoMessage()

func (*StepRequestType_CFCreate) ProtoReflect

func (x *StepRequestType_CFCreate) ProtoReflect() protoreflect.Message

func (*StepRequestType_CFCreate) Reset

func (x *StepRequestType_CFCreate) Reset()

func (*StepRequestType_CFCreate) String

func (x *StepRequestType_CFCreate) String() string

type StepRequestType_CFPlan

type StepRequestType_CFPlan struct {
	Spec *CFStackInput `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

func (*StepRequestType_CFPlan) Descriptor deprecated

func (*StepRequestType_CFPlan) Descriptor() ([]byte, []int)

Deprecated: Use StepRequestType_CFPlan.ProtoReflect.Descriptor instead.

func (*StepRequestType_CFPlan) GetSpec

func (x *StepRequestType_CFPlan) GetSpec() *CFStackInput

func (*StepRequestType_CFPlan) ProtoMessage

func (*StepRequestType_CFPlan) ProtoMessage()

func (*StepRequestType_CFPlan) ProtoReflect

func (x *StepRequestType_CFPlan) ProtoReflect() protoreflect.Message

func (*StepRequestType_CFPlan) Reset

func (x *StepRequestType_CFPlan) Reset()

func (*StepRequestType_CFPlan) String

func (x *StepRequestType_CFPlan) String() string

type StepRequestType_CFScale

type StepRequestType_CFScale struct {
	StackName    string `protobuf:"bytes,1,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"`
	DesiredCount int32  `protobuf:"varint,2,opt,name=desired_count,json=desiredCount,proto3" json:"desired_count,omitempty"`
	// contains filtered or unexported fields
}

func (*StepRequestType_CFScale) Descriptor deprecated

func (*StepRequestType_CFScale) Descriptor() ([]byte, []int)

Deprecated: Use StepRequestType_CFScale.ProtoReflect.Descriptor instead.

func (*StepRequestType_CFScale) GetDesiredCount

func (x *StepRequestType_CFScale) GetDesiredCount() int32

func (*StepRequestType_CFScale) GetStackName

func (x *StepRequestType_CFScale) GetStackName() string

func (*StepRequestType_CFScale) ProtoMessage

func (*StepRequestType_CFScale) ProtoMessage()

func (*StepRequestType_CFScale) ProtoReflect

func (x *StepRequestType_CFScale) ProtoReflect() protoreflect.Message

func (*StepRequestType_CFScale) Reset

func (x *StepRequestType_CFScale) Reset()

func (*StepRequestType_CFScale) String

func (x *StepRequestType_CFScale) String() string

type StepRequestType_CFUpdate

type StepRequestType_CFUpdate struct {
	Spec   *CFStackInput  `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	Output *CFStackOutput `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"`
	// contains filtered or unexported fields
}

func (*StepRequestType_CFUpdate) Descriptor deprecated

func (*StepRequestType_CFUpdate) Descriptor() ([]byte, []int)

Deprecated: Use StepRequestType_CFUpdate.ProtoReflect.Descriptor instead.

func (*StepRequestType_CFUpdate) GetOutput

func (x *StepRequestType_CFUpdate) GetOutput() *CFStackOutput

func (*StepRequestType_CFUpdate) GetSpec

func (x *StepRequestType_CFUpdate) GetSpec() *CFStackInput

func (*StepRequestType_CFUpdate) ProtoMessage

func (*StepRequestType_CFUpdate) ProtoMessage()

func (*StepRequestType_CFUpdate) ProtoReflect

func (x *StepRequestType_CFUpdate) ProtoReflect() protoreflect.Message

func (*StepRequestType_CFUpdate) Reset

func (x *StepRequestType_CFUpdate) Reset()

func (*StepRequestType_CFUpdate) String

func (x *StepRequestType_CFUpdate) String() string

type StepRequestType_CfCreate

type StepRequestType_CfCreate struct {
	CfCreate *StepRequestType_CFCreate `protobuf:"bytes,2,opt,name=cf_create,json=cfCreate,proto3,oneof"`
}

type StepRequestType_CfPlan

type StepRequestType_CfPlan struct {
	CfPlan *StepRequestType_CFPlan `protobuf:"bytes,3,opt,name=cf_plan,json=cfPlan,proto3,oneof"`
}

type StepRequestType_CfScale

type StepRequestType_CfScale struct {
	CfScale *StepRequestType_CFScale `protobuf:"bytes,5,opt,name=cf_scale,json=cfScale,proto3,oneof"`
}

type StepRequestType_CfUpdate

type StepRequestType_CfUpdate struct {
	CfUpdate *StepRequestType_CFUpdate `protobuf:"bytes,4,opt,name=cf_update,json=cfUpdate,proto3,oneof"`
}

type StepRequestType_EvalJoin

type StepRequestType_EvalJoin struct {
	// contains filtered or unexported fields
}

func (*StepRequestType_EvalJoin) Descriptor deprecated

func (*StepRequestType_EvalJoin) Descriptor() ([]byte, []int)

Deprecated: Use StepRequestType_EvalJoin.ProtoReflect.Descriptor instead.

func (*StepRequestType_EvalJoin) ProtoMessage

func (*StepRequestType_EvalJoin) ProtoMessage()

func (*StepRequestType_EvalJoin) ProtoReflect

func (x *StepRequestType_EvalJoin) ProtoReflect() protoreflect.Message

func (*StepRequestType_EvalJoin) Reset

func (x *StepRequestType_EvalJoin) Reset()

func (*StepRequestType_EvalJoin) String

func (x *StepRequestType_EvalJoin) String() string

type StepRequestType_EvalJoin_

type StepRequestType_EvalJoin_ struct {
	EvalJoin *StepRequestType_EvalJoin `protobuf:"bytes,1,opt,name=eval_join,json=evalJoin,proto3,oneof"`
}

type StepRequestType_PGCleanup

type StepRequestType_PGCleanup struct {
	Spec *PostgresSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

func (*StepRequestType_PGCleanup) Descriptor deprecated

func (*StepRequestType_PGCleanup) Descriptor() ([]byte, []int)

Deprecated: Use StepRequestType_PGCleanup.ProtoReflect.Descriptor instead.

func (*StepRequestType_PGCleanup) GetSpec

func (*StepRequestType_PGCleanup) ProtoMessage

func (*StepRequestType_PGCleanup) ProtoMessage()

func (*StepRequestType_PGCleanup) ProtoReflect

func (*StepRequestType_PGCleanup) Reset

func (x *StepRequestType_PGCleanup) Reset()

func (*StepRequestType_PGCleanup) String

func (x *StepRequestType_PGCleanup) String() string

type StepRequestType_PGEvaluate

type StepRequestType_PGEvaluate struct {
	DbName string `protobuf:"bytes,1,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"`
	// contains filtered or unexported fields
}

func (*StepRequestType_PGEvaluate) Descriptor deprecated

func (*StepRequestType_PGEvaluate) Descriptor() ([]byte, []int)

Deprecated: Use StepRequestType_PGEvaluate.ProtoReflect.Descriptor instead.

func (*StepRequestType_PGEvaluate) GetDbName

func (x *StepRequestType_PGEvaluate) GetDbName() string

func (*StepRequestType_PGEvaluate) ProtoMessage

func (*StepRequestType_PGEvaluate) ProtoMessage()

func (*StepRequestType_PGEvaluate) ProtoReflect

func (*StepRequestType_PGEvaluate) Reset

func (x *StepRequestType_PGEvaluate) Reset()

func (*StepRequestType_PGEvaluate) String

func (x *StepRequestType_PGEvaluate) String() string

type StepRequestType_PGMigrate

type StepRequestType_PGMigrate struct {
	Spec *PostgresSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// the step with cloudformation outputs
	// containing the migration task ARN and secret ARN
	InfraOutputStepId string `protobuf:"bytes,2,opt,name=infra_output_step_id,json=infraOutputStepId,proto3" json:"infra_output_step_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StepRequestType_PGMigrate) Descriptor deprecated

func (*StepRequestType_PGMigrate) Descriptor() ([]byte, []int)

Deprecated: Use StepRequestType_PGMigrate.ProtoReflect.Descriptor instead.

func (*StepRequestType_PGMigrate) GetInfraOutputStepId

func (x *StepRequestType_PGMigrate) GetInfraOutputStepId() string

func (*StepRequestType_PGMigrate) GetSpec

func (*StepRequestType_PGMigrate) ProtoMessage

func (*StepRequestType_PGMigrate) ProtoMessage()

func (*StepRequestType_PGMigrate) ProtoReflect

func (*StepRequestType_PGMigrate) Reset

func (x *StepRequestType_PGMigrate) Reset()

func (*StepRequestType_PGMigrate) String

func (x *StepRequestType_PGMigrate) String() string

type StepRequestType_PGUpsert

type StepRequestType_PGUpsert struct {
	Spec *PostgresSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// the step with cloudformation outputs
	// containing the secret ARN
	InfraOutputStepId string `protobuf:"bytes,2,opt,name=infra_output_step_id,json=infraOutputStepId,proto3" json:"infra_output_step_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StepRequestType_PGUpsert) Descriptor deprecated

func (*StepRequestType_PGUpsert) Descriptor() ([]byte, []int)

Deprecated: Use StepRequestType_PGUpsert.ProtoReflect.Descriptor instead.

func (*StepRequestType_PGUpsert) GetInfraOutputStepId

func (x *StepRequestType_PGUpsert) GetInfraOutputStepId() string

func (*StepRequestType_PGUpsert) GetSpec

func (x *StepRequestType_PGUpsert) GetSpec() *PostgresSpec

func (*StepRequestType_PGUpsert) ProtoMessage

func (*StepRequestType_PGUpsert) ProtoMessage()

func (*StepRequestType_PGUpsert) ProtoReflect

func (x *StepRequestType_PGUpsert) ProtoReflect() protoreflect.Message

func (*StepRequestType_PGUpsert) Reset

func (x *StepRequestType_PGUpsert) Reset()

func (*StepRequestType_PGUpsert) String

func (x *StepRequestType_PGUpsert) String() string

type StepRequestType_PgCleanup

type StepRequestType_PgCleanup struct {
	PgCleanup *StepRequestType_PGCleanup `protobuf:"bytes,8,opt,name=pg_cleanup,json=pgCleanup,proto3,oneof"`
}

type StepRequestType_PgEvaluate

type StepRequestType_PgEvaluate struct {
	PgEvaluate *StepRequestType_PGEvaluate `protobuf:"bytes,7,opt,name=pg_evaluate,json=pgEvaluate,proto3,oneof"`
}

type StepRequestType_PgMigrate

type StepRequestType_PgMigrate struct {
	PgMigrate *StepRequestType_PGMigrate `protobuf:"bytes,9,opt,name=pg_migrate,json=pgMigrate,proto3,oneof"`
}

type StepRequestType_PgUpsert

type StepRequestType_PgUpsert struct {
	PgUpsert *StepRequestType_PGUpsert `protobuf:"bytes,6,opt,name=pg_upsert,json=pgUpsert,proto3,oneof"`
}

type StepStatus

type StepStatus int32
const (
	StepStatus_STEP_STATUS_UNSPECIFIED StepStatus = 0
	StepStatus_STEP_STATUS_BLOCKED     StepStatus = 1
	StepStatus_STEP_STATUS_ACTIVE      StepStatus = 2
	StepStatus_STEP_STATUS_DONE        StepStatus = 3
	StepStatus_STEP_STATUS_FAILED      StepStatus = 4
)

func (StepStatus) Descriptor

func (StepStatus) Descriptor() protoreflect.EnumDescriptor

func (StepStatus) Enum

func (x StepStatus) Enum() *StepStatus

func (StepStatus) EnumDescriptor deprecated

func (StepStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use StepStatus.Descriptor instead.

func (StepStatus) Number

func (x StepStatus) Number() protoreflect.EnumNumber

func (StepStatus) String

func (x StepStatus) String() string

func (StepStatus) Type

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL