Documentation
¶
Index ¶
- Variables
- func ClusterPSMBuilder() ...
- func ClusterPSMDataHook[SE ClusterPSMEvent](cb func(context.Context, sqrlx.Transaction, *ClusterState, SE) error) ...
- func ClusterPSMGeneralEventDataHook(...) ...
- func ClusterPSMGeneralLogicHook(...) ...
- func ClusterPSMGeneralStateDataHook(cb func(context.Context, sqrlx.Transaction, *ClusterState) error) ...
- func ClusterPSMLinkHook[SE ClusterPSMEvent, DK psm.IKeyset, DIE psm.IInnerEvent](linkDestination psm.LinkDestination[DK, DIE], ...) ...
- func ClusterPSMLogicHook[SE ClusterPSMEvent](cb func(context.Context, ClusterPSMHookBaton, *ClusterState, SE) error) ...
- func ClusterPSMMutation[SE ClusterPSMEvent](cb func(*ClusterStateData, SE) error) ...
- func DeploymentPSMBuilder() ...
- func DeploymentPSMDataHook[SE DeploymentPSMEvent](cb func(context.Context, sqrlx.Transaction, *DeploymentState, SE) error) ...
- func DeploymentPSMGeneralEventDataHook(...) ...
- func DeploymentPSMGeneralLogicHook(...) ...
- func DeploymentPSMGeneralStateDataHook(cb func(context.Context, sqrlx.Transaction, *DeploymentState) error) ...
- func DeploymentPSMLinkHook[SE DeploymentPSMEvent, DK psm.IKeyset, DIE psm.IInnerEvent](linkDestination psm.LinkDestination[DK, DIE], ...) ...
- func DeploymentPSMLogicHook[SE DeploymentPSMEvent](cb func(context.Context, DeploymentPSMHookBaton, *DeploymentState, SE) error) ...
- func DeploymentPSMMutation[SE DeploymentPSMEvent](cb func(*DeploymentStateData, SE) error) ...
- func EnvironmentPSMBuilder() ...
- func EnvironmentPSMDataHook[SE EnvironmentPSMEvent](cb func(context.Context, sqrlx.Transaction, *EnvironmentState, SE) error) ...
- func EnvironmentPSMGeneralEventDataHook(...) ...
- func EnvironmentPSMGeneralLogicHook(...) ...
- func EnvironmentPSMGeneralStateDataHook(cb func(context.Context, sqrlx.Transaction, *EnvironmentState) error) ...
- func EnvironmentPSMLinkHook[SE EnvironmentPSMEvent, DK psm.IKeyset, DIE psm.IInnerEvent](linkDestination psm.LinkDestination[DK, DIE], ...) ...
- func EnvironmentPSMLogicHook[SE EnvironmentPSMEvent](cb func(context.Context, EnvironmentPSMHookBaton, *EnvironmentState, SE) error) ...
- func EnvironmentPSMMutation[SE EnvironmentPSMEvent](cb func(*EnvironmentStateData, SE) error) ...
- func StackPSMBuilder() ...
- func StackPSMDataHook[SE StackPSMEvent](cb func(context.Context, sqrlx.Transaction, *StackState, SE) error) ...
- func StackPSMGeneralEventDataHook(cb func(context.Context, sqrlx.Transaction, *StackState, *StackEvent) error) ...
- func StackPSMGeneralLogicHook(cb func(context.Context, StackPSMHookBaton, *StackState, *StackEvent) error) ...
- func StackPSMGeneralStateDataHook(cb func(context.Context, sqrlx.Transaction, *StackState) error) ...
- func StackPSMLinkHook[SE StackPSMEvent, DK psm.IKeyset, DIE psm.IInnerEvent](linkDestination psm.LinkDestination[DK, DIE], ...) ...
- func StackPSMLogicHook[SE StackPSMEvent](cb func(context.Context, StackPSMHookBaton, *StackState, SE) error) ...
- func StackPSMMutation[SE StackPSMEvent](cb func(*StackStateData, SE) error) ...
- type CFChangesetLifecycle
- func (CFChangesetLifecycle) Descriptor() protoreflect.EnumDescriptor
- func (x CFChangesetLifecycle) Enum() *CFChangesetLifecycle
- func (CFChangesetLifecycle) EnumDescriptor() ([]byte, []int)deprecated
- func (x CFChangesetLifecycle) Number() protoreflect.EnumNumber
- func (x *CFChangesetLifecycle) Scan(value interface{}) error
- func (x CFChangesetLifecycle) ShortString() string
- func (x CFChangesetLifecycle) String() string
- func (CFChangesetLifecycle) Type() protoreflect.EnumType
- func (x CFChangesetLifecycle) Value() (driver.Value, error)
- type CFChangesetOutput
- func (*CFChangesetOutput) Descriptor() ([]byte, []int)deprecated
- func (x *CFChangesetOutput) GetLifecycle() CFChangesetLifecycle
- func (*CFChangesetOutput) ProtoMessage()
- func (x *CFChangesetOutput) ProtoReflect() protoreflect.Message
- func (x *CFChangesetOutput) Reset()
- func (x *CFChangesetOutput) String() string
- type CFImport
- func (*CFImport) Descriptor() ([]byte, []int)deprecated
- func (x *CFImport) GetLogicalId() string
- func (x *CFImport) GetPhysicalId() map[string]string
- func (x *CFImport) GetResourceType() string
- func (*CFImport) ProtoMessage()
- func (x *CFImport) ProtoReflect() protoreflect.Message
- func (x *CFImport) Reset()
- func (x *CFImport) String() string
- type CFLifecycle
- func (CFLifecycle) Descriptor() protoreflect.EnumDescriptor
- func (x CFLifecycle) Enum() *CFLifecycle
- func (CFLifecycle) EnumDescriptor() ([]byte, []int)deprecated
- func (x CFLifecycle) Number() protoreflect.EnumNumber
- func (x *CFLifecycle) Scan(value interface{}) error
- func (x CFLifecycle) ShortString() string
- func (x CFLifecycle) String() string
- func (CFLifecycle) Type() protoreflect.EnumType
- func (x CFLifecycle) Value() (driver.Value, error)
- type CFStackInput
- func (*CFStackInput) Descriptor() ([]byte, []int)deprecated
- func (x *CFStackInput) GetDesiredCount() int32
- func (x *CFStackInput) GetEmptyStack() bool
- func (x *CFStackInput) GetParameters() []*CloudFormationStackParameter
- func (x *CFStackInput) GetS3Template() *S3Template
- func (x *CFStackInput) GetSnsTopics() []string
- func (x *CFStackInput) GetStackName() string
- func (m *CFStackInput) GetTemplate() isCFStackInput_Template
- func (x *CFStackInput) GetTemplateBody() string
- func (*CFStackInput) ProtoMessage()
- func (x *CFStackInput) ProtoReflect() protoreflect.Message
- func (x *CFStackInput) Reset()
- func (x *CFStackInput) String() string
- type CFStackInput_EmptyStack
- type CFStackInput_S3Template
- type CFStackInput_TemplateBody
- type CFStackOutput
- func (*CFStackOutput) Descriptor() ([]byte, []int)deprecated
- func (x *CFStackOutput) GetLifecycle() CFLifecycle
- func (x *CFStackOutput) GetOutputs() []*KeyValue
- func (*CFStackOutput) ProtoMessage()
- func (x *CFStackOutput) ProtoReflect() protoreflect.Message
- func (x *CFStackOutput) Reset()
- func (x *CFStackOutput) String() string
- type CloudFormationStackParameter
- func (*CloudFormationStackParameter) Descriptor() ([]byte, []int)deprecated
- func (x *CloudFormationStackParameter) GetName() string
- func (x *CloudFormationStackParameter) GetResolve() *CloudFormationStackParameterType
- func (m *CloudFormationStackParameter) GetSource() isCloudFormationStackParameter_Source
- func (x *CloudFormationStackParameter) GetValue() string
- func (*CloudFormationStackParameter) ProtoMessage()
- func (x *CloudFormationStackParameter) ProtoReflect() protoreflect.Message
- func (x *CloudFormationStackParameter) Reset()
- func (x *CloudFormationStackParameter) String() string
- type CloudFormationStackParameterType
- func (*CloudFormationStackParameterType) Descriptor() ([]byte, []int)deprecated
- func (x *CloudFormationStackParameterType) Get() IsCloudFormationStackParameterTypeWrappedType
- func (x *CloudFormationStackParameterType) GetDesiredCount() *CloudFormationStackParameterType_DesiredCount
- func (x *CloudFormationStackParameterType) GetRulePriority() *CloudFormationStackParameterType_RulePriority
- func (m *CloudFormationStackParameterType) GetType() isCloudFormationStackParameterType_Type
- func (*CloudFormationStackParameterType) ProtoMessage()
- func (x *CloudFormationStackParameterType) ProtoReflect() protoreflect.Message
- func (x *CloudFormationStackParameterType) Reset()
- func (x *CloudFormationStackParameterType) Set(val IsCloudFormationStackParameterTypeWrappedType)
- func (x *CloudFormationStackParameterType) String() string
- func (x *CloudFormationStackParameterType) TypeKey() (CloudFormationStackParameterTypeKey, bool)
- type CloudFormationStackParameterTypeKey
- type CloudFormationStackParameterType_DesiredCount
- func (*CloudFormationStackParameterType_DesiredCount) Descriptor() ([]byte, []int)deprecated
- func (*CloudFormationStackParameterType_DesiredCount) ProtoMessage()
- func (x *CloudFormationStackParameterType_DesiredCount) ProtoReflect() protoreflect.Message
- func (x *CloudFormationStackParameterType_DesiredCount) Reset()
- func (x *CloudFormationStackParameterType_DesiredCount) String() string
- func (x *CloudFormationStackParameterType_DesiredCount) TypeKey() CloudFormationStackParameterTypeKey
- type CloudFormationStackParameterType_DesiredCount_
- type CloudFormationStackParameterType_RulePriority
- func (*CloudFormationStackParameterType_RulePriority) Descriptor() ([]byte, []int)deprecated
- func (x *CloudFormationStackParameterType_RulePriority) GetRouteGroup() application_pb.RouteGroup
- func (*CloudFormationStackParameterType_RulePriority) ProtoMessage()
- func (x *CloudFormationStackParameterType_RulePriority) ProtoReflect() protoreflect.Message
- func (x *CloudFormationStackParameterType_RulePriority) Reset()
- func (x *CloudFormationStackParameterType_RulePriority) String() string
- func (x *CloudFormationStackParameterType_RulePriority) TypeKey() CloudFormationStackParameterTypeKey
- type CloudFormationStackParameterType_RulePriority_
- type CloudFormationStackParameter_Resolve
- type CloudFormationStackParameter_Value
- type ClusterEvent
- func (*ClusterEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ClusterEvent) GetEvent() *ClusterEventType
- func (x *ClusterEvent) GetKeys() *ClusterKeys
- func (x *ClusterEvent) GetMetadata() *psm_j5pb.EventMetadata
- func (msg *ClusterEvent) PSMEventKey() ClusterPSMEventKey
- func (msg *ClusterEvent) PSMIsSet() bool
- func (msg *ClusterEvent) PSMKeys() *ClusterKeys
- func (msg *ClusterEvent) PSMMetadata() *psm_j5pb.EventMetadata
- func (*ClusterEvent) ProtoMessage()
- func (x *ClusterEvent) ProtoReflect() protoreflect.Message
- func (x *ClusterEvent) Reset()
- func (msg *ClusterEvent) SetPSMEvent(inner ClusterPSMEvent) error
- func (msg *ClusterEvent) SetPSMKeys(inner *ClusterKeys)
- func (x *ClusterEvent) String() string
- func (msg *ClusterEvent) UnwrapPSMEvent() ClusterPSMEvent
- type ClusterEventType
- func (*ClusterEventType) Descriptor() ([]byte, []int)deprecated
- func (x *ClusterEventType) Get() IsClusterEventTypeWrappedType
- func (x *ClusterEventType) GetConfigured() *ClusterEventType_Configured
- func (x *ClusterEventType) GetOverride() *ClusterEventType_Override
- func (m *ClusterEventType) GetType() isClusterEventType_Type
- func (*ClusterEventType) ProtoMessage()
- func (x *ClusterEventType) ProtoReflect() protoreflect.Message
- func (x *ClusterEventType) Reset()
- func (x *ClusterEventType) Set(val IsClusterEventTypeWrappedType)
- func (x *ClusterEventType) String() string
- func (x *ClusterEventType) TypeKey() (ClusterEventTypeKey, bool)
- type ClusterEventTypeKey
- type ClusterEventType_Configured
- func (*ClusterEventType_Configured) Descriptor() ([]byte, []int)deprecated
- func (x *ClusterEventType_Configured) GetConfig() *environment_pb.Cluster
- func (*ClusterEventType_Configured) PSMEventKey() ClusterPSMEventKey
- func (msg *ClusterEventType_Configured) PSMIsSet() bool
- func (*ClusterEventType_Configured) ProtoMessage()
- func (x *ClusterEventType_Configured) ProtoReflect() protoreflect.Message
- func (x *ClusterEventType_Configured) Reset()
- func (x *ClusterEventType_Configured) String() string
- func (x *ClusterEventType_Configured) TypeKey() ClusterEventTypeKey
- type ClusterEventType_Configured_
- type ClusterEventType_Override
- func (*ClusterEventType_Override) Descriptor() ([]byte, []int)deprecated
- func (x *ClusterEventType_Override) GetOverrides() []*ParameterOverride
- func (*ClusterEventType_Override) PSMEventKey() ClusterPSMEventKey
- func (msg *ClusterEventType_Override) PSMIsSet() bool
- func (*ClusterEventType_Override) ProtoMessage()
- func (x *ClusterEventType_Override) ProtoReflect() protoreflect.Message
- func (x *ClusterEventType_Override) Reset()
- func (x *ClusterEventType_Override) String() string
- func (x *ClusterEventType_Override) TypeKey() ClusterEventTypeKey
- type ClusterEventType_Override_
- type ClusterKeys
- func (*ClusterKeys) Descriptor() ([]byte, []int)deprecated
- func (x *ClusterKeys) GetClusterId() string
- func (msg *ClusterKeys) PSMFullName() string
- func (msg *ClusterKeys) PSMIsSet() bool
- func (msg *ClusterKeys) PSMKeyValues() (map[string]string, error)
- func (*ClusterKeys) ProtoMessage()
- func (x *ClusterKeys) ProtoReflect() protoreflect.Message
- func (x *ClusterKeys) Reset()
- func (x *ClusterKeys) String() string
- type ClusterPSM
- type ClusterPSMDB
- type ClusterPSMEvent
- type ClusterPSMEventKey
- type ClusterPSMEventSpec
- type ClusterPSMHookBaton
- type ClusterState
- func (*ClusterState) Descriptor() ([]byte, []int)deprecated
- func (x *ClusterState) GetData() *ClusterStateData
- func (x *ClusterState) GetKeys() *ClusterKeys
- func (x *ClusterState) GetMetadata() *psm_j5pb.StateMetadata
- func (x *ClusterState) GetStatus() ClusterStatus
- func (msg *ClusterState) PSMData() *ClusterStateData
- func (msg *ClusterState) PSMIsSet() bool
- func (msg *ClusterState) PSMKeys() *ClusterKeys
- func (msg *ClusterState) PSMMetadata() *psm_j5pb.StateMetadata
- func (*ClusterState) ProtoMessage()
- func (x *ClusterState) ProtoReflect() protoreflect.Message
- func (x *ClusterState) Reset()
- func (msg *ClusterState) SetPSMKeys(inner *ClusterKeys)
- func (msg *ClusterState) SetStatus(status ClusterStatus)
- func (x *ClusterState) String() string
- type ClusterStateData
- func (*ClusterStateData) Descriptor() ([]byte, []int)deprecated
- func (x *ClusterStateData) GetBaseConfig() *environment_pb.Cluster
- func (x *ClusterStateData) GetConfig() *environment_pb.Cluster
- func (x *ClusterStateData) GetOverrides() []*ParameterOverride
- func (msg *ClusterStateData) PSMIsSet() bool
- func (*ClusterStateData) ProtoMessage()
- func (x *ClusterStateData) ProtoReflect() protoreflect.Message
- func (x *ClusterStateData) Reset()
- func (x *ClusterStateData) String() string
- type ClusterStatus
- func (ClusterStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ClusterStatus) Enum() *ClusterStatus
- func (ClusterStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ClusterStatus) Number() protoreflect.EnumNumber
- func (x *ClusterStatus) Scan(value interface{}) error
- func (x ClusterStatus) ShortString() string
- func (x ClusterStatus) String() string
- func (ClusterStatus) Type() protoreflect.EnumType
- func (x ClusterStatus) Value() (driver.Value, error)
- type DeploymentEvent
- func (*DeploymentEvent) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentEvent) GetEvent() *DeploymentEventType
- func (x *DeploymentEvent) GetKeys() *DeploymentKeys
- func (x *DeploymentEvent) GetMetadata() *psm_j5pb.EventMetadata
- func (msg *DeploymentEvent) PSMEventKey() DeploymentPSMEventKey
- func (msg *DeploymentEvent) PSMIsSet() bool
- func (msg *DeploymentEvent) PSMKeys() *DeploymentKeys
- func (msg *DeploymentEvent) PSMMetadata() *psm_j5pb.EventMetadata
- func (*DeploymentEvent) ProtoMessage()
- func (x *DeploymentEvent) ProtoReflect() protoreflect.Message
- func (x *DeploymentEvent) Reset()
- func (msg *DeploymentEvent) SetPSMEvent(inner DeploymentPSMEvent) error
- func (msg *DeploymentEvent) SetPSMKeys(inner *DeploymentKeys)
- func (x *DeploymentEvent) String() string
- func (msg *DeploymentEvent) UnwrapPSMEvent() DeploymentPSMEvent
- type DeploymentEventType
- func (*DeploymentEventType) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentEventType) Get() IsDeploymentEventTypeWrappedType
- func (x *DeploymentEventType) GetCreated() *DeploymentEventType_Created
- func (x *DeploymentEventType) GetDone() *DeploymentEventType_Done
- func (x *DeploymentEventType) GetError() *DeploymentEventType_Error
- func (x *DeploymentEventType) GetRunStep() *DeploymentEventType_RunStep
- func (x *DeploymentEventType) GetRunSteps() *DeploymentEventType_RunSteps
- func (x *DeploymentEventType) GetStackAvailable() *DeploymentEventType_StackAvailable
- func (x *DeploymentEventType) GetStackWait() *DeploymentEventType_StackWait
- func (x *DeploymentEventType) GetStackWaitFailure() *DeploymentEventType_StackWaitFailure
- func (x *DeploymentEventType) GetStepResult() *DeploymentEventType_StepResult
- func (x *DeploymentEventType) GetTerminated() *DeploymentEventType_Terminated
- func (x *DeploymentEventType) GetTriggered() *DeploymentEventType_Triggered
- func (m *DeploymentEventType) GetType() isDeploymentEventType_Type
- func (*DeploymentEventType) ProtoMessage()
- func (x *DeploymentEventType) ProtoReflect() protoreflect.Message
- func (x *DeploymentEventType) Reset()
- func (x *DeploymentEventType) Set(val IsDeploymentEventTypeWrappedType)
- func (x *DeploymentEventType) String() string
- func (x *DeploymentEventType) TypeKey() (DeploymentEventTypeKey, bool)
- type DeploymentEventTypeKey
- type DeploymentEventType_Created
- func (*DeploymentEventType_Created) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentEventType_Created) GetRequest() *messaging_j5pb.RequestMetadata
- func (x *DeploymentEventType_Created) GetSpec() *DeploymentSpec
- func (*DeploymentEventType_Created) PSMEventKey() DeploymentPSMEventKey
- func (msg *DeploymentEventType_Created) PSMIsSet() bool
- func (*DeploymentEventType_Created) ProtoMessage()
- func (x *DeploymentEventType_Created) ProtoReflect() protoreflect.Message
- func (x *DeploymentEventType_Created) Reset()
- func (x *DeploymentEventType_Created) String() string
- func (x *DeploymentEventType_Created) TypeKey() DeploymentEventTypeKey
- type DeploymentEventType_Created_
- type DeploymentEventType_Done
- func (*DeploymentEventType_Done) Descriptor() ([]byte, []int)deprecated
- func (*DeploymentEventType_Done) PSMEventKey() DeploymentPSMEventKey
- func (msg *DeploymentEventType_Done) PSMIsSet() bool
- func (*DeploymentEventType_Done) ProtoMessage()
- func (x *DeploymentEventType_Done) ProtoReflect() protoreflect.Message
- func (x *DeploymentEventType_Done) Reset()
- func (x *DeploymentEventType_Done) String() string
- func (x *DeploymentEventType_Done) TypeKey() DeploymentEventTypeKey
- type DeploymentEventType_Done_
- type DeploymentEventType_Error
- func (*DeploymentEventType_Error) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentEventType_Error) GetError() string
- func (*DeploymentEventType_Error) PSMEventKey() DeploymentPSMEventKey
- func (msg *DeploymentEventType_Error) PSMIsSet() bool
- func (*DeploymentEventType_Error) ProtoMessage()
- func (x *DeploymentEventType_Error) ProtoReflect() protoreflect.Message
- func (x *DeploymentEventType_Error) Reset()
- func (x *DeploymentEventType_Error) String() string
- func (x *DeploymentEventType_Error) TypeKey() DeploymentEventTypeKey
- type DeploymentEventType_Error_
- type DeploymentEventType_RunStep
- func (*DeploymentEventType_RunStep) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentEventType_RunStep) GetStepId() string
- func (*DeploymentEventType_RunStep) PSMEventKey() DeploymentPSMEventKey
- func (msg *DeploymentEventType_RunStep) PSMIsSet() bool
- func (*DeploymentEventType_RunStep) ProtoMessage()
- func (x *DeploymentEventType_RunStep) ProtoReflect() protoreflect.Message
- func (x *DeploymentEventType_RunStep) Reset()
- func (x *DeploymentEventType_RunStep) String() string
- func (x *DeploymentEventType_RunStep) TypeKey() DeploymentEventTypeKey
- type DeploymentEventType_RunStep_
- type DeploymentEventType_RunSteps
- func (*DeploymentEventType_RunSteps) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentEventType_RunSteps) GetSteps() []*DeploymentStep
- func (*DeploymentEventType_RunSteps) PSMEventKey() DeploymentPSMEventKey
- func (msg *DeploymentEventType_RunSteps) PSMIsSet() bool
- func (*DeploymentEventType_RunSteps) ProtoMessage()
- func (x *DeploymentEventType_RunSteps) ProtoReflect() protoreflect.Message
- func (x *DeploymentEventType_RunSteps) Reset()
- func (x *DeploymentEventType_RunSteps) String() string
- func (x *DeploymentEventType_RunSteps) TypeKey() DeploymentEventTypeKey
- type DeploymentEventType_RunSteps_
- type DeploymentEventType_StackAvailable
- func (*DeploymentEventType_StackAvailable) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentEventType_StackAvailable) GetStackOutput() *CFStackOutput
- func (*DeploymentEventType_StackAvailable) PSMEventKey() DeploymentPSMEventKey
- func (msg *DeploymentEventType_StackAvailable) PSMIsSet() bool
- func (*DeploymentEventType_StackAvailable) ProtoMessage()
- func (x *DeploymentEventType_StackAvailable) ProtoReflect() protoreflect.Message
- func (x *DeploymentEventType_StackAvailable) Reset()
- func (x *DeploymentEventType_StackAvailable) String() string
- func (x *DeploymentEventType_StackAvailable) TypeKey() DeploymentEventTypeKey
- type DeploymentEventType_StackAvailable_
- type DeploymentEventType_StackCreate
- func (*DeploymentEventType_StackCreate) Descriptor() ([]byte, []int)deprecated
- func (*DeploymentEventType_StackCreate) ProtoMessage()
- func (x *DeploymentEventType_StackCreate) ProtoReflect() protoreflect.Message
- func (x *DeploymentEventType_StackCreate) Reset()
- func (x *DeploymentEventType_StackCreate) String() string
- type DeploymentEventType_StackWait
- func (*DeploymentEventType_StackWait) Descriptor() ([]byte, []int)deprecated
- func (*DeploymentEventType_StackWait) PSMEventKey() DeploymentPSMEventKey
- func (msg *DeploymentEventType_StackWait) PSMIsSet() bool
- func (*DeploymentEventType_StackWait) ProtoMessage()
- func (x *DeploymentEventType_StackWait) ProtoReflect() protoreflect.Message
- func (x *DeploymentEventType_StackWait) Reset()
- func (x *DeploymentEventType_StackWait) String() string
- func (x *DeploymentEventType_StackWait) TypeKey() DeploymentEventTypeKey
- type DeploymentEventType_StackWaitFailure
- func (*DeploymentEventType_StackWaitFailure) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentEventType_StackWaitFailure) GetError() string
- func (*DeploymentEventType_StackWaitFailure) PSMEventKey() DeploymentPSMEventKey
- func (msg *DeploymentEventType_StackWaitFailure) PSMIsSet() bool
- func (*DeploymentEventType_StackWaitFailure) ProtoMessage()
- func (x *DeploymentEventType_StackWaitFailure) ProtoReflect() protoreflect.Message
- func (x *DeploymentEventType_StackWaitFailure) Reset()
- func (x *DeploymentEventType_StackWaitFailure) String() string
- func (x *DeploymentEventType_StackWaitFailure) TypeKey() DeploymentEventTypeKey
- type DeploymentEventType_StackWaitFailure_
- type DeploymentEventType_StackWait_
- type DeploymentEventType_StepResult
- func (*DeploymentEventType_StepResult) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentEventType_StepResult) GetOutput() *StepOutputType
- func (x *DeploymentEventType_StepResult) GetResult() *drss_pb.StepResult
- func (*DeploymentEventType_StepResult) PSMEventKey() DeploymentPSMEventKey
- func (msg *DeploymentEventType_StepResult) PSMIsSet() bool
- func (*DeploymentEventType_StepResult) ProtoMessage()
- func (x *DeploymentEventType_StepResult) ProtoReflect() protoreflect.Message
- func (x *DeploymentEventType_StepResult) Reset()
- func (x *DeploymentEventType_StepResult) String() string
- func (x *DeploymentEventType_StepResult) TypeKey() DeploymentEventTypeKey
- type DeploymentEventType_StepResult_
- type DeploymentEventType_Terminated
- func (*DeploymentEventType_Terminated) Descriptor() ([]byte, []int)deprecated
- func (*DeploymentEventType_Terminated) PSMEventKey() DeploymentPSMEventKey
- func (msg *DeploymentEventType_Terminated) PSMIsSet() bool
- func (*DeploymentEventType_Terminated) ProtoMessage()
- func (x *DeploymentEventType_Terminated) ProtoReflect() protoreflect.Message
- func (x *DeploymentEventType_Terminated) Reset()
- func (x *DeploymentEventType_Terminated) String() string
- func (x *DeploymentEventType_Terminated) TypeKey() DeploymentEventTypeKey
- type DeploymentEventType_Terminated_
- type DeploymentEventType_Triggered
- func (*DeploymentEventType_Triggered) Descriptor() ([]byte, []int)deprecated
- func (*DeploymentEventType_Triggered) PSMEventKey() DeploymentPSMEventKey
- func (msg *DeploymentEventType_Triggered) PSMIsSet() bool
- func (*DeploymentEventType_Triggered) ProtoMessage()
- func (x *DeploymentEventType_Triggered) ProtoReflect() protoreflect.Message
- func (x *DeploymentEventType_Triggered) Reset()
- func (x *DeploymentEventType_Triggered) String() string
- func (x *DeploymentEventType_Triggered) TypeKey() DeploymentEventTypeKey
- type DeploymentEventType_Triggered_
- type DeploymentFlags
- func (*DeploymentFlags) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentFlags) GetCancelUpdates() bool
- func (x *DeploymentFlags) GetDbOnly() bool
- func (x *DeploymentFlags) GetDestroyDatabase() bool
- func (x *DeploymentFlags) GetImportResources() bool
- func (x *DeploymentFlags) GetInfraOnly() bool
- func (x *DeploymentFlags) GetQuickMode() bool
- func (x *DeploymentFlags) GetRecreateDatabase() bool
- func (x *DeploymentFlags) GetRotateCredentials() bool
- func (*DeploymentFlags) ProtoMessage()
- func (x *DeploymentFlags) ProtoReflect() protoreflect.Message
- func (x *DeploymentFlags) Reset()
- func (x *DeploymentFlags) String() string
- type DeploymentKeys
- func (*DeploymentKeys) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentKeys) GetClusterId() string
- func (x *DeploymentKeys) GetDeploymentId() string
- func (x *DeploymentKeys) GetEnvironmentId() string
- func (x *DeploymentKeys) GetStackId() string
- func (msg *DeploymentKeys) PSMFullName() string
- func (msg *DeploymentKeys) PSMIsSet() bool
- func (msg *DeploymentKeys) PSMKeyValues() (map[string]string, error)
- func (*DeploymentKeys) ProtoMessage()
- func (x *DeploymentKeys) ProtoReflect() protoreflect.Message
- func (x *DeploymentKeys) Reset()
- func (x *DeploymentKeys) String() string
- type DeploymentPSM
- type DeploymentPSMDB
- type DeploymentPSMEvent
- type DeploymentPSMEventKey
- type DeploymentPSMEventSpec
- type DeploymentPSMHookBaton
- type DeploymentSpec
- func (*DeploymentSpec) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentSpec) GetAppName() string
- func (x *DeploymentSpec) GetCfStackName() string
- func (x *DeploymentSpec) GetDatabases() []*PostgresSpec
- func (x *DeploymentSpec) GetEcsCluster() string
- func (x *DeploymentSpec) GetEnvironmentId() string
- func (x *DeploymentSpec) GetEnvironmentName() string
- func (x *DeploymentSpec) GetFlags() *DeploymentFlags
- func (x *DeploymentSpec) GetParameters() []*CloudFormationStackParameter
- func (x *DeploymentSpec) GetSnsTopics() []string
- func (x *DeploymentSpec) GetTemplate() *S3Template
- func (x *DeploymentSpec) GetVersion() string
- func (*DeploymentSpec) ProtoMessage()
- func (x *DeploymentSpec) ProtoReflect() protoreflect.Message
- func (x *DeploymentSpec) Reset()
- func (x *DeploymentSpec) String() string
- type DeploymentState
- func (*DeploymentState) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentState) GetData() *DeploymentStateData
- func (x *DeploymentState) GetKeys() *DeploymentKeys
- func (x *DeploymentState) GetMetadata() *psm_j5pb.StateMetadata
- func (x *DeploymentState) GetStatus() DeploymentStatus
- func (msg *DeploymentState) PSMData() *DeploymentStateData
- func (msg *DeploymentState) PSMIsSet() bool
- func (msg *DeploymentState) PSMKeys() *DeploymentKeys
- func (msg *DeploymentState) PSMMetadata() *psm_j5pb.StateMetadata
- func (*DeploymentState) ProtoMessage()
- func (x *DeploymentState) ProtoReflect() protoreflect.Message
- func (x *DeploymentState) Reset()
- func (msg *DeploymentState) SetPSMKeys(inner *DeploymentKeys)
- func (msg *DeploymentState) SetStatus(status DeploymentStatus)
- func (x *DeploymentState) String() string
- type DeploymentStateData
- func (*DeploymentStateData) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentStateData) GetRequest() *messaging_j5pb.RequestMetadata
- func (x *DeploymentStateData) GetSpec() *DeploymentSpec
- func (x *DeploymentStateData) GetSteps() []*DeploymentStep
- func (msg *DeploymentStateData) PSMIsSet() bool
- func (*DeploymentStateData) ProtoMessage()
- func (x *DeploymentStateData) ProtoReflect() protoreflect.Message
- func (x *DeploymentStateData) Reset()
- func (x *DeploymentStateData) String() string
- type DeploymentStatus
- func (DeploymentStatus) Descriptor() protoreflect.EnumDescriptor
- func (x DeploymentStatus) Enum() *DeploymentStatus
- func (DeploymentStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeploymentStatus) Number() protoreflect.EnumNumber
- func (x *DeploymentStatus) Scan(value interface{}) error
- func (x DeploymentStatus) ShortString() string
- func (x DeploymentStatus) String() string
- func (DeploymentStatus) Type() protoreflect.EnumType
- func (x DeploymentStatus) Value() (driver.Value, error)
- type DeploymentStep
- func (*DeploymentStep) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentStep) GetMeta() *drss_pb.StepMeta
- func (x *DeploymentStep) GetOutput() *StepOutputType
- func (x *DeploymentStep) GetStep() *DeploymentStepType
- func (*DeploymentStep) ProtoMessage()
- func (x *DeploymentStep) ProtoReflect() protoreflect.Message
- func (x *DeploymentStep) Reset()
- func (x *DeploymentStep) String() string
- type DeploymentStepType
- func (*DeploymentStepType) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentStepType) Get() IsDeploymentStepTypeWrappedType
- func (x *DeploymentStepType) GetCfCreate() *DeploymentStepType_CFCreate
- func (x *DeploymentStepType) GetCfPlan() *DeploymentStepType_CFPlan
- func (x *DeploymentStepType) GetCfScale() *DeploymentStepType_CFScale
- func (x *DeploymentStepType) GetCfUpdate() *DeploymentStepType_CFUpdate
- func (x *DeploymentStepType) GetEvalJoin() *DeploymentStepType_EvalJoin
- func (x *DeploymentStepType) GetPgCleanup() *DeploymentStepType_PGCleanup
- func (x *DeploymentStepType) GetPgDestroy() *DeploymentStepType_PGDestroy
- func (x *DeploymentStepType) GetPgEvaluate() *DeploymentStepType_PGEvaluate
- func (x *DeploymentStepType) GetPgMigrate() *DeploymentStepType_PGMigrate
- func (x *DeploymentStepType) GetPgUpsert() *DeploymentStepType_PGUpsert
- func (m *DeploymentStepType) GetType() isDeploymentStepType_Type
- func (*DeploymentStepType) ProtoMessage()
- func (x *DeploymentStepType) ProtoReflect() protoreflect.Message
- func (x *DeploymentStepType) Reset()
- func (x *DeploymentStepType) Set(val IsDeploymentStepTypeWrappedType)
- func (x *DeploymentStepType) String() string
- func (x *DeploymentStepType) TypeKey() (DeploymentStepTypeKey, bool)
- type DeploymentStepTypeKey
- type DeploymentStepType_CFCreate
- func (*DeploymentStepType_CFCreate) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentStepType_CFCreate) GetEmptyStack() bool
- func (x *DeploymentStepType_CFCreate) GetSpec() *CFStackInput
- func (*DeploymentStepType_CFCreate) ProtoMessage()
- func (x *DeploymentStepType_CFCreate) ProtoReflect() protoreflect.Message
- func (x *DeploymentStepType_CFCreate) Reset()
- func (x *DeploymentStepType_CFCreate) String() string
- func (x *DeploymentStepType_CFCreate) TypeKey() DeploymentStepTypeKey
- type DeploymentStepType_CFPlan
- func (*DeploymentStepType_CFPlan) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentStepType_CFPlan) GetImportResources() bool
- func (x *DeploymentStepType_CFPlan) GetSpec() *CFStackInput
- func (*DeploymentStepType_CFPlan) ProtoMessage()
- func (x *DeploymentStepType_CFPlan) ProtoReflect() protoreflect.Message
- func (x *DeploymentStepType_CFPlan) Reset()
- func (x *DeploymentStepType_CFPlan) String() string
- func (x *DeploymentStepType_CFPlan) TypeKey() DeploymentStepTypeKey
- type DeploymentStepType_CFScale
- func (*DeploymentStepType_CFScale) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentStepType_CFScale) GetDesiredCount() int32
- func (x *DeploymentStepType_CFScale) GetStackName() string
- func (*DeploymentStepType_CFScale) ProtoMessage()
- func (x *DeploymentStepType_CFScale) ProtoReflect() protoreflect.Message
- func (x *DeploymentStepType_CFScale) Reset()
- func (x *DeploymentStepType_CFScale) String() string
- func (x *DeploymentStepType_CFScale) TypeKey() DeploymentStepTypeKey
- type DeploymentStepType_CFUpdate
- func (*DeploymentStepType_CFUpdate) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentStepType_CFUpdate) GetSpec() *CFStackInput
- func (*DeploymentStepType_CFUpdate) ProtoMessage()
- func (x *DeploymentStepType_CFUpdate) ProtoReflect() protoreflect.Message
- func (x *DeploymentStepType_CFUpdate) Reset()
- func (x *DeploymentStepType_CFUpdate) String() string
- func (x *DeploymentStepType_CFUpdate) TypeKey() DeploymentStepTypeKey
- type DeploymentStepType_CfCreate
- type DeploymentStepType_CfPlan
- type DeploymentStepType_CfScale
- type DeploymentStepType_CfUpdate
- type DeploymentStepType_EvalJoin
- func (*DeploymentStepType_EvalJoin) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentStepType_EvalJoin) GetStackOutput() *CFStackOutput
- func (*DeploymentStepType_EvalJoin) ProtoMessage()
- func (x *DeploymentStepType_EvalJoin) ProtoReflect() protoreflect.Message
- func (x *DeploymentStepType_EvalJoin) Reset()
- func (x *DeploymentStepType_EvalJoin) String() string
- func (x *DeploymentStepType_EvalJoin) TypeKey() DeploymentStepTypeKey
- type DeploymentStepType_EvalJoin_
- type DeploymentStepType_PGCleanup
- func (*DeploymentStepType_PGCleanup) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentStepType_PGCleanup) GetSpec() *PostgresSpec
- func (*DeploymentStepType_PGCleanup) ProtoMessage()
- func (x *DeploymentStepType_PGCleanup) ProtoReflect() protoreflect.Message
- func (x *DeploymentStepType_PGCleanup) Reset()
- func (x *DeploymentStepType_PGCleanup) String() string
- func (x *DeploymentStepType_PGCleanup) TypeKey() DeploymentStepTypeKey
- type DeploymentStepType_PGDestroy
- func (*DeploymentStepType_PGDestroy) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentStepType_PGDestroy) GetSpec() *PostgresSpec
- func (*DeploymentStepType_PGDestroy) ProtoMessage()
- func (x *DeploymentStepType_PGDestroy) ProtoReflect() protoreflect.Message
- func (x *DeploymentStepType_PGDestroy) Reset()
- func (x *DeploymentStepType_PGDestroy) String() string
- func (x *DeploymentStepType_PGDestroy) TypeKey() DeploymentStepTypeKey
- type DeploymentStepType_PGEvaluate
- func (*DeploymentStepType_PGEvaluate) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentStepType_PGEvaluate) GetDbName() string
- func (*DeploymentStepType_PGEvaluate) ProtoMessage()
- func (x *DeploymentStepType_PGEvaluate) ProtoReflect() protoreflect.Message
- func (x *DeploymentStepType_PGEvaluate) Reset()
- func (x *DeploymentStepType_PGEvaluate) String() string
- func (x *DeploymentStepType_PGEvaluate) TypeKey() DeploymentStepTypeKey
- type DeploymentStepType_PGMigrate
- func (*DeploymentStepType_PGMigrate) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentStepType_PGMigrate) GetEcsContext() *awsinfra_pb.ECSTaskContext
- func (x *DeploymentStepType_PGMigrate) GetInfraOutputStepId() string
- func (x *DeploymentStepType_PGMigrate) GetSpec() *PostgresSpec
- func (*DeploymentStepType_PGMigrate) ProtoMessage()
- func (x *DeploymentStepType_PGMigrate) ProtoReflect() protoreflect.Message
- func (x *DeploymentStepType_PGMigrate) Reset()
- func (x *DeploymentStepType_PGMigrate) String() string
- func (x *DeploymentStepType_PGMigrate) TypeKey() DeploymentStepTypeKey
- type DeploymentStepType_PGUpsert
- func (*DeploymentStepType_PGUpsert) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentStepType_PGUpsert) GetInfraOutputStepId() string
- func (x *DeploymentStepType_PGUpsert) GetRotateCredentials() bool
- func (x *DeploymentStepType_PGUpsert) GetSpec() *PostgresSpec
- func (*DeploymentStepType_PGUpsert) ProtoMessage()
- func (x *DeploymentStepType_PGUpsert) ProtoReflect() protoreflect.Message
- func (x *DeploymentStepType_PGUpsert) Reset()
- func (x *DeploymentStepType_PGUpsert) String() string
- func (x *DeploymentStepType_PGUpsert) TypeKey() DeploymentStepTypeKey
- type DeploymentStepType_PgCleanup
- type DeploymentStepType_PgDestroy
- type DeploymentStepType_PgEvaluate
- type DeploymentStepType_PgMigrate
- type DeploymentStepType_PgUpsert
- type EnvAttr
- func (EnvAttr) Descriptor() protoreflect.EnumDescriptor
- func (x EnvAttr) Enum() *EnvAttr
- func (EnvAttr) EnumDescriptor() ([]byte, []int)deprecated
- func (x EnvAttr) Number() protoreflect.EnumNumber
- func (x *EnvAttr) Scan(value interface{}) error
- func (x EnvAttr) ShortString() string
- func (x EnvAttr) String() string
- func (EnvAttr) Type() protoreflect.EnumType
- func (x EnvAttr) Value() (driver.Value, error)
- type EnvironmentEvent
- func (*EnvironmentEvent) Descriptor() ([]byte, []int)deprecated
- func (x *EnvironmentEvent) GetEvent() *EnvironmentEventType
- func (x *EnvironmentEvent) GetKeys() *EnvironmentKeys
- func (x *EnvironmentEvent) GetMetadata() *psm_j5pb.EventMetadata
- func (msg *EnvironmentEvent) PSMEventKey() EnvironmentPSMEventKey
- func (msg *EnvironmentEvent) PSMIsSet() bool
- func (msg *EnvironmentEvent) PSMKeys() *EnvironmentKeys
- func (msg *EnvironmentEvent) PSMMetadata() *psm_j5pb.EventMetadata
- func (*EnvironmentEvent) ProtoMessage()
- func (x *EnvironmentEvent) ProtoReflect() protoreflect.Message
- func (x *EnvironmentEvent) Reset()
- func (msg *EnvironmentEvent) SetPSMEvent(inner EnvironmentPSMEvent) error
- func (msg *EnvironmentEvent) SetPSMKeys(inner *EnvironmentKeys)
- func (x *EnvironmentEvent) String() string
- func (msg *EnvironmentEvent) UnwrapPSMEvent() EnvironmentPSMEvent
- type EnvironmentEventType
- func (*EnvironmentEventType) Descriptor() ([]byte, []int)deprecated
- func (x *EnvironmentEventType) Get() IsEnvironmentEventTypeWrappedType
- func (x *EnvironmentEventType) GetConfigured() *EnvironmentEventType_Configured
- func (m *EnvironmentEventType) GetType() isEnvironmentEventType_Type
- func (*EnvironmentEventType) ProtoMessage()
- func (x *EnvironmentEventType) ProtoReflect() protoreflect.Message
- func (x *EnvironmentEventType) Reset()
- func (x *EnvironmentEventType) Set(val IsEnvironmentEventTypeWrappedType)
- func (x *EnvironmentEventType) String() string
- func (x *EnvironmentEventType) TypeKey() (EnvironmentEventTypeKey, bool)
- type EnvironmentEventTypeKey
- type EnvironmentEventType_Configured
- func (*EnvironmentEventType_Configured) Descriptor() ([]byte, []int)deprecated
- func (x *EnvironmentEventType_Configured) GetConfig() *environment_pb.Environment
- func (*EnvironmentEventType_Configured) PSMEventKey() EnvironmentPSMEventKey
- func (msg *EnvironmentEventType_Configured) PSMIsSet() bool
- func (*EnvironmentEventType_Configured) ProtoMessage()
- func (x *EnvironmentEventType_Configured) ProtoReflect() protoreflect.Message
- func (x *EnvironmentEventType_Configured) Reset()
- func (x *EnvironmentEventType_Configured) String() string
- func (x *EnvironmentEventType_Configured) TypeKey() EnvironmentEventTypeKey
- type EnvironmentEventType_Configured_
- type EnvironmentKeys
- func (*EnvironmentKeys) Descriptor() ([]byte, []int)deprecated
- func (x *EnvironmentKeys) GetClusterId() string
- func (x *EnvironmentKeys) GetEnvironmentId() string
- func (msg *EnvironmentKeys) PSMFullName() string
- func (msg *EnvironmentKeys) PSMIsSet() bool
- func (msg *EnvironmentKeys) PSMKeyValues() (map[string]string, error)
- func (*EnvironmentKeys) ProtoMessage()
- func (x *EnvironmentKeys) ProtoReflect() protoreflect.Message
- func (x *EnvironmentKeys) Reset()
- func (x *EnvironmentKeys) String() string
- type EnvironmentPSM
- type EnvironmentPSMDB
- type EnvironmentPSMEvent
- type EnvironmentPSMEventKey
- type EnvironmentPSMEventSpec
- type EnvironmentPSMHookBaton
- type EnvironmentState
- func (*EnvironmentState) Descriptor() ([]byte, []int)deprecated
- func (x *EnvironmentState) GetData() *EnvironmentStateData
- func (x *EnvironmentState) GetKeys() *EnvironmentKeys
- func (x *EnvironmentState) GetMetadata() *psm_j5pb.StateMetadata
- func (x *EnvironmentState) GetStatus() EnvironmentStatus
- func (msg *EnvironmentState) PSMData() *EnvironmentStateData
- func (msg *EnvironmentState) PSMIsSet() bool
- func (msg *EnvironmentState) PSMKeys() *EnvironmentKeys
- func (msg *EnvironmentState) PSMMetadata() *psm_j5pb.StateMetadata
- func (*EnvironmentState) ProtoMessage()
- func (x *EnvironmentState) ProtoReflect() protoreflect.Message
- func (x *EnvironmentState) Reset()
- func (msg *EnvironmentState) SetPSMKeys(inner *EnvironmentKeys)
- func (msg *EnvironmentState) SetStatus(status EnvironmentStatus)
- func (x *EnvironmentState) String() string
- type EnvironmentStateData
- func (*EnvironmentStateData) Descriptor() ([]byte, []int)deprecated
- func (x *EnvironmentStateData) GetConfig() *environment_pb.Environment
- func (msg *EnvironmentStateData) PSMIsSet() bool
- func (*EnvironmentStateData) ProtoMessage()
- func (x *EnvironmentStateData) ProtoReflect() protoreflect.Message
- func (x *EnvironmentStateData) Reset()
- func (x *EnvironmentStateData) String() string
- type EnvironmentStatus
- func (EnvironmentStatus) Descriptor() protoreflect.EnumDescriptor
- func (x EnvironmentStatus) Enum() *EnvironmentStatus
- func (EnvironmentStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x EnvironmentStatus) Number() protoreflect.EnumNumber
- func (x *EnvironmentStatus) Scan(value interface{}) error
- func (x EnvironmentStatus) ShortString() string
- func (x EnvironmentStatus) String() string
- func (EnvironmentStatus) Type() protoreflect.EnumType
- func (x EnvironmentStatus) Value() (driver.Value, error)
- type IsCFStackInput_Template
- type IsCloudFormationStackParameterTypeWrappedType
- type IsCloudFormationStackParameterType_Type
- type IsCloudFormationStackParameter_Source
- type IsClusterEventTypeWrappedType
- type IsClusterEventType_Type
- type IsDeploymentEventTypeWrappedType
- type IsDeploymentEventType_Type
- type IsDeploymentStepTypeWrappedType
- type IsDeploymentStepType_Type
- type IsEnvironmentEventTypeWrappedType
- type IsEnvironmentEventType_Type
- type IsParameterSourceTypeWrappedType
- type IsParameterSourceType_Type
- type IsPostgresConnectionTypeWrappedType
- type IsPostgresConnectionType_Type
- type IsPostgresDatabaseResource_Connection
- type IsPostgresMigrateSpec_Type
- type IsStackEventTypeWrappedType
- type IsStackEventType_Type
- type IsStepOutputTypeWrappedType
- type IsStepOutputType_Type
- type KeyValue
- type Parameter
- func (*Parameter) Descriptor() ([]byte, []int)deprecated
- func (x *Parameter) GetArgs() []string
- func (x *Parameter) GetDescription() string
- func (x *Parameter) GetName() string
- func (x *Parameter) GetSource() *ParameterSourceType
- func (x *Parameter) GetType() string
- func (*Parameter) ProtoMessage()
- func (x *Parameter) ProtoReflect() protoreflect.Message
- func (x *Parameter) Reset()
- func (x *Parameter) String() string
- type ParameterOverride
- func (*ParameterOverride) Descriptor() ([]byte, []int)deprecated
- func (x *ParameterOverride) GetKey() string
- func (x *ParameterOverride) GetValue() string
- func (*ParameterOverride) ProtoMessage()
- func (x *ParameterOverride) ProtoReflect() protoreflect.Message
- func (x *ParameterOverride) Reset()
- func (x *ParameterOverride) String() string
- type ParameterSourceType
- func (*ParameterSourceType) Descriptor() ([]byte, []int)deprecated
- func (x *ParameterSourceType) Get() IsParameterSourceTypeWrappedType
- func (x *ParameterSourceType) GetAurora() *ParameterSourceType_Aurora
- func (x *ParameterSourceType) GetCrossEnvAttr() *ParameterSourceType_CrossEnvAttr
- func (x *ParameterSourceType) GetDatabaseServer() *ParameterSourceType_DatabaseServer
- func (x *ParameterSourceType) GetDesiredCount() *ParameterSourceType_DesiredCount
- func (x *ParameterSourceType) GetEnvVar() *ParameterSourceType_EnvVar
- func (x *ParameterSourceType) GetNamedIamPolicy() *ParameterSourceType_NamedIAMPolicy
- func (x *ParameterSourceType) GetRulePriority() *ParameterSourceType_RulePriority
- func (x *ParameterSourceType) GetStatic() *ParameterSourceType_Static
- func (m *ParameterSourceType) GetType() isParameterSourceType_Type
- func (x *ParameterSourceType) GetWellKnown() *ParameterSourceType_WellKnown
- func (*ParameterSourceType) ProtoMessage()
- func (x *ParameterSourceType) ProtoReflect() protoreflect.Message
- func (x *ParameterSourceType) Reset()
- func (x *ParameterSourceType) Set(val IsParameterSourceTypeWrappedType)
- func (x *ParameterSourceType) String() string
- func (x *ParameterSourceType) TypeKey() (ParameterSourceTypeKey, bool)
- type ParameterSourceTypeKey
- type ParameterSourceType_Aurora
- func (*ParameterSourceType_Aurora) Descriptor() ([]byte, []int)deprecated
- func (x *ParameterSourceType_Aurora) GetAppKey() string
- func (x *ParameterSourceType_Aurora) GetPart() ParameterSourceType_Aurora_Part
- func (x *ParameterSourceType_Aurora) GetServerGroup() string
- func (*ParameterSourceType_Aurora) ProtoMessage()
- func (x *ParameterSourceType_Aurora) ProtoReflect() protoreflect.Message
- func (x *ParameterSourceType_Aurora) Reset()
- func (x *ParameterSourceType_Aurora) String() string
- func (x *ParameterSourceType_Aurora) TypeKey() ParameterSourceTypeKey
- type ParameterSourceType_Aurora_
- type ParameterSourceType_Aurora_Part
- func (ParameterSourceType_Aurora_Part) Descriptor() protoreflect.EnumDescriptor
- func (x ParameterSourceType_Aurora_Part) Enum() *ParameterSourceType_Aurora_Part
- func (ParameterSourceType_Aurora_Part) EnumDescriptor() ([]byte, []int)deprecated
- func (x ParameterSourceType_Aurora_Part) Number() protoreflect.EnumNumber
- func (x ParameterSourceType_Aurora_Part) String() string
- func (ParameterSourceType_Aurora_Part) Type() protoreflect.EnumType
- type ParameterSourceType_CrossEnvAttr
- func (*ParameterSourceType_CrossEnvAttr) Descriptor() ([]byte, []int)deprecated
- func (x *ParameterSourceType_CrossEnvAttr) GetAttr() EnvAttr
- func (x *ParameterSourceType_CrossEnvAttr) GetEnvName() string
- func (*ParameterSourceType_CrossEnvAttr) ProtoMessage()
- func (x *ParameterSourceType_CrossEnvAttr) ProtoReflect() protoreflect.Message
- func (x *ParameterSourceType_CrossEnvAttr) Reset()
- func (x *ParameterSourceType_CrossEnvAttr) String() string
- func (x *ParameterSourceType_CrossEnvAttr) TypeKey() ParameterSourceTypeKey
- type ParameterSourceType_CrossEnvAttr_
- type ParameterSourceType_DatabaseServer
- func (*ParameterSourceType_DatabaseServer) Descriptor() ([]byte, []int)deprecated
- func (x *ParameterSourceType_DatabaseServer) GetPart() ParameterSourceType_DatabaseServer_Part
- func (x *ParameterSourceType_DatabaseServer) GetServerGroup() string
- func (*ParameterSourceType_DatabaseServer) ProtoMessage()
- func (x *ParameterSourceType_DatabaseServer) ProtoReflect() protoreflect.Message
- func (x *ParameterSourceType_DatabaseServer) Reset()
- func (x *ParameterSourceType_DatabaseServer) String() string
- func (x *ParameterSourceType_DatabaseServer) TypeKey() ParameterSourceTypeKey
- type ParameterSourceType_DatabaseServer_
- type ParameterSourceType_DatabaseServer_Part
- func (ParameterSourceType_DatabaseServer_Part) Descriptor() protoreflect.EnumDescriptor
- func (x ParameterSourceType_DatabaseServer_Part) Enum() *ParameterSourceType_DatabaseServer_Part
- func (ParameterSourceType_DatabaseServer_Part) EnumDescriptor() ([]byte, []int)deprecated
- func (x ParameterSourceType_DatabaseServer_Part) Number() protoreflect.EnumNumber
- func (x ParameterSourceType_DatabaseServer_Part) String() string
- func (ParameterSourceType_DatabaseServer_Part) Type() protoreflect.EnumType
- type ParameterSourceType_DesiredCount
- func (*ParameterSourceType_DesiredCount) Descriptor() ([]byte, []int)deprecated
- func (*ParameterSourceType_DesiredCount) ProtoMessage()
- func (x *ParameterSourceType_DesiredCount) ProtoReflect() protoreflect.Message
- func (x *ParameterSourceType_DesiredCount) Reset()
- func (x *ParameterSourceType_DesiredCount) String() string
- func (x *ParameterSourceType_DesiredCount) TypeKey() ParameterSourceTypeKey
- type ParameterSourceType_DesiredCount_
- type ParameterSourceType_EnvVar
- func (*ParameterSourceType_EnvVar) Descriptor() ([]byte, []int)deprecated
- func (x *ParameterSourceType_EnvVar) GetName() string
- func (*ParameterSourceType_EnvVar) ProtoMessage()
- func (x *ParameterSourceType_EnvVar) ProtoReflect() protoreflect.Message
- func (x *ParameterSourceType_EnvVar) Reset()
- func (x *ParameterSourceType_EnvVar) String() string
- func (x *ParameterSourceType_EnvVar) TypeKey() ParameterSourceTypeKey
- type ParameterSourceType_EnvVar_
- type ParameterSourceType_NamedIAMPolicy
- func (*ParameterSourceType_NamedIAMPolicy) Descriptor() ([]byte, []int)deprecated
- func (x *ParameterSourceType_NamedIAMPolicy) GetName() string
- func (*ParameterSourceType_NamedIAMPolicy) ProtoMessage()
- func (x *ParameterSourceType_NamedIAMPolicy) ProtoReflect() protoreflect.Message
- func (x *ParameterSourceType_NamedIAMPolicy) Reset()
- func (x *ParameterSourceType_NamedIAMPolicy) String() string
- func (x *ParameterSourceType_NamedIAMPolicy) TypeKey() ParameterSourceTypeKey
- type ParameterSourceType_NamedIamPolicy
- type ParameterSourceType_RulePriority
- func (*ParameterSourceType_RulePriority) Descriptor() ([]byte, []int)deprecated
- func (x *ParameterSourceType_RulePriority) GetRouteGroup() application_pb.RouteGroup
- func (*ParameterSourceType_RulePriority) ProtoMessage()
- func (x *ParameterSourceType_RulePriority) ProtoReflect() protoreflect.Message
- func (x *ParameterSourceType_RulePriority) Reset()
- func (x *ParameterSourceType_RulePriority) String() string
- func (x *ParameterSourceType_RulePriority) TypeKey() ParameterSourceTypeKey
- type ParameterSourceType_RulePriority_
- type ParameterSourceType_Static
- func (*ParameterSourceType_Static) Descriptor() ([]byte, []int)deprecated
- func (x *ParameterSourceType_Static) GetValue() string
- func (*ParameterSourceType_Static) ProtoMessage()
- func (x *ParameterSourceType_Static) ProtoReflect() protoreflect.Message
- func (x *ParameterSourceType_Static) Reset()
- func (x *ParameterSourceType_Static) String() string
- func (x *ParameterSourceType_Static) TypeKey() ParameterSourceTypeKey
- type ParameterSourceType_Static_
- type ParameterSourceType_WellKnown
- func (*ParameterSourceType_WellKnown) Descriptor() ([]byte, []int)deprecated
- func (x *ParameterSourceType_WellKnown) GetName() string
- func (*ParameterSourceType_WellKnown) ProtoMessage()
- func (x *ParameterSourceType_WellKnown) ProtoReflect() protoreflect.Message
- func (x *ParameterSourceType_WellKnown) Reset()
- func (x *ParameterSourceType_WellKnown) String() string
- func (x *ParameterSourceType_WellKnown) TypeKey() ParameterSourceTypeKey
- type ParameterSourceType_WellKnown_
- type PostgresConnectionType
- func (*PostgresConnectionType) Descriptor() ([]byte, []int)deprecated
- func (x *PostgresConnectionType) Get() IsPostgresConnectionTypeWrappedType
- func (x *PostgresConnectionType) GetAurora() *PostgresConnectionType_Aurora
- func (x *PostgresConnectionType) GetSecretsManager() *PostgresConnectionType_SecretsManager
- func (m *PostgresConnectionType) GetType() isPostgresConnectionType_Type
- func (*PostgresConnectionType) ProtoMessage()
- func (x *PostgresConnectionType) ProtoReflect() protoreflect.Message
- func (x *PostgresConnectionType) Reset()
- func (x *PostgresConnectionType) Set(val IsPostgresConnectionTypeWrappedType)
- func (x *PostgresConnectionType) String() string
- func (x *PostgresConnectionType) TypeKey() (PostgresConnectionTypeKey, bool)
- type PostgresConnectionTypeKey
- type PostgresConnectionType_Aurora
- func (*PostgresConnectionType_Aurora) Descriptor() ([]byte, []int)deprecated
- func (x *PostgresConnectionType_Aurora) GetConn() *awsinfra_pb.AuroraConnection
- func (*PostgresConnectionType_Aurora) ProtoMessage()
- func (x *PostgresConnectionType_Aurora) ProtoReflect() protoreflect.Message
- func (x *PostgresConnectionType_Aurora) Reset()
- func (x *PostgresConnectionType_Aurora) String() string
- func (x *PostgresConnectionType_Aurora) TypeKey() PostgresConnectionTypeKey
- type PostgresConnectionType_Aurora_
- type PostgresConnectionType_SecretsManager
- func (*PostgresConnectionType_SecretsManager) Descriptor() ([]byte, []int)deprecated
- func (x *PostgresConnectionType_SecretsManager) GetAppSecretOutputName() string
- func (*PostgresConnectionType_SecretsManager) ProtoMessage()
- func (x *PostgresConnectionType_SecretsManager) ProtoReflect() protoreflect.Message
- func (x *PostgresConnectionType_SecretsManager) Reset()
- func (x *PostgresConnectionType_SecretsManager) String() string
- func (x *PostgresConnectionType_SecretsManager) TypeKey() PostgresConnectionTypeKey
- type PostgresConnectionType_SecretsManager_
- type PostgresDatabaseResource
- func (*PostgresDatabaseResource) Descriptor() ([]byte, []int)deprecated
- func (x *PostgresDatabaseResource) GetAppKey() string
- func (m *PostgresDatabaseResource) GetConnection() isPostgresDatabaseResource_Connection
- func (x *PostgresDatabaseResource) GetDbExtensions() []string
- func (x *PostgresDatabaseResource) GetDbNameSuffix() string
- func (x *PostgresDatabaseResource) GetMigrationTaskOutputName() string
- func (x *PostgresDatabaseResource) GetParameterName() string
- func (x *PostgresDatabaseResource) GetSecretOutputName() string
- func (x *PostgresDatabaseResource) GetServerGroup() string
- func (*PostgresDatabaseResource) ProtoMessage()
- func (x *PostgresDatabaseResource) ProtoReflect() protoreflect.Message
- func (x *PostgresDatabaseResource) Reset()
- func (x *PostgresDatabaseResource) String() string
- type PostgresDatabaseResource_ParameterName
- type PostgresDatabaseResource_SecretOutputName
- type PostgresMigrateSpec
- func (*PostgresMigrateSpec) Descriptor() ([]byte, []int)deprecated
- func (x *PostgresMigrateSpec) GetEcs() *PostgresMigrateSpec_ECS
- func (m *PostgresMigrateSpec) GetType() isPostgresMigrateSpec_Type
- func (*PostgresMigrateSpec) ProtoMessage()
- func (x *PostgresMigrateSpec) ProtoReflect() protoreflect.Message
- func (x *PostgresMigrateSpec) Reset()
- func (x *PostgresMigrateSpec) String() string
- type PostgresMigrateSpec_ECS
- func (*PostgresMigrateSpec_ECS) Descriptor() ([]byte, []int)deprecated
- func (x *PostgresMigrateSpec_ECS) GetTaskContext() *awsinfra_pb.ECSTaskContext
- func (x *PostgresMigrateSpec_ECS) GetTaskOutputName() string
- func (*PostgresMigrateSpec_ECS) ProtoMessage()
- func (x *PostgresMigrateSpec_ECS) ProtoReflect() protoreflect.Message
- func (x *PostgresMigrateSpec_ECS) Reset()
- func (x *PostgresMigrateSpec_ECS) String() string
- type PostgresMigrateSpec_Ecs
- type PostgresSpec
- func (*PostgresSpec) Descriptor() ([]byte, []int)deprecated
- func (x *PostgresSpec) GetAdminConnection() *awsinfra_pb.RDSHostType
- func (x *PostgresSpec) GetAppConnection() *PostgresConnectionType
- func (x *PostgresSpec) GetAppKey() string
- func (x *PostgresSpec) GetClientSecurityGroupId() string
- func (x *PostgresSpec) GetDbExtensions() []string
- func (x *PostgresSpec) GetFullDbName() string
- func (x *PostgresSpec) GetMigrate() *PostgresMigrateSpec
- func (*PostgresSpec) ProtoMessage()
- func (x *PostgresSpec) ProtoReflect() protoreflect.Message
- func (x *PostgresSpec) Reset()
- func (x *PostgresSpec) String() string
- type S3Template
- func (*S3Template) Descriptor() ([]byte, []int)deprecated
- func (x *S3Template) GetBucket() string
- func (x *S3Template) GetKey() string
- func (x *S3Template) GetRegion() string
- func (*S3Template) ProtoMessage()
- func (x *S3Template) ProtoReflect() protoreflect.Message
- func (x *S3Template) Reset()
- func (x *S3Template) String() string
- type StackDeployment
- func (*StackDeployment) Descriptor() ([]byte, []int)deprecated
- func (x *StackDeployment) GetDeploymentId() string
- func (x *StackDeployment) GetVersion() string
- func (*StackDeployment) ProtoMessage()
- func (x *StackDeployment) ProtoReflect() protoreflect.Message
- func (x *StackDeployment) Reset()
- func (x *StackDeployment) String() string
- type StackEvent
- func (*StackEvent) Descriptor() ([]byte, []int)deprecated
- func (x *StackEvent) GetEvent() *StackEventType
- func (x *StackEvent) GetKeys() *StackKeys
- func (x *StackEvent) GetMetadata() *psm_j5pb.EventMetadata
- func (msg *StackEvent) PSMEventKey() StackPSMEventKey
- func (msg *StackEvent) PSMIsSet() bool
- func (msg *StackEvent) PSMKeys() *StackKeys
- func (msg *StackEvent) PSMMetadata() *psm_j5pb.EventMetadata
- func (*StackEvent) ProtoMessage()
- func (x *StackEvent) ProtoReflect() protoreflect.Message
- func (x *StackEvent) Reset()
- func (msg *StackEvent) SetPSMEvent(inner StackPSMEvent) error
- func (msg *StackEvent) SetPSMKeys(inner *StackKeys)
- func (x *StackEvent) String() string
- func (msg *StackEvent) UnwrapPSMEvent() StackPSMEvent
- type StackEventType
- func (*StackEventType) Descriptor() ([]byte, []int)deprecated
- func (x *StackEventType) Get() IsStackEventTypeWrappedType
- func (x *StackEventType) GetConfigured() *StackEventType_Configured
- func (x *StackEventType) GetDeploymentCompleted() *StackEventType_DeploymentCompleted
- func (x *StackEventType) GetDeploymentFailed() *StackEventType_DeploymentFailed
- func (x *StackEventType) GetDeploymentRequested() *StackEventType_DeploymentRequested
- func (x *StackEventType) GetRunDeployment() *StackEventType_RunDeployment
- func (m *StackEventType) GetType() isStackEventType_Type
- func (*StackEventType) ProtoMessage()
- func (x *StackEventType) ProtoReflect() protoreflect.Message
- func (x *StackEventType) Reset()
- func (x *StackEventType) Set(val IsStackEventTypeWrappedType)
- func (x *StackEventType) String() string
- func (x *StackEventType) TypeKey() (StackEventTypeKey, bool)
- type StackEventTypeKey
- type StackEventType_Configured
- func (*StackEventType_Configured) Descriptor() ([]byte, []int)deprecated
- func (x *StackEventType_Configured) GetApplicationName() string
- func (x *StackEventType_Configured) GetEnvironmentId() string
- func (x *StackEventType_Configured) GetEnvironmentName() string
- func (*StackEventType_Configured) PSMEventKey() StackPSMEventKey
- func (msg *StackEventType_Configured) PSMIsSet() bool
- func (*StackEventType_Configured) ProtoMessage()
- func (x *StackEventType_Configured) ProtoReflect() protoreflect.Message
- func (x *StackEventType_Configured) Reset()
- func (x *StackEventType_Configured) String() string
- func (x *StackEventType_Configured) TypeKey() StackEventTypeKey
- type StackEventType_Configured_
- type StackEventType_DeploymentCompleted
- func (*StackEventType_DeploymentCompleted) Descriptor() ([]byte, []int)deprecated
- func (x *StackEventType_DeploymentCompleted) GetDeployment() *StackDeployment
- func (*StackEventType_DeploymentCompleted) PSMEventKey() StackPSMEventKey
- func (msg *StackEventType_DeploymentCompleted) PSMIsSet() bool
- func (*StackEventType_DeploymentCompleted) ProtoMessage()
- func (x *StackEventType_DeploymentCompleted) ProtoReflect() protoreflect.Message
- func (x *StackEventType_DeploymentCompleted) Reset()
- func (x *StackEventType_DeploymentCompleted) String() string
- func (x *StackEventType_DeploymentCompleted) TypeKey() StackEventTypeKey
- type StackEventType_DeploymentCompleted_
- type StackEventType_DeploymentFailed
- func (*StackEventType_DeploymentFailed) Descriptor() ([]byte, []int)deprecated
- func (x *StackEventType_DeploymentFailed) GetDeployment() *StackDeployment
- func (x *StackEventType_DeploymentFailed) GetError() string
- func (*StackEventType_DeploymentFailed) PSMEventKey() StackPSMEventKey
- func (msg *StackEventType_DeploymentFailed) PSMIsSet() bool
- func (*StackEventType_DeploymentFailed) ProtoMessage()
- func (x *StackEventType_DeploymentFailed) ProtoReflect() protoreflect.Message
- func (x *StackEventType_DeploymentFailed) Reset()
- func (x *StackEventType_DeploymentFailed) String() string
- func (x *StackEventType_DeploymentFailed) TypeKey() StackEventTypeKey
- type StackEventType_DeploymentFailed_
- type StackEventType_DeploymentRequested
- func (*StackEventType_DeploymentRequested) Descriptor() ([]byte, []int)deprecated
- func (x *StackEventType_DeploymentRequested) GetApplicationName() string
- func (x *StackEventType_DeploymentRequested) GetDeployment() *StackDeployment
- func (x *StackEventType_DeploymentRequested) GetEnvironmentId() string
- func (x *StackEventType_DeploymentRequested) GetEnvironmentName() string
- func (*StackEventType_DeploymentRequested) PSMEventKey() StackPSMEventKey
- func (msg *StackEventType_DeploymentRequested) PSMIsSet() bool
- func (*StackEventType_DeploymentRequested) ProtoMessage()
- func (x *StackEventType_DeploymentRequested) ProtoReflect() protoreflect.Message
- func (x *StackEventType_DeploymentRequested) Reset()
- func (x *StackEventType_DeploymentRequested) String() string
- func (x *StackEventType_DeploymentRequested) TypeKey() StackEventTypeKey
- type StackEventType_DeploymentRequested_
- type StackEventType_RunDeployment
- func (*StackEventType_RunDeployment) Descriptor() ([]byte, []int)deprecated
- func (x *StackEventType_RunDeployment) GetDeploymentId() string
- func (*StackEventType_RunDeployment) PSMEventKey() StackPSMEventKey
- func (msg *StackEventType_RunDeployment) PSMIsSet() bool
- func (*StackEventType_RunDeployment) ProtoMessage()
- func (x *StackEventType_RunDeployment) ProtoReflect() protoreflect.Message
- func (x *StackEventType_RunDeployment) Reset()
- func (x *StackEventType_RunDeployment) String() string
- func (x *StackEventType_RunDeployment) TypeKey() StackEventTypeKey
- type StackEventType_RunDeployment_
- type StackKeys
- func (*StackKeys) Descriptor() ([]byte, []int)deprecated
- func (x *StackKeys) GetClusterId() string
- func (x *StackKeys) GetEnvironmentId() string
- func (x *StackKeys) GetStackId() string
- func (msg *StackKeys) PSMFullName() string
- func (msg *StackKeys) PSMIsSet() bool
- func (msg *StackKeys) PSMKeyValues() (map[string]string, error)
- func (*StackKeys) ProtoMessage()
- func (x *StackKeys) ProtoReflect() protoreflect.Message
- func (x *StackKeys) Reset()
- func (x *StackKeys) String() string
- type StackPSM
- type StackPSMDB
- type StackPSMEvent
- type StackPSMEventKey
- type StackPSMEventSpec
- type StackPSMHookBaton
- type StackState
- func (*StackState) Descriptor() ([]byte, []int)deprecated
- func (x *StackState) GetData() *StackStateData
- func (x *StackState) GetKeys() *StackKeys
- func (x *StackState) GetMetadata() *psm_j5pb.StateMetadata
- func (x *StackState) GetStatus() StackStatus
- func (msg *StackState) PSMData() *StackStateData
- func (msg *StackState) PSMIsSet() bool
- func (msg *StackState) PSMKeys() *StackKeys
- func (msg *StackState) PSMMetadata() *psm_j5pb.StateMetadata
- func (*StackState) ProtoMessage()
- func (x *StackState) ProtoReflect() protoreflect.Message
- func (x *StackState) Reset()
- func (msg *StackState) SetPSMKeys(inner *StackKeys)
- func (msg *StackState) SetStatus(status StackStatus)
- func (x *StackState) String() string
- type StackStateData
- func (*StackStateData) Descriptor() ([]byte, []int)deprecated
- func (x *StackStateData) GetApplicationName() string
- func (x *StackStateData) GetCurrentDeployment() *StackDeployment
- func (x *StackStateData) GetEnvironmentId() string
- func (x *StackStateData) GetEnvironmentName() string
- func (x *StackStateData) GetQueuedDeployments() []*StackDeployment
- func (x *StackStateData) GetStackName() string
- func (msg *StackStateData) PSMIsSet() bool
- func (*StackStateData) ProtoMessage()
- func (x *StackStateData) ProtoReflect() protoreflect.Message
- func (x *StackStateData) Reset()
- func (x *StackStateData) String() string
- type StackStatus
- func (StackStatus) Descriptor() protoreflect.EnumDescriptor
- func (x StackStatus) Enum() *StackStatus
- func (StackStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x StackStatus) Number() protoreflect.EnumNumber
- func (x *StackStatus) Scan(value interface{}) error
- func (x StackStatus) ShortString() string
- func (x StackStatus) String() string
- func (StackStatus) Type() protoreflect.EnumType
- func (x StackStatus) Value() (driver.Value, error)
- type StepContext
- func (*StepContext) Descriptor() ([]byte, []int)deprecated
- func (x *StepContext) GetDeploymentId() string
- func (x *StepContext) GetPhase() StepPhase
- func (x *StepContext) GetStepId() string
- func (*StepContext) ProtoMessage()
- func (x *StepContext) ProtoReflect() protoreflect.Message
- func (x *StepContext) Reset()
- func (x *StepContext) String() string
- type StepOutputType
- func (*StepOutputType) Descriptor() ([]byte, []int)deprecated
- func (x *StepOutputType) Get() IsStepOutputTypeWrappedType
- func (x *StepOutputType) GetCfChangesetStatus() *StepOutputType_CFChangesetStatus
- func (x *StepOutputType) GetCfStackStatus() *StepOutputType_CFStackStatus
- func (m *StepOutputType) GetType() isStepOutputType_Type
- func (*StepOutputType) ProtoMessage()
- func (x *StepOutputType) ProtoReflect() protoreflect.Message
- func (x *StepOutputType) Reset()
- func (x *StepOutputType) Set(val IsStepOutputTypeWrappedType)
- func (x *StepOutputType) String() string
- func (x *StepOutputType) TypeKey() (StepOutputTypeKey, bool)
- type StepOutputTypeKey
- type StepOutputType_CFChangesetStatus
- func (*StepOutputType_CFChangesetStatus) Descriptor() ([]byte, []int)deprecated
- func (x *StepOutputType_CFChangesetStatus) GetLifecycle() CFChangesetLifecycle
- func (*StepOutputType_CFChangesetStatus) ProtoMessage()
- func (x *StepOutputType_CFChangesetStatus) ProtoReflect() protoreflect.Message
- func (x *StepOutputType_CFChangesetStatus) Reset()
- func (x *StepOutputType_CFChangesetStatus) String() string
- func (x *StepOutputType_CFChangesetStatus) TypeKey() StepOutputTypeKey
- type StepOutputType_CFStackStatus
- func (*StepOutputType_CFStackStatus) Descriptor() ([]byte, []int)deprecated
- func (x *StepOutputType_CFStackStatus) GetLifecycle() CFLifecycle
- func (x *StepOutputType_CFStackStatus) GetOutputs() []*KeyValue
- func (*StepOutputType_CFStackStatus) ProtoMessage()
- func (x *StepOutputType_CFStackStatus) ProtoReflect() protoreflect.Message
- func (x *StepOutputType_CFStackStatus) Reset()
- func (x *StepOutputType_CFStackStatus) String() string
- func (x *StepOutputType_CFStackStatus) TypeKey() StepOutputTypeKey
- type StepOutputType_CfChangesetStatus
- type StepOutputType_CfStackStatus
- type StepPhase
- func (StepPhase) Descriptor() protoreflect.EnumDescriptor
- func (x StepPhase) Enum() *StepPhase
- func (StepPhase) EnumDescriptor() ([]byte, []int)deprecated
- func (x StepPhase) Number() protoreflect.EnumNumber
- func (x *StepPhase) Scan(value interface{}) error
- func (x StepPhase) ShortString() string
- func (x StepPhase) String() string
- func (StepPhase) Type() protoreflect.EnumType
- func (x StepPhase) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
var ( EnvAttr_name = map[int32]string{ 0: "ENV_ATTR_UNSPECIFIED", 1: "ENV_ATTR_FULL_NAME", 2: "ENV_ATTR_SNS_PREFIX", } EnvAttr_value = map[string]int32{ "ENV_ATTR_UNSPECIFIED": 0, "ENV_ATTR_FULL_NAME": 1, "ENV_ATTR_SNS_PREFIX": 2, } )
Enum value maps for EnvAttr.
var ( ParameterSourceType_Aurora_Part_name = map[int32]string{ 0: "PART_UNSPECIFIED", 1: "PART_JSON", 2: "PART_IDENTIFIER", 3: "PART_ENDPOINT", 4: "PART_DBNAME", } ParameterSourceType_Aurora_Part_value = map[string]int32{ "PART_UNSPECIFIED": 0, "PART_JSON": 1, "PART_IDENTIFIER": 2, "PART_ENDPOINT": 3, "PART_DBNAME": 4, } )
Enum value maps for ParameterSourceType_Aurora_Part.
var ( ParameterSourceType_DatabaseServer_Part_name = map[int32]string{ 0: "PART_UNSPECIFIED", 1: "PART_CLIENT_SECURITY_GROUP", } ParameterSourceType_DatabaseServer_Part_value = map[string]int32{ "PART_UNSPECIFIED": 0, "PART_CLIENT_SECURITY_GROUP": 1, } )
Enum value maps for ParameterSourceType_DatabaseServer_Part.
var ( EnvAttr_name_short = map[int32]string{ 0: "UNSPECIFIED", 1: "FULL_NAME", 2: "SNS_PREFIX", } EnvAttr_value_short = map[string]int32{ "UNSPECIFIED": 0, "FULL_NAME": 1, "SNS_PREFIX": 2, } EnvAttr_value_either = map[string]int32{ "UNSPECIFIED": 0, "ENV_ATTR_UNSPECIFIED": 0, "FULL_NAME": 1, "ENV_ATTR_FULL_NAME": 1, "SNS_PREFIX": 2, "ENV_ATTR_SNS_PREFIX": 2, } )
var ( ClusterStatus_name = map[int32]string{ 0: "CLUSTER_STATUS_UNSPECIFIED", 1: "CLUSTER_STATUS_ACTIVE", } ClusterStatus_value = map[string]int32{ "CLUSTER_STATUS_UNSPECIFIED": 0, "CLUSTER_STATUS_ACTIVE": 1, } )
Enum value maps for ClusterStatus.
var ( ClusterStatus_name_short = map[int32]string{ 0: "UNSPECIFIED", 1: "ACTIVE", } ClusterStatus_value_short = map[string]int32{ "UNSPECIFIED": 0, "ACTIVE": 1, } ClusterStatus_value_either = map[string]int32{ "UNSPECIFIED": 0, "CLUSTER_STATUS_UNSPECIFIED": 0, "ACTIVE": 1, "CLUSTER_STATUS_ACTIVE": 1, } )
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.
var ( DeploymentStatus_name_short = map[int32]string{ 0: "UNSPECIFIED", 1: "QUEUED", 2: "TRIGGERED", 3: "WAITING", 4: "AVAILABLE", 5: "RUNNING", 100: "DONE", 101: "FAILED", 102: "TERMINATED", } DeploymentStatus_value_short = map[string]int32{ "UNSPECIFIED": 0, "QUEUED": 1, "TRIGGERED": 2, "WAITING": 3, "AVAILABLE": 4, "RUNNING": 5, "DONE": 100, "FAILED": 101, "TERMINATED": 102, } DeploymentStatus_value_either = map[string]int32{ "UNSPECIFIED": 0, "DEPLOYMENT_STATUS_UNSPECIFIED": 0, "QUEUED": 1, "DEPLOYMENT_STATUS_QUEUED": 1, "TRIGGERED": 2, "DEPLOYMENT_STATUS_TRIGGERED": 2, "WAITING": 3, "DEPLOYMENT_STATUS_WAITING": 3, "AVAILABLE": 4, "DEPLOYMENT_STATUS_AVAILABLE": 4, "RUNNING": 5, "DEPLOYMENT_STATUS_RUNNING": 5, "DONE": 100, "DEPLOYMENT_STATUS_DONE": 100, "FAILED": 101, "DEPLOYMENT_STATUS_FAILED": 101, "TERMINATED": 102, "DEPLOYMENT_STATUS_TERMINATED": 102, } )
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.
var ( EnvironmentStatus_name_short = map[int32]string{ 0: "UNSPECIFIED", 1: "ACTIVE", } EnvironmentStatus_value_short = map[string]int32{ "UNSPECIFIED": 0, "ACTIVE": 1, } EnvironmentStatus_value_either = map[string]int32{ "UNSPECIFIED": 0, "ENVIRONMENT_STATUS_UNSPECIFIED": 0, "ACTIVE": 1, "ENVIRONMENT_STATUS_ACTIVE": 1, } )
var ( StackStatus_name = map[int32]string{ 0: "STACK_STATUS_UNSPECIFIED", 1: "STACK_STATUS_MIGRATING", 2: "STACK_STATUS_AVAILABLE", } StackStatus_value = map[string]int32{ "STACK_STATUS_UNSPECIFIED": 0, "STACK_STATUS_MIGRATING": 1, "STACK_STATUS_AVAILABLE": 2, } )
Enum value maps for StackStatus.
var ( StackStatus_name_short = map[int32]string{ 0: "UNSPECIFIED", 1: "MIGRATING", 2: "AVAILABLE", } StackStatus_value_short = map[string]int32{ "UNSPECIFIED": 0, "MIGRATING": 1, "AVAILABLE": 2, } StackStatus_value_either = map[string]int32{ "UNSPECIFIED": 0, "STACK_STATUS_UNSPECIFIED": 0, "MIGRATING": 1, "STACK_STATUS_MIGRATING": 1, "AVAILABLE": 2, "STACK_STATUS_AVAILABLE": 2, } )
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.
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.
var ( CFChangesetLifecycle_name = map[int32]string{ 0: "CF_CHANGESET_LIFECYCLE_UNSPECIFIED", 1: "CF_CHANGESET_LIFECYCLE_UNAVAILABLE", 2: "CF_CHANGESET_LIFECYCLE_AVAILABLE", 3: "CF_CHANGESET_LIFECYCLE_EXECUTION", 4: "CF_CHANGESET_LIFECYCLE_TERMINAL", } CFChangesetLifecycle_value = map[string]int32{ "CF_CHANGESET_LIFECYCLE_UNSPECIFIED": 0, "CF_CHANGESET_LIFECYCLE_UNAVAILABLE": 1, "CF_CHANGESET_LIFECYCLE_AVAILABLE": 2, "CF_CHANGESET_LIFECYCLE_EXECUTION": 3, "CF_CHANGESET_LIFECYCLE_TERMINAL": 4, } )
Enum value maps for CFChangesetLifecycle.
var ( StepPhase_name_short = map[int32]string{ 0: "UNSPECIFIED", 1: "WAIT", 2: "STEPS", } StepPhase_value_short = map[string]int32{ "UNSPECIFIED": 0, "WAIT": 1, "STEPS": 2, } StepPhase_value_either = map[string]int32{ "UNSPECIFIED": 0, "STEP_PHASE_UNSPECIFIED": 0, "WAIT": 1, "STEP_PHASE_WAIT": 1, "STEPS": 2, "STEP_PHASE_STEPS": 2, } )
var ( CFLifecycle_name_short = map[int32]string{ 0: "UNSPECIFIED", 1: "PROGRESS", 2: "COMPLETE", 3: "ROLLING_BACK", 4: "CREATE_FAILED", 5: "TERMINAL", 7: "ROLLED_BACK", 6: "MISSING", } CFLifecycle_value_short = map[string]int32{ "UNSPECIFIED": 0, "PROGRESS": 1, "COMPLETE": 2, "ROLLING_BACK": 3, "CREATE_FAILED": 4, "TERMINAL": 5, "ROLLED_BACK": 7, "MISSING": 6, } CFLifecycle_value_either = map[string]int32{ "UNSPECIFIED": 0, "CF_LIFECYCLE_UNSPECIFIED": 0, "PROGRESS": 1, "CF_LIFECYCLE_PROGRESS": 1, "COMPLETE": 2, "CF_LIFECYCLE_COMPLETE": 2, "ROLLING_BACK": 3, "CF_LIFECYCLE_ROLLING_BACK": 3, "CREATE_FAILED": 4, "CF_LIFECYCLE_CREATE_FAILED": 4, "TERMINAL": 5, "CF_LIFECYCLE_TERMINAL": 5, "ROLLED_BACK": 7, "CF_LIFECYCLE_ROLLED_BACK": 7, "MISSING": 6, "CF_LIFECYCLE_MISSING": 6, } )
var ( CFChangesetLifecycle_name_short = map[int32]string{ 0: "UNSPECIFIED", 1: "UNAVAILABLE", 2: "AVAILABLE", 3: "EXECUTION", 4: "TERMINAL", } CFChangesetLifecycle_value_short = map[string]int32{ "UNSPECIFIED": 0, "UNAVAILABLE": 1, "AVAILABLE": 2, "EXECUTION": 3, "TERMINAL": 4, } CFChangesetLifecycle_value_either = map[string]int32{ "UNSPECIFIED": 0, "CF_CHANGESET_LIFECYCLE_UNSPECIFIED": 0, "UNAVAILABLE": 1, "CF_CHANGESET_LIFECYCLE_UNAVAILABLE": 1, "AVAILABLE": 2, "CF_CHANGESET_LIFECYCLE_AVAILABLE": 2, "EXECUTION": 3, "CF_CHANGESET_LIFECYCLE_EXECUTION": 3, "TERMINAL": 4, "CF_CHANGESET_LIFECYCLE_TERMINAL": 4, } )
var File_o5_aws_deployer_v1_cf_parameters_proto protoreflect.FileDescriptor
var File_o5_aws_deployer_v1_cluster_proto protoreflect.FileDescriptor
var File_o5_aws_deployer_v1_deployment_proto protoreflect.FileDescriptor
var File_o5_aws_deployer_v1_environment_proto protoreflect.FileDescriptor
var File_o5_aws_deployer_v1_postgres_proto protoreflect.FileDescriptor
var File_o5_aws_deployer_v1_stack_proto protoreflect.FileDescriptor
var File_o5_aws_deployer_v1_steps_proto protoreflect.FileDescriptor
Functions ¶
func ClusterPSMBuilder ¶
func ClusterPSMBuilder() *psm.StateMachineConfig[ *ClusterKeys, *ClusterState, ClusterStatus, *ClusterStateData, *ClusterEvent, ClusterPSMEvent, ]
func ClusterPSMDataHook ¶
func ClusterPSMDataHook[SE ClusterPSMEvent](cb func(context.Context, sqrlx.Transaction, *ClusterState, SE) error) psm.TransitionDataHook[ *ClusterKeys, *ClusterState, ClusterStatus, *ClusterStateData, *ClusterEvent, ClusterPSMEvent, SE, ]
func ClusterPSMGeneralEventDataHook ¶
func ClusterPSMGeneralEventDataHook(cb func(context.Context, sqrlx.Transaction, *ClusterState, *ClusterEvent) error) psm.GeneralEventDataHook[ *ClusterKeys, *ClusterState, ClusterStatus, *ClusterStateData, *ClusterEvent, ClusterPSMEvent, ]
func ClusterPSMGeneralLogicHook ¶
func ClusterPSMGeneralLogicHook(cb func(context.Context, ClusterPSMHookBaton, *ClusterState, *ClusterEvent) error) psm.GeneralLogicHook[ *ClusterKeys, *ClusterState, ClusterStatus, *ClusterStateData, *ClusterEvent, ClusterPSMEvent, ]
func ClusterPSMGeneralStateDataHook ¶
func ClusterPSMGeneralStateDataHook(cb func(context.Context, sqrlx.Transaction, *ClusterState) error) psm.GeneralStateDataHook[ *ClusterKeys, *ClusterState, ClusterStatus, *ClusterStateData, *ClusterEvent, ClusterPSMEvent, ]
func ClusterPSMLinkHook ¶
func ClusterPSMLinkHook[SE ClusterPSMEvent, DK psm.IKeyset, DIE psm.IInnerEvent]( linkDestination psm.LinkDestination[DK, DIE], cb func(context.Context, *ClusterState, SE, func(DK, DIE)) error, ) psm.LinkHook[ *ClusterKeys, *ClusterState, ClusterStatus, *ClusterStateData, *ClusterEvent, ClusterPSMEvent, SE, DK, DIE, ]
func ClusterPSMLogicHook ¶
func ClusterPSMLogicHook[SE ClusterPSMEvent](cb func(context.Context, ClusterPSMHookBaton, *ClusterState, SE) error) psm.TransitionLogicHook[ *ClusterKeys, *ClusterState, ClusterStatus, *ClusterStateData, *ClusterEvent, ClusterPSMEvent, SE, ]
func ClusterPSMMutation ¶
func ClusterPSMMutation[SE ClusterPSMEvent](cb func(*ClusterStateData, SE) error) psm.TransitionMutation[ *ClusterKeys, *ClusterState, ClusterStatus, *ClusterStateData, *ClusterEvent, ClusterPSMEvent, SE, ]
func DeploymentPSMBuilder ¶
func DeploymentPSMBuilder() *psm.StateMachineConfig[ *DeploymentKeys, *DeploymentState, DeploymentStatus, *DeploymentStateData, *DeploymentEvent, DeploymentPSMEvent, ]
func DeploymentPSMDataHook ¶
func DeploymentPSMDataHook[SE DeploymentPSMEvent](cb func(context.Context, sqrlx.Transaction, *DeploymentState, SE) error) psm.TransitionDataHook[ *DeploymentKeys, *DeploymentState, DeploymentStatus, *DeploymentStateData, *DeploymentEvent, DeploymentPSMEvent, SE, ]
func DeploymentPSMGeneralEventDataHook ¶
func DeploymentPSMGeneralEventDataHook(cb func(context.Context, sqrlx.Transaction, *DeploymentState, *DeploymentEvent) error) psm.GeneralEventDataHook[ *DeploymentKeys, *DeploymentState, DeploymentStatus, *DeploymentStateData, *DeploymentEvent, DeploymentPSMEvent, ]
func DeploymentPSMGeneralLogicHook ¶
func DeploymentPSMGeneralLogicHook(cb func(context.Context, DeploymentPSMHookBaton, *DeploymentState, *DeploymentEvent) error) psm.GeneralLogicHook[ *DeploymentKeys, *DeploymentState, DeploymentStatus, *DeploymentStateData, *DeploymentEvent, DeploymentPSMEvent, ]
func DeploymentPSMGeneralStateDataHook ¶
func DeploymentPSMGeneralStateDataHook(cb func(context.Context, sqrlx.Transaction, *DeploymentState) error) psm.GeneralStateDataHook[ *DeploymentKeys, *DeploymentState, DeploymentStatus, *DeploymentStateData, *DeploymentEvent, DeploymentPSMEvent, ]
func DeploymentPSMLinkHook ¶
func DeploymentPSMLinkHook[SE DeploymentPSMEvent, DK psm.IKeyset, DIE psm.IInnerEvent]( linkDestination psm.LinkDestination[DK, DIE], cb func(context.Context, *DeploymentState, SE, func(DK, DIE)) error, ) psm.LinkHook[ *DeploymentKeys, *DeploymentState, DeploymentStatus, *DeploymentStateData, *DeploymentEvent, DeploymentPSMEvent, SE, DK, DIE, ]
func DeploymentPSMLogicHook ¶
func DeploymentPSMLogicHook[SE DeploymentPSMEvent](cb func(context.Context, DeploymentPSMHookBaton, *DeploymentState, SE) error) psm.TransitionLogicHook[ *DeploymentKeys, *DeploymentState, DeploymentStatus, *DeploymentStateData, *DeploymentEvent, DeploymentPSMEvent, SE, ]
func DeploymentPSMMutation ¶
func DeploymentPSMMutation[SE DeploymentPSMEvent](cb func(*DeploymentStateData, SE) error) psm.TransitionMutation[ *DeploymentKeys, *DeploymentState, DeploymentStatus, *DeploymentStateData, *DeploymentEvent, DeploymentPSMEvent, SE, ]
func EnvironmentPSMBuilder ¶
func EnvironmentPSMBuilder() *psm.StateMachineConfig[ *EnvironmentKeys, *EnvironmentState, EnvironmentStatus, *EnvironmentStateData, *EnvironmentEvent, EnvironmentPSMEvent, ]
func EnvironmentPSMDataHook ¶
func EnvironmentPSMDataHook[SE EnvironmentPSMEvent](cb func(context.Context, sqrlx.Transaction, *EnvironmentState, SE) error) psm.TransitionDataHook[ *EnvironmentKeys, *EnvironmentState, EnvironmentStatus, *EnvironmentStateData, *EnvironmentEvent, EnvironmentPSMEvent, SE, ]
func EnvironmentPSMGeneralEventDataHook ¶
func EnvironmentPSMGeneralEventDataHook(cb func(context.Context, sqrlx.Transaction, *EnvironmentState, *EnvironmentEvent) error) psm.GeneralEventDataHook[ *EnvironmentKeys, *EnvironmentState, EnvironmentStatus, *EnvironmentStateData, *EnvironmentEvent, EnvironmentPSMEvent, ]
func EnvironmentPSMGeneralLogicHook ¶
func EnvironmentPSMGeneralLogicHook(cb func(context.Context, EnvironmentPSMHookBaton, *EnvironmentState, *EnvironmentEvent) error) psm.GeneralLogicHook[ *EnvironmentKeys, *EnvironmentState, EnvironmentStatus, *EnvironmentStateData, *EnvironmentEvent, EnvironmentPSMEvent, ]
func EnvironmentPSMGeneralStateDataHook ¶
func EnvironmentPSMGeneralStateDataHook(cb func(context.Context, sqrlx.Transaction, *EnvironmentState) error) psm.GeneralStateDataHook[ *EnvironmentKeys, *EnvironmentState, EnvironmentStatus, *EnvironmentStateData, *EnvironmentEvent, EnvironmentPSMEvent, ]
func EnvironmentPSMLinkHook ¶
func EnvironmentPSMLinkHook[SE EnvironmentPSMEvent, DK psm.IKeyset, DIE psm.IInnerEvent]( linkDestination psm.LinkDestination[DK, DIE], cb func(context.Context, *EnvironmentState, SE, func(DK, DIE)) error, ) psm.LinkHook[ *EnvironmentKeys, *EnvironmentState, EnvironmentStatus, *EnvironmentStateData, *EnvironmentEvent, EnvironmentPSMEvent, SE, DK, DIE, ]
func EnvironmentPSMLogicHook ¶
func EnvironmentPSMLogicHook[SE EnvironmentPSMEvent](cb func(context.Context, EnvironmentPSMHookBaton, *EnvironmentState, SE) error) psm.TransitionLogicHook[ *EnvironmentKeys, *EnvironmentState, EnvironmentStatus, *EnvironmentStateData, *EnvironmentEvent, EnvironmentPSMEvent, SE, ]
func EnvironmentPSMMutation ¶
func EnvironmentPSMMutation[SE EnvironmentPSMEvent](cb func(*EnvironmentStateData, SE) error) psm.TransitionMutation[ *EnvironmentKeys, *EnvironmentState, EnvironmentStatus, *EnvironmentStateData, *EnvironmentEvent, EnvironmentPSMEvent, SE, ]
func StackPSMBuilder ¶
func StackPSMBuilder() *psm.StateMachineConfig[ *StackKeys, *StackState, StackStatus, *StackStateData, *StackEvent, StackPSMEvent, ]
func StackPSMDataHook ¶
func StackPSMDataHook[SE StackPSMEvent](cb func(context.Context, sqrlx.Transaction, *StackState, SE) error) psm.TransitionDataHook[ *StackKeys, *StackState, StackStatus, *StackStateData, *StackEvent, StackPSMEvent, SE, ]
func StackPSMGeneralEventDataHook ¶
func StackPSMGeneralEventDataHook(cb func(context.Context, sqrlx.Transaction, *StackState, *StackEvent) error) psm.GeneralEventDataHook[ *StackKeys, *StackState, StackStatus, *StackStateData, *StackEvent, StackPSMEvent, ]
func StackPSMGeneralLogicHook ¶
func StackPSMGeneralLogicHook(cb func(context.Context, StackPSMHookBaton, *StackState, *StackEvent) error) psm.GeneralLogicHook[ *StackKeys, *StackState, StackStatus, *StackStateData, *StackEvent, StackPSMEvent, ]
func StackPSMGeneralStateDataHook ¶
func StackPSMGeneralStateDataHook(cb func(context.Context, sqrlx.Transaction, *StackState) error) psm.GeneralStateDataHook[ *StackKeys, *StackState, StackStatus, *StackStateData, *StackEvent, StackPSMEvent, ]
func StackPSMLinkHook ¶
func StackPSMLinkHook[SE StackPSMEvent, DK psm.IKeyset, DIE psm.IInnerEvent]( linkDestination psm.LinkDestination[DK, DIE], cb func(context.Context, *StackState, SE, func(DK, DIE)) error, ) psm.LinkHook[ *StackKeys, *StackState, StackStatus, *StackStateData, *StackEvent, StackPSMEvent, SE, DK, DIE, ]
func StackPSMLogicHook ¶
func StackPSMLogicHook[SE StackPSMEvent](cb func(context.Context, StackPSMHookBaton, *StackState, SE) error) psm.TransitionLogicHook[ *StackKeys, *StackState, StackStatus, *StackStateData, *StackEvent, StackPSMEvent, SE, ]
func StackPSMMutation ¶
func StackPSMMutation[SE StackPSMEvent](cb func(*StackStateData, SE) error) psm.TransitionMutation[ *StackKeys, *StackState, StackStatus, *StackStateData, *StackEvent, StackPSMEvent, SE, ]
Types ¶
type CFChangesetLifecycle ¶
type CFChangesetLifecycle int32
const ( CFChangesetLifecycle_CF_CHANGESET_LIFECYCLE_UNSPECIFIED CFChangesetLifecycle = 0 // Progressing well, no errors, no rollback CFChangesetLifecycle_CF_CHANGESET_LIFECYCLE_UNAVAILABLE CFChangesetLifecycle = 1 // Plan Completed successfully CFChangesetLifecycle_CF_CHANGESET_LIFECYCLE_AVAILABLE CFChangesetLifecycle = 2 // Plan has been executed, and is either executing, completed or failed, // either way, the stack itself now has the status. CFChangesetLifecycle_CF_CHANGESET_LIFECYCLE_EXECUTION CFChangesetLifecycle = 3 // Plan failure CFChangesetLifecycle_CF_CHANGESET_LIFECYCLE_TERMINAL CFChangesetLifecycle = 4 )
const ( CFChangesetLifecycle_UNSPECIFIED CFChangesetLifecycle = 0 CFChangesetLifecycle_UNAVAILABLE CFChangesetLifecycle = 1 CFChangesetLifecycle_AVAILABLE CFChangesetLifecycle = 2 CFChangesetLifecycle_EXECUTION CFChangesetLifecycle = 3 CFChangesetLifecycle_TERMINAL CFChangesetLifecycle = 4 )
CFChangesetLifecycle
func (CFChangesetLifecycle) Descriptor ¶
func (CFChangesetLifecycle) Descriptor() protoreflect.EnumDescriptor
func (CFChangesetLifecycle) Enum ¶
func (x CFChangesetLifecycle) Enum() *CFChangesetLifecycle
func (CFChangesetLifecycle) EnumDescriptor
deprecated
func (CFChangesetLifecycle) EnumDescriptor() ([]byte, []int)
Deprecated: Use CFChangesetLifecycle.Descriptor instead.
func (CFChangesetLifecycle) Number ¶
func (x CFChangesetLifecycle) Number() protoreflect.EnumNumber
func (*CFChangesetLifecycle) Scan ¶
func (x *CFChangesetLifecycle) Scan(value interface{}) error
func (CFChangesetLifecycle) ShortString ¶
func (x CFChangesetLifecycle) ShortString() string
ShortString returns the un-prefixed string representation of the enum value
func (CFChangesetLifecycle) String ¶
func (x CFChangesetLifecycle) String() string
func (CFChangesetLifecycle) Type ¶
func (CFChangesetLifecycle) Type() protoreflect.EnumType
type CFChangesetOutput ¶
type CFChangesetOutput struct { Lifecycle CFChangesetLifecycle `protobuf:"varint,1,opt,name=lifecycle,proto3,enum=o5.aws.deployer.v1.CFChangesetLifecycle" json:"lifecycle,omitempty"` // contains filtered or unexported fields }
func (*CFChangesetOutput) Descriptor
deprecated
func (*CFChangesetOutput) Descriptor() ([]byte, []int)
Deprecated: Use CFChangesetOutput.ProtoReflect.Descriptor instead.
func (*CFChangesetOutput) GetLifecycle ¶
func (x *CFChangesetOutput) GetLifecycle() CFChangesetLifecycle
func (*CFChangesetOutput) ProtoMessage ¶
func (*CFChangesetOutput) ProtoMessage()
func (*CFChangesetOutput) ProtoReflect ¶
func (x *CFChangesetOutput) ProtoReflect() protoreflect.Message
func (*CFChangesetOutput) Reset ¶
func (x *CFChangesetOutput) Reset()
func (*CFChangesetOutput) String ¶
func (x *CFChangesetOutput) String() string
type CFImport ¶
type CFImport struct { ResourceType string `protobuf:"bytes,1,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"` LogicalId string `protobuf:"bytes,2,opt,name=logical_id,json=logicalId,proto3" json:"logical_id,omitempty"` PhysicalId map[string]string `` /* 179-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CFImport) Descriptor
deprecated
func (*CFImport) GetLogicalId ¶
func (*CFImport) GetPhysicalId ¶
func (*CFImport) GetResourceType ¶
func (*CFImport) ProtoMessage ¶
func (*CFImport) ProtoMessage()
func (*CFImport) ProtoReflect ¶
func (x *CFImport) ProtoReflect() protoreflect.Message
type CFLifecycle ¶
type CFLifecycle int32
const ( CFLifecycle_CF_LIFECYCLE_UNSPECIFIED CFLifecycle = 0 // Going well, no errors yet, no rollback, keep waiting. 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 Failed: The stack was not created, it may need to be deleted, manual // intervention may be required. CFLifecycle_CF_LIFECYCLE_CREATE_FAILED CFLifecycle = 4 // Something we can't automatically recover from, manual intervention is // required. CFLifecycle_CF_LIFECYCLE_TERMINAL CFLifecycle = 5 // Rolled Back: The last update failed, but the stack is now stable so a new // deployment can begin. 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 )
const ( CFLifecycle_UNSPECIFIED CFLifecycle = 0 CFLifecycle_PROGRESS CFLifecycle = 1 CFLifecycle_COMPLETE CFLifecycle = 2 CFLifecycle_ROLLING_BACK CFLifecycle = 3 CFLifecycle_CREATE_FAILED CFLifecycle = 4 CFLifecycle_TERMINAL CFLifecycle = 5 CFLifecycle_ROLLED_BACK CFLifecycle = 7 CFLifecycle_MISSING CFLifecycle = 6 )
CFLifecycle
func (CFLifecycle) Descriptor ¶
func (CFLifecycle) Descriptor() protoreflect.EnumDescriptor
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) Scan ¶
func (x *CFLifecycle) Scan(value interface{}) error
func (CFLifecycle) ShortString ¶
func (x CFLifecycle) ShortString() string
ShortString returns the un-prefixed string representation of the enum value
func (CFLifecycle) String ¶
func (x CFLifecycle) String() string
func (CFLifecycle) Type ¶
func (CFLifecycle) Type() protoreflect.EnumType
type CFStackInput ¶
type CFStackInput struct { StackName string `protobuf:"bytes,1,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"` // Types that are assignable to Template: // // *CFStackInput_S3Template // *CFStackInput_TemplateBody // *CFStackInput_EmptyStack Template isCFStackInput_Template `protobuf_oneof:"template"` DesiredCount int32 `protobuf:"varint,4,opt,name=desired_count,json=desiredCount,proto3" json:"desired_count,omitempty"` Parameters []*CloudFormationStackParameter `protobuf:"bytes,5,rep,name=parameters,proto3" json:"parameters,omitempty"` SnsTopics []string `protobuf:"bytes,6,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) GetEmptyStack ¶
func (x *CFStackInput) GetEmptyStack() bool
func (*CFStackInput) GetParameters ¶
func (x *CFStackInput) GetParameters() []*CloudFormationStackParameter
func (*CFStackInput) GetS3Template ¶
func (x *CFStackInput) GetS3Template() *S3Template
func (*CFStackInput) GetSnsTopics ¶
func (x *CFStackInput) GetSnsTopics() []string
func (*CFStackInput) GetStackName ¶
func (x *CFStackInput) GetStackName() string
func (*CFStackInput) GetTemplate ¶
func (m *CFStackInput) GetTemplate() isCFStackInput_Template
func (*CFStackInput) GetTemplateBody ¶
func (x *CFStackInput) GetTemplateBody() 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 CFStackInput_EmptyStack ¶
type CFStackInput_EmptyStack struct {
EmptyStack bool `protobuf:"varint,22,opt,name=empty_stack,json=emptyStack,proto3,oneof"`
}
type CFStackInput_S3Template ¶
type CFStackInput_S3Template struct {
S3Template *S3Template `protobuf:"bytes,20,opt,name=s3_template,json=s3Template,proto3,oneof"`
}
type CFStackInput_TemplateBody ¶
type CFStackInput_TemplateBody struct {
TemplateBody string `protobuf:"bytes,21,opt,name=template_body,json=templateBody,proto3,oneof"`
}
type CFStackOutput ¶
type CFStackOutput struct { Lifecycle CFLifecycle `protobuf:"varint,1,opt,name=lifecycle,proto3,enum=o5.aws.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 (x *CloudFormationStackParameter) GetResolve() *CloudFormationStackParameterType
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 (x *CloudFormationStackParameter) ProtoReflect() protoreflect.Message
func (*CloudFormationStackParameter) Reset ¶
func (x *CloudFormationStackParameter) Reset()
func (*CloudFormationStackParameter) String ¶
func (x *CloudFormationStackParameter) String() 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 (x *CloudFormationStackParameterType) GetDesiredCount() *CloudFormationStackParameterType_DesiredCount
func (*CloudFormationStackParameterType) GetRulePriority ¶
func (x *CloudFormationStackParameterType) GetRulePriority() *CloudFormationStackParameterType_RulePriority
func (*CloudFormationStackParameterType) GetType ¶
func (m *CloudFormationStackParameterType) GetType() isCloudFormationStackParameterType_Type
func (*CloudFormationStackParameterType) ProtoMessage ¶
func (*CloudFormationStackParameterType) ProtoMessage()
func (*CloudFormationStackParameterType) ProtoReflect ¶
func (x *CloudFormationStackParameterType) ProtoReflect() protoreflect.Message
func (*CloudFormationStackParameterType) Reset ¶
func (x *CloudFormationStackParameterType) Reset()
func (*CloudFormationStackParameterType) Set ¶
func (x *CloudFormationStackParameterType) Set(val IsCloudFormationStackParameterTypeWrappedType)
func (*CloudFormationStackParameterType) String ¶
func (x *CloudFormationStackParameterType) String() string
func (*CloudFormationStackParameterType) TypeKey ¶
func (x *CloudFormationStackParameterType) TypeKey() (CloudFormationStackParameterTypeKey, bool)
type CloudFormationStackParameterTypeKey ¶
type CloudFormationStackParameterTypeKey string
CloudFormationStackParameterType is a oneof wrapper
const ( CloudFormationStackParameter_RulePriority CloudFormationStackParameterTypeKey = "rulePriority" CloudFormationStackParameter_DesiredCount CloudFormationStackParameterTypeKey = "desiredCount" )
type CloudFormationStackParameterType_DesiredCount ¶
type CloudFormationStackParameterType_DesiredCount struct {
// contains filtered or unexported fields
}
func (*CloudFormationStackParameterType_DesiredCount) Descriptor
deprecated
func (*CloudFormationStackParameterType_DesiredCount) Descriptor() ([]byte, []int)
Deprecated: Use CloudFormationStackParameterType_DesiredCount.ProtoReflect.Descriptor instead.
func (*CloudFormationStackParameterType_DesiredCount) ProtoMessage ¶
func (*CloudFormationStackParameterType_DesiredCount) ProtoMessage()
func (*CloudFormationStackParameterType_DesiredCount) ProtoReflect ¶
func (x *CloudFormationStackParameterType_DesiredCount) ProtoReflect() protoreflect.Message
func (*CloudFormationStackParameterType_DesiredCount) Reset ¶
func (x *CloudFormationStackParameterType_DesiredCount) Reset()
func (*CloudFormationStackParameterType_DesiredCount) String ¶
func (x *CloudFormationStackParameterType_DesiredCount) String() string
func (*CloudFormationStackParameterType_DesiredCount) TypeKey ¶
func (x *CloudFormationStackParameterType_DesiredCount) TypeKey() CloudFormationStackParameterTypeKey
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 application_pb.RouteGroup `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CloudFormationStackParameterType_RulePriority) Descriptor
deprecated
func (*CloudFormationStackParameterType_RulePriority) Descriptor() ([]byte, []int)
Deprecated: Use CloudFormationStackParameterType_RulePriority.ProtoReflect.Descriptor instead.
func (*CloudFormationStackParameterType_RulePriority) GetRouteGroup ¶
func (x *CloudFormationStackParameterType_RulePriority) GetRouteGroup() application_pb.RouteGroup
func (*CloudFormationStackParameterType_RulePriority) ProtoMessage ¶
func (*CloudFormationStackParameterType_RulePriority) ProtoMessage()
func (*CloudFormationStackParameterType_RulePriority) ProtoReflect ¶
func (x *CloudFormationStackParameterType_RulePriority) ProtoReflect() protoreflect.Message
func (*CloudFormationStackParameterType_RulePriority) Reset ¶
func (x *CloudFormationStackParameterType_RulePriority) Reset()
func (*CloudFormationStackParameterType_RulePriority) String ¶
func (x *CloudFormationStackParameterType_RulePriority) String() string
func (*CloudFormationStackParameterType_RulePriority) TypeKey ¶
func (x *CloudFormationStackParameterType_RulePriority) TypeKey() CloudFormationStackParameterTypeKey
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 ClusterEvent ¶
type ClusterEvent struct { Metadata *psm_j5pb.EventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Keys *ClusterKeys `protobuf:"bytes,2,opt,name=keys,proto3" json:"keys,omitempty"` Event *ClusterEventType `protobuf:"bytes,3,opt,name=event,proto3" json:"event,omitempty"` // contains filtered or unexported fields }
func (*ClusterEvent) Descriptor
deprecated
func (*ClusterEvent) Descriptor() ([]byte, []int)
Deprecated: Use ClusterEvent.ProtoReflect.Descriptor instead.
func (*ClusterEvent) GetEvent ¶
func (x *ClusterEvent) GetEvent() *ClusterEventType
func (*ClusterEvent) GetKeys ¶
func (x *ClusterEvent) GetKeys() *ClusterKeys
func (*ClusterEvent) GetMetadata ¶
func (x *ClusterEvent) GetMetadata() *psm_j5pb.EventMetadata
func (*ClusterEvent) PSMEventKey ¶
func (msg *ClusterEvent) PSMEventKey() ClusterPSMEventKey
PSMEventKey returns the ClusterPSMEventPSMEventKey for the event, implementing psm.IEvent
func (*ClusterEvent) PSMIsSet ¶
func (msg *ClusterEvent) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*ClusterEvent) PSMKeys ¶
func (msg *ClusterEvent) PSMKeys() *ClusterKeys
func (*ClusterEvent) PSMMetadata ¶
func (msg *ClusterEvent) PSMMetadata() *psm_j5pb.EventMetadata
func (*ClusterEvent) ProtoMessage ¶
func (*ClusterEvent) ProtoMessage()
func (*ClusterEvent) ProtoReflect ¶
func (x *ClusterEvent) ProtoReflect() protoreflect.Message
func (*ClusterEvent) Reset ¶
func (x *ClusterEvent) Reset()
func (*ClusterEvent) SetPSMEvent ¶
func (msg *ClusterEvent) SetPSMEvent(inner ClusterPSMEvent) error
SetPSMEvent sets the inner event message from a concrete type, implementing psm.IEvent
func (*ClusterEvent) SetPSMKeys ¶
func (msg *ClusterEvent) SetPSMKeys(inner *ClusterKeys)
func (*ClusterEvent) String ¶
func (x *ClusterEvent) String() string
func (*ClusterEvent) UnwrapPSMEvent ¶
func (msg *ClusterEvent) UnwrapPSMEvent() ClusterPSMEvent
UnwrapPSMEvent implements psm.IEvent, returning the inner event message
type ClusterEventType ¶
type ClusterEventType struct { // Types that are assignable to Type: // // *ClusterEventType_Configured_ // *ClusterEventType_Override_ Type isClusterEventType_Type `protobuf_oneof:"type"` // contains filtered or unexported fields }
func (*ClusterEventType) Descriptor
deprecated
func (*ClusterEventType) Descriptor() ([]byte, []int)
Deprecated: Use ClusterEventType.ProtoReflect.Descriptor instead.
func (*ClusterEventType) Get ¶
func (x *ClusterEventType) Get() IsClusterEventTypeWrappedType
func (*ClusterEventType) GetConfigured ¶
func (x *ClusterEventType) GetConfigured() *ClusterEventType_Configured
func (*ClusterEventType) GetOverride ¶
func (x *ClusterEventType) GetOverride() *ClusterEventType_Override
func (*ClusterEventType) GetType ¶
func (m *ClusterEventType) GetType() isClusterEventType_Type
func (*ClusterEventType) ProtoMessage ¶
func (*ClusterEventType) ProtoMessage()
func (*ClusterEventType) ProtoReflect ¶
func (x *ClusterEventType) ProtoReflect() protoreflect.Message
func (*ClusterEventType) Reset ¶
func (x *ClusterEventType) Reset()
func (*ClusterEventType) Set ¶
func (x *ClusterEventType) Set(val IsClusterEventTypeWrappedType)
func (*ClusterEventType) String ¶
func (x *ClusterEventType) String() string
func (*ClusterEventType) TypeKey ¶
func (x *ClusterEventType) TypeKey() (ClusterEventTypeKey, bool)
type ClusterEventTypeKey ¶
type ClusterEventTypeKey string
ClusterEventType is a oneof wrapper
const ( ClusterEvent_Configured ClusterEventTypeKey = "configured" ClusterEvent_Override ClusterEventTypeKey = "override" )
type ClusterEventType_Configured ¶
type ClusterEventType_Configured struct { Config *environment_pb.Cluster `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*ClusterEventType_Configured) Descriptor
deprecated
func (*ClusterEventType_Configured) Descriptor() ([]byte, []int)
Deprecated: Use ClusterEventType_Configured.ProtoReflect.Descriptor instead.
func (*ClusterEventType_Configured) GetConfig ¶
func (x *ClusterEventType_Configured) GetConfig() *environment_pb.Cluster
func (*ClusterEventType_Configured) PSMEventKey ¶
func (*ClusterEventType_Configured) PSMEventKey() ClusterPSMEventKey
func (*ClusterEventType_Configured) PSMIsSet ¶
func (msg *ClusterEventType_Configured) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*ClusterEventType_Configured) ProtoMessage ¶
func (*ClusterEventType_Configured) ProtoMessage()
func (*ClusterEventType_Configured) ProtoReflect ¶
func (x *ClusterEventType_Configured) ProtoReflect() protoreflect.Message
func (*ClusterEventType_Configured) Reset ¶
func (x *ClusterEventType_Configured) Reset()
func (*ClusterEventType_Configured) String ¶
func (x *ClusterEventType_Configured) String() string
func (*ClusterEventType_Configured) TypeKey ¶
func (x *ClusterEventType_Configured) TypeKey() ClusterEventTypeKey
type ClusterEventType_Configured_ ¶
type ClusterEventType_Configured_ struct {
Configured *ClusterEventType_Configured `protobuf:"bytes,1,opt,name=configured,proto3,oneof"`
}
type ClusterEventType_Override ¶
type ClusterEventType_Override struct { Overrides []*ParameterOverride `protobuf:"bytes,1,rep,name=overrides,proto3" json:"overrides,omitempty"` // contains filtered or unexported fields }
func (*ClusterEventType_Override) Descriptor
deprecated
func (*ClusterEventType_Override) Descriptor() ([]byte, []int)
Deprecated: Use ClusterEventType_Override.ProtoReflect.Descriptor instead.
func (*ClusterEventType_Override) GetOverrides ¶
func (x *ClusterEventType_Override) GetOverrides() []*ParameterOverride
func (*ClusterEventType_Override) PSMEventKey ¶
func (*ClusterEventType_Override) PSMEventKey() ClusterPSMEventKey
func (*ClusterEventType_Override) PSMIsSet ¶
func (msg *ClusterEventType_Override) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*ClusterEventType_Override) ProtoMessage ¶
func (*ClusterEventType_Override) ProtoMessage()
func (*ClusterEventType_Override) ProtoReflect ¶
func (x *ClusterEventType_Override) ProtoReflect() protoreflect.Message
func (*ClusterEventType_Override) Reset ¶
func (x *ClusterEventType_Override) Reset()
func (*ClusterEventType_Override) String ¶
func (x *ClusterEventType_Override) String() string
func (*ClusterEventType_Override) TypeKey ¶
func (x *ClusterEventType_Override) TypeKey() ClusterEventTypeKey
type ClusterEventType_Override_ ¶
type ClusterEventType_Override_ struct {
Override *ClusterEventType_Override `protobuf:"bytes,2,opt,name=override,proto3,oneof"`
}
type ClusterKeys ¶
type ClusterKeys struct { ClusterId string `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` // contains filtered or unexported fields }
func (*ClusterKeys) Descriptor
deprecated
func (*ClusterKeys) Descriptor() ([]byte, []int)
Deprecated: Use ClusterKeys.ProtoReflect.Descriptor instead.
func (*ClusterKeys) GetClusterId ¶
func (x *ClusterKeys) GetClusterId() string
func (*ClusterKeys) PSMFullName ¶
func (msg *ClusterKeys) PSMFullName() string
PSMFullName returns the full name of state machine with package prefix
func (*ClusterKeys) PSMIsSet ¶
func (msg *ClusterKeys) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*ClusterKeys) PSMKeyValues ¶
func (msg *ClusterKeys) PSMKeyValues() (map[string]string, error)
func (*ClusterKeys) ProtoMessage ¶
func (*ClusterKeys) ProtoMessage()
func (*ClusterKeys) ProtoReflect ¶
func (x *ClusterKeys) ProtoReflect() protoreflect.Message
func (*ClusterKeys) Reset ¶
func (x *ClusterKeys) Reset()
func (*ClusterKeys) String ¶
func (x *ClusterKeys) String() string
type ClusterPSM ¶
type ClusterPSM = psm.StateMachine[ *ClusterKeys, *ClusterState, ClusterStatus, *ClusterStateData, *ClusterEvent, ClusterPSMEvent, ]
type ClusterPSMDB ¶
type ClusterPSMDB = psm.DBStateMachine[ *ClusterKeys, *ClusterState, ClusterStatus, *ClusterStateData, *ClusterEvent, ClusterPSMEvent, ]
type ClusterPSMEvent ¶
type ClusterPSMEvent interface { psm.IInnerEvent PSMEventKey() ClusterPSMEventKey }
type ClusterPSMEventKey ¶
type ClusterPSMEventKey = string
const ( ClusterPSMEventNil ClusterPSMEventKey = "<nil>" ClusterPSMEventConfigured ClusterPSMEventKey = "configured" ClusterPSMEventOverride ClusterPSMEventKey = "override" )
type ClusterPSMEventSpec ¶
type ClusterPSMEventSpec = psm.EventSpec[ *ClusterKeys, *ClusterState, ClusterStatus, *ClusterStateData, *ClusterEvent, ClusterPSMEvent, ]
type ClusterPSMHookBaton ¶
type ClusterPSMHookBaton = psm.HookBaton[ *ClusterKeys, *ClusterState, ClusterStatus, *ClusterStateData, *ClusterEvent, ClusterPSMEvent, ]
type ClusterState ¶
type ClusterState struct { Metadata *psm_j5pb.StateMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Keys *ClusterKeys `protobuf:"bytes,2,opt,name=keys,proto3" json:"keys,omitempty"` Status ClusterStatus `protobuf:"varint,3,opt,name=status,proto3,enum=o5.aws.deployer.v1.ClusterStatus" json:"status,omitempty"` Data *ClusterStateData `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ClusterState) Descriptor
deprecated
func (*ClusterState) Descriptor() ([]byte, []int)
Deprecated: Use ClusterState.ProtoReflect.Descriptor instead.
func (*ClusterState) GetData ¶
func (x *ClusterState) GetData() *ClusterStateData
func (*ClusterState) GetKeys ¶
func (x *ClusterState) GetKeys() *ClusterKeys
func (*ClusterState) GetMetadata ¶
func (x *ClusterState) GetMetadata() *psm_j5pb.StateMetadata
func (*ClusterState) GetStatus ¶
func (x *ClusterState) GetStatus() ClusterStatus
func (*ClusterState) PSMData ¶
func (msg *ClusterState) PSMData() *ClusterStateData
func (*ClusterState) PSMIsSet ¶
func (msg *ClusterState) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*ClusterState) PSMKeys ¶
func (msg *ClusterState) PSMKeys() *ClusterKeys
func (*ClusterState) PSMMetadata ¶
func (msg *ClusterState) PSMMetadata() *psm_j5pb.StateMetadata
func (*ClusterState) ProtoMessage ¶
func (*ClusterState) ProtoMessage()
func (*ClusterState) ProtoReflect ¶
func (x *ClusterState) ProtoReflect() protoreflect.Message
func (*ClusterState) Reset ¶
func (x *ClusterState) Reset()
func (*ClusterState) SetPSMKeys ¶
func (msg *ClusterState) SetPSMKeys(inner *ClusterKeys)
func (*ClusterState) SetStatus ¶
func (msg *ClusterState) SetStatus(status ClusterStatus)
func (*ClusterState) String ¶
func (x *ClusterState) String() string
type ClusterStateData ¶
type ClusterStateData struct { BaseConfig *environment_pb.Cluster `protobuf:"bytes,5,opt,name=base_config,json=baseConfig,proto3" json:"base_config,omitempty"` Overrides []*ParameterOverride `protobuf:"bytes,6,rep,name=overrides,proto3" json:"overrides,omitempty"` // config = base_config + overrides Config *environment_pb.Cluster `protobuf:"bytes,4,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*ClusterStateData) Descriptor
deprecated
func (*ClusterStateData) Descriptor() ([]byte, []int)
Deprecated: Use ClusterStateData.ProtoReflect.Descriptor instead.
func (*ClusterStateData) GetBaseConfig ¶
func (x *ClusterStateData) GetBaseConfig() *environment_pb.Cluster
func (*ClusterStateData) GetConfig ¶
func (x *ClusterStateData) GetConfig() *environment_pb.Cluster
func (*ClusterStateData) GetOverrides ¶
func (x *ClusterStateData) GetOverrides() []*ParameterOverride
func (*ClusterStateData) PSMIsSet ¶
func (msg *ClusterStateData) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*ClusterStateData) ProtoMessage ¶
func (*ClusterStateData) ProtoMessage()
func (*ClusterStateData) ProtoReflect ¶
func (x *ClusterStateData) ProtoReflect() protoreflect.Message
func (*ClusterStateData) Reset ¶
func (x *ClusterStateData) Reset()
func (*ClusterStateData) String ¶
func (x *ClusterStateData) String() string
type ClusterStatus ¶
type ClusterStatus int32
const ( ClusterStatus_CLUSTER_STATUS_UNSPECIFIED ClusterStatus = 0 ClusterStatus_CLUSTER_STATUS_ACTIVE ClusterStatus = 1 )
const ( ClusterStatus_UNSPECIFIED ClusterStatus = 0 ClusterStatus_ACTIVE ClusterStatus = 1 )
ClusterStatus
func (ClusterStatus) Descriptor ¶
func (ClusterStatus) Descriptor() protoreflect.EnumDescriptor
func (ClusterStatus) Enum ¶
func (x ClusterStatus) Enum() *ClusterStatus
func (ClusterStatus) EnumDescriptor
deprecated
func (ClusterStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ClusterStatus.Descriptor instead.
func (ClusterStatus) Number ¶
func (x ClusterStatus) Number() protoreflect.EnumNumber
func (*ClusterStatus) Scan ¶
func (x *ClusterStatus) Scan(value interface{}) error
func (ClusterStatus) ShortString ¶
func (x ClusterStatus) ShortString() string
ShortString returns the un-prefixed string representation of the enum value
func (ClusterStatus) String ¶
func (x ClusterStatus) String() string
func (ClusterStatus) Type ¶
func (ClusterStatus) Type() protoreflect.EnumType
type DeploymentEvent ¶
type DeploymentEvent struct { Metadata *psm_j5pb.EventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Keys *DeploymentKeys `protobuf:"bytes,2,opt,name=keys,proto3" json:"keys,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) GetEvent ¶
func (x *DeploymentEvent) GetEvent() *DeploymentEventType
func (*DeploymentEvent) GetKeys ¶
func (x *DeploymentEvent) GetKeys() *DeploymentKeys
func (*DeploymentEvent) GetMetadata ¶
func (x *DeploymentEvent) GetMetadata() *psm_j5pb.EventMetadata
func (*DeploymentEvent) PSMEventKey ¶
func (msg *DeploymentEvent) PSMEventKey() DeploymentPSMEventKey
PSMEventKey returns the DeploymentPSMEventPSMEventKey for the event, implementing psm.IEvent
func (*DeploymentEvent) PSMIsSet ¶
func (msg *DeploymentEvent) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*DeploymentEvent) PSMKeys ¶
func (msg *DeploymentEvent) PSMKeys() *DeploymentKeys
func (*DeploymentEvent) PSMMetadata ¶
func (msg *DeploymentEvent) PSMMetadata() *psm_j5pb.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) SetPSMEvent ¶
func (msg *DeploymentEvent) SetPSMEvent(inner DeploymentPSMEvent) error
SetPSMEvent sets the inner event message from a concrete type, implementing psm.IEvent
func (*DeploymentEvent) SetPSMKeys ¶
func (msg *DeploymentEvent) SetPSMKeys(inner *DeploymentKeys)
func (*DeploymentEvent) String ¶
func (x *DeploymentEvent) String() string
func (*DeploymentEvent) UnwrapPSMEvent ¶
func (msg *DeploymentEvent) UnwrapPSMEvent() DeploymentPSMEvent
UnwrapPSMEvent implements psm.IEvent, returning the inner event message
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_RunStep_ // *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) Get ¶
func (x *DeploymentEventType) Get() IsDeploymentEventTypeWrappedType
func (*DeploymentEventType) GetCreated ¶
func (x *DeploymentEventType) GetCreated() *DeploymentEventType_Created
func (*DeploymentEventType) GetDone ¶
func (x *DeploymentEventType) GetDone() *DeploymentEventType_Done
func (*DeploymentEventType) GetError ¶
func (x *DeploymentEventType) GetError() *DeploymentEventType_Error
func (*DeploymentEventType) GetRunStep ¶
func (x *DeploymentEventType) GetRunStep() *DeploymentEventType_RunStep
func (*DeploymentEventType) GetRunSteps ¶
func (x *DeploymentEventType) GetRunSteps() *DeploymentEventType_RunSteps
func (*DeploymentEventType) GetStackAvailable ¶
func (x *DeploymentEventType) GetStackAvailable() *DeploymentEventType_StackAvailable
func (*DeploymentEventType) GetStackWait ¶
func (x *DeploymentEventType) GetStackWait() *DeploymentEventType_StackWait
func (*DeploymentEventType) GetStackWaitFailure ¶
func (x *DeploymentEventType) GetStackWaitFailure() *DeploymentEventType_StackWaitFailure
func (*DeploymentEventType) GetStepResult ¶
func (x *DeploymentEventType) GetStepResult() *DeploymentEventType_StepResult
func (*DeploymentEventType) GetTerminated ¶
func (x *DeploymentEventType) GetTerminated() *DeploymentEventType_Terminated
func (*DeploymentEventType) GetTriggered ¶
func (x *DeploymentEventType) GetTriggered() *DeploymentEventType_Triggered
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) Set ¶
func (x *DeploymentEventType) Set(val IsDeploymentEventTypeWrappedType)
func (*DeploymentEventType) String ¶
func (x *DeploymentEventType) String() string
func (*DeploymentEventType) TypeKey ¶
func (x *DeploymentEventType) TypeKey() (DeploymentEventTypeKey, bool)
type DeploymentEventTypeKey ¶
type DeploymentEventTypeKey string
DeploymentEventType is a oneof wrapper
const ( DeploymentEvent_Created DeploymentEventTypeKey = "created" DeploymentEvent_Triggered DeploymentEventTypeKey = "triggered" DeploymentEvent_StackWait DeploymentEventTypeKey = "stackWait" DeploymentEvent_StackWaitFailure DeploymentEventTypeKey = "stackWaitFailure" DeploymentEvent_StackAvailable DeploymentEventTypeKey = "stackAvailable" DeploymentEvent_RunSteps DeploymentEventTypeKey = "runSteps" DeploymentEvent_StepResult DeploymentEventTypeKey = "stepResult" DeploymentEvent_RunStep DeploymentEventTypeKey = "runStep" DeploymentEvent_Error DeploymentEventTypeKey = "error" DeploymentEvent_Done DeploymentEventTypeKey = "done" DeploymentEvent_Terminated DeploymentEventTypeKey = "terminated" )
type DeploymentEventType_Created ¶
type DeploymentEventType_Created struct { Request *messaging_j5pb.RequestMetadata `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"` Spec *DeploymentSpec `protobuf:"bytes,2,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) GetRequest ¶
func (x *DeploymentEventType_Created) GetRequest() *messaging_j5pb.RequestMetadata
func (*DeploymentEventType_Created) GetSpec ¶
func (x *DeploymentEventType_Created) GetSpec() *DeploymentSpec
func (*DeploymentEventType_Created) PSMEventKey ¶
func (*DeploymentEventType_Created) PSMEventKey() DeploymentPSMEventKey
func (*DeploymentEventType_Created) PSMIsSet ¶
func (msg *DeploymentEventType_Created) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*DeploymentEventType_Created) ProtoMessage ¶
func (*DeploymentEventType_Created) ProtoMessage()
func (*DeploymentEventType_Created) ProtoReflect ¶
func (x *DeploymentEventType_Created) ProtoReflect() protoreflect.Message
func (*DeploymentEventType_Created) Reset ¶
func (x *DeploymentEventType_Created) Reset()
func (*DeploymentEventType_Created) String ¶
func (x *DeploymentEventType_Created) String() string
func (*DeploymentEventType_Created) TypeKey ¶
func (x *DeploymentEventType_Created) TypeKey() DeploymentEventTypeKey
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) PSMEventKey ¶
func (*DeploymentEventType_Done) PSMEventKey() DeploymentPSMEventKey
func (*DeploymentEventType_Done) PSMIsSet ¶
func (msg *DeploymentEventType_Done) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
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
func (*DeploymentEventType_Done) TypeKey ¶
func (x *DeploymentEventType_Done) TypeKey() DeploymentEventTypeKey
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) PSMEventKey ¶
func (*DeploymentEventType_Error) PSMEventKey() DeploymentPSMEventKey
func (*DeploymentEventType_Error) PSMIsSet ¶
func (msg *DeploymentEventType_Error) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*DeploymentEventType_Error) ProtoMessage ¶
func (*DeploymentEventType_Error) ProtoMessage()
func (*DeploymentEventType_Error) ProtoReflect ¶
func (x *DeploymentEventType_Error) ProtoReflect() protoreflect.Message
func (*DeploymentEventType_Error) Reset ¶
func (x *DeploymentEventType_Error) Reset()
func (*DeploymentEventType_Error) String ¶
func (x *DeploymentEventType_Error) String() string
func (*DeploymentEventType_Error) TypeKey ¶
func (x *DeploymentEventType_Error) TypeKey() DeploymentEventTypeKey
type DeploymentEventType_Error_ ¶
type DeploymentEventType_Error_ struct {
Error *DeploymentEventType_Error `protobuf:"bytes,99,opt,name=error,proto3,oneof"`
}
type DeploymentEventType_RunStep ¶
type DeploymentEventType_RunStep struct { StepId string `protobuf:"bytes,1,opt,name=step_id,json=stepId,proto3" json:"step_id,omitempty"` // contains filtered or unexported fields }
func (*DeploymentEventType_RunStep) Descriptor
deprecated
func (*DeploymentEventType_RunStep) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentEventType_RunStep.ProtoReflect.Descriptor instead.
func (*DeploymentEventType_RunStep) GetStepId ¶
func (x *DeploymentEventType_RunStep) GetStepId() string
func (*DeploymentEventType_RunStep) PSMEventKey ¶
func (*DeploymentEventType_RunStep) PSMEventKey() DeploymentPSMEventKey
func (*DeploymentEventType_RunStep) PSMIsSet ¶
func (msg *DeploymentEventType_RunStep) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*DeploymentEventType_RunStep) ProtoMessage ¶
func (*DeploymentEventType_RunStep) ProtoMessage()
func (*DeploymentEventType_RunStep) ProtoReflect ¶
func (x *DeploymentEventType_RunStep) ProtoReflect() protoreflect.Message
func (*DeploymentEventType_RunStep) Reset ¶
func (x *DeploymentEventType_RunStep) Reset()
func (*DeploymentEventType_RunStep) String ¶
func (x *DeploymentEventType_RunStep) String() string
func (*DeploymentEventType_RunStep) TypeKey ¶
func (x *DeploymentEventType_RunStep) TypeKey() DeploymentEventTypeKey
type DeploymentEventType_RunStep_ ¶
type DeploymentEventType_RunStep_ struct {
RunStep *DeploymentEventType_RunStep `protobuf:"bytes,11,opt,name=run_step,json=runStep,proto3,oneof"`
}
type DeploymentEventType_RunSteps ¶
type DeploymentEventType_RunSteps struct { Steps []*DeploymentStep `protobuf:"bytes,10,rep,name=steps,proto3" json:"steps,omitempty"` // 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) GetSteps ¶
func (x *DeploymentEventType_RunSteps) GetSteps() []*DeploymentStep
func (*DeploymentEventType_RunSteps) PSMEventKey ¶
func (*DeploymentEventType_RunSteps) PSMEventKey() DeploymentPSMEventKey
func (*DeploymentEventType_RunSteps) PSMIsSet ¶
func (msg *DeploymentEventType_RunSteps) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*DeploymentEventType_RunSteps) ProtoMessage ¶
func (*DeploymentEventType_RunSteps) ProtoMessage()
func (*DeploymentEventType_RunSteps) ProtoReflect ¶
func (x *DeploymentEventType_RunSteps) ProtoReflect() protoreflect.Message
func (*DeploymentEventType_RunSteps) Reset ¶
func (x *DeploymentEventType_RunSteps) Reset()
func (*DeploymentEventType_RunSteps) String ¶
func (x *DeploymentEventType_RunSteps) String() string
func (*DeploymentEventType_RunSteps) TypeKey ¶
func (x *DeploymentEventType_RunSteps) TypeKey() DeploymentEventTypeKey
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 (x *DeploymentEventType_StackAvailable) GetStackOutput() *CFStackOutput
func (*DeploymentEventType_StackAvailable) PSMEventKey ¶
func (*DeploymentEventType_StackAvailable) PSMEventKey() DeploymentPSMEventKey
func (*DeploymentEventType_StackAvailable) PSMIsSet ¶
func (msg *DeploymentEventType_StackAvailable) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*DeploymentEventType_StackAvailable) ProtoMessage ¶
func (*DeploymentEventType_StackAvailable) ProtoMessage()
func (*DeploymentEventType_StackAvailable) ProtoReflect ¶
func (x *DeploymentEventType_StackAvailable) ProtoReflect() protoreflect.Message
func (*DeploymentEventType_StackAvailable) Reset ¶
func (x *DeploymentEventType_StackAvailable) Reset()
func (*DeploymentEventType_StackAvailable) String ¶
func (x *DeploymentEventType_StackAvailable) String() string
func (*DeploymentEventType_StackAvailable) TypeKey ¶
func (x *DeploymentEventType_StackAvailable) TypeKey() DeploymentEventTypeKey
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 (x *DeploymentEventType_StackCreate) ProtoReflect() protoreflect.Message
func (*DeploymentEventType_StackCreate) Reset ¶
func (x *DeploymentEventType_StackCreate) Reset()
func (*DeploymentEventType_StackCreate) String ¶
func (x *DeploymentEventType_StackCreate) String() 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) PSMEventKey ¶
func (*DeploymentEventType_StackWait) PSMEventKey() DeploymentPSMEventKey
func (*DeploymentEventType_StackWait) PSMIsSet ¶
func (msg *DeploymentEventType_StackWait) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*DeploymentEventType_StackWait) ProtoMessage ¶
func (*DeploymentEventType_StackWait) ProtoMessage()
func (*DeploymentEventType_StackWait) ProtoReflect ¶
func (x *DeploymentEventType_StackWait) ProtoReflect() protoreflect.Message
func (*DeploymentEventType_StackWait) Reset ¶
func (x *DeploymentEventType_StackWait) Reset()
func (*DeploymentEventType_StackWait) String ¶
func (x *DeploymentEventType_StackWait) String() string
func (*DeploymentEventType_StackWait) TypeKey ¶
func (x *DeploymentEventType_StackWait) TypeKey() DeploymentEventTypeKey
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 (x *DeploymentEventType_StackWaitFailure) GetError() string
func (*DeploymentEventType_StackWaitFailure) PSMEventKey ¶
func (*DeploymentEventType_StackWaitFailure) PSMEventKey() DeploymentPSMEventKey
func (*DeploymentEventType_StackWaitFailure) PSMIsSet ¶
func (msg *DeploymentEventType_StackWaitFailure) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*DeploymentEventType_StackWaitFailure) ProtoMessage ¶
func (*DeploymentEventType_StackWaitFailure) ProtoMessage()
func (*DeploymentEventType_StackWaitFailure) ProtoReflect ¶
func (x *DeploymentEventType_StackWaitFailure) ProtoReflect() protoreflect.Message
func (*DeploymentEventType_StackWaitFailure) Reset ¶
func (x *DeploymentEventType_StackWaitFailure) Reset()
func (*DeploymentEventType_StackWaitFailure) String ¶
func (x *DeploymentEventType_StackWaitFailure) String() string
func (*DeploymentEventType_StackWaitFailure) TypeKey ¶
func (x *DeploymentEventType_StackWaitFailure) TypeKey() DeploymentEventTypeKey
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 { Result *drss_pb.StepResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` Output *StepOutputType `protobuf:"bytes,3,opt,name=output,proto3" json:"output,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) GetOutput ¶
func (x *DeploymentEventType_StepResult) GetOutput() *StepOutputType
func (*DeploymentEventType_StepResult) GetResult ¶
func (x *DeploymentEventType_StepResult) GetResult() *drss_pb.StepResult
func (*DeploymentEventType_StepResult) PSMEventKey ¶
func (*DeploymentEventType_StepResult) PSMEventKey() DeploymentPSMEventKey
func (*DeploymentEventType_StepResult) PSMIsSet ¶
func (msg *DeploymentEventType_StepResult) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*DeploymentEventType_StepResult) ProtoMessage ¶
func (*DeploymentEventType_StepResult) ProtoMessage()
func (*DeploymentEventType_StepResult) ProtoReflect ¶
func (x *DeploymentEventType_StepResult) ProtoReflect() protoreflect.Message
func (*DeploymentEventType_StepResult) Reset ¶
func (x *DeploymentEventType_StepResult) Reset()
func (*DeploymentEventType_StepResult) String ¶
func (x *DeploymentEventType_StepResult) String() string
func (*DeploymentEventType_StepResult) TypeKey ¶
func (x *DeploymentEventType_StepResult) TypeKey() DeploymentEventTypeKey
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) PSMEventKey ¶
func (*DeploymentEventType_Terminated) PSMEventKey() DeploymentPSMEventKey
func (*DeploymentEventType_Terminated) PSMIsSet ¶
func (msg *DeploymentEventType_Terminated) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*DeploymentEventType_Terminated) ProtoMessage ¶
func (*DeploymentEventType_Terminated) ProtoMessage()
func (*DeploymentEventType_Terminated) ProtoReflect ¶
func (x *DeploymentEventType_Terminated) ProtoReflect() protoreflect.Message
func (*DeploymentEventType_Terminated) Reset ¶
func (x *DeploymentEventType_Terminated) Reset()
func (*DeploymentEventType_Terminated) String ¶
func (x *DeploymentEventType_Terminated) String() string
func (*DeploymentEventType_Terminated) TypeKey ¶
func (x *DeploymentEventType_Terminated) TypeKey() DeploymentEventTypeKey
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) PSMEventKey ¶
func (*DeploymentEventType_Triggered) PSMEventKey() DeploymentPSMEventKey
func (*DeploymentEventType_Triggered) PSMIsSet ¶
func (msg *DeploymentEventType_Triggered) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*DeploymentEventType_Triggered) ProtoMessage ¶
func (*DeploymentEventType_Triggered) ProtoMessage()
func (*DeploymentEventType_Triggered) ProtoReflect ¶
func (x *DeploymentEventType_Triggered) ProtoReflect() protoreflect.Message
func (*DeploymentEventType_Triggered) Reset ¶
func (x *DeploymentEventType_Triggered) Reset()
func (*DeploymentEventType_Triggered) String ¶
func (x *DeploymentEventType_Triggered) String() string
func (*DeploymentEventType_Triggered) TypeKey ¶
func (x *DeploymentEventType_Triggered) TypeKey() DeploymentEventTypeKey
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,1,opt,name=quick_mode,json=quickMode,proto3" json:"quick_mode,omitempty"` // Rotates database credentials RotateCredentials bool `protobuf:"varint,2,opt,name=rotate_credentials,json=rotateCredentials,proto3" json:"rotate_credentials,omitempty"` CancelUpdates bool `protobuf:"varint,3,opt,name=cancel_updates,json=cancelUpdates,proto3" json:"cancel_updates,omitempty"` DbOnly bool `protobuf:"varint,4,opt,name=db_only,json=dbOnly,proto3" json:"db_only,omitempty"` InfraOnly bool `protobuf:"varint,5,opt,name=infra_only,json=infraOnly,proto3" json:"infra_only,omitempty"` ImportResources bool `protobuf:"varint,6,opt,name=import_resources,json=importResources,proto3" json:"import_resources,omitempty"` // Destroy the database DestroyDatabase bool `protobuf:"varint,7,opt,name=destroy_database,json=destroyDatabase,proto3" json:"destroy_database,omitempty"` // Destory and recreate the database RecreateDatabase bool `protobuf:"varint,8,opt,name=recreate_database,json=recreateDatabase,proto3" json:"recreate_database,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) GetDestroyDatabase ¶
func (x *DeploymentFlags) GetDestroyDatabase() bool
func (*DeploymentFlags) GetImportResources ¶
func (x *DeploymentFlags) GetImportResources() bool
func (*DeploymentFlags) GetInfraOnly ¶
func (x *DeploymentFlags) GetInfraOnly() bool
func (*DeploymentFlags) GetQuickMode ¶
func (x *DeploymentFlags) GetQuickMode() bool
func (*DeploymentFlags) GetRecreateDatabase ¶
func (x *DeploymentFlags) GetRecreateDatabase() 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 DeploymentKeys ¶
type DeploymentKeys struct { DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"` StackId string `protobuf:"bytes,2,opt,name=stack_id,json=stackId,proto3" json:"stack_id,omitempty"` EnvironmentId string `protobuf:"bytes,3,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"` ClusterId string `protobuf:"bytes,4,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` // contains filtered or unexported fields }
func (*DeploymentKeys) Descriptor
deprecated
func (*DeploymentKeys) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentKeys.ProtoReflect.Descriptor instead.
func (*DeploymentKeys) GetClusterId ¶
func (x *DeploymentKeys) GetClusterId() string
func (*DeploymentKeys) GetDeploymentId ¶
func (x *DeploymentKeys) GetDeploymentId() string
func (*DeploymentKeys) GetEnvironmentId ¶
func (x *DeploymentKeys) GetEnvironmentId() string
func (*DeploymentKeys) GetStackId ¶
func (x *DeploymentKeys) GetStackId() string
func (*DeploymentKeys) PSMFullName ¶
func (msg *DeploymentKeys) PSMFullName() string
PSMFullName returns the full name of state machine with package prefix
func (*DeploymentKeys) PSMIsSet ¶
func (msg *DeploymentKeys) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*DeploymentKeys) PSMKeyValues ¶
func (msg *DeploymentKeys) PSMKeyValues() (map[string]string, error)
func (*DeploymentKeys) ProtoMessage ¶
func (*DeploymentKeys) ProtoMessage()
func (*DeploymentKeys) ProtoReflect ¶
func (x *DeploymentKeys) ProtoReflect() protoreflect.Message
func (*DeploymentKeys) Reset ¶
func (x *DeploymentKeys) Reset()
func (*DeploymentKeys) String ¶
func (x *DeploymentKeys) String() string
type DeploymentPSM ¶
type DeploymentPSM = psm.StateMachine[ *DeploymentKeys, *DeploymentState, DeploymentStatus, *DeploymentStateData, *DeploymentEvent, DeploymentPSMEvent, ]
type DeploymentPSMDB ¶
type DeploymentPSMDB = psm.DBStateMachine[ *DeploymentKeys, *DeploymentState, DeploymentStatus, *DeploymentStateData, *DeploymentEvent, DeploymentPSMEvent, ]
type DeploymentPSMEvent ¶
type DeploymentPSMEvent interface { psm.IInnerEvent PSMEventKey() DeploymentPSMEventKey }
type DeploymentPSMEventKey ¶
type DeploymentPSMEventKey = string
const ( DeploymentPSMEventNil DeploymentPSMEventKey = "<nil>" DeploymentPSMEventCreated DeploymentPSMEventKey = "created" DeploymentPSMEventTriggered DeploymentPSMEventKey = "triggered" DeploymentPSMEventStackWait DeploymentPSMEventKey = "stack_wait" DeploymentPSMEventStackWaitFailure DeploymentPSMEventKey = "stack_wait_failure" DeploymentPSMEventStackAvailable DeploymentPSMEventKey = "stack_available" DeploymentPSMEventRunSteps DeploymentPSMEventKey = "run_steps" DeploymentPSMEventStepResult DeploymentPSMEventKey = "step_result" DeploymentPSMEventRunStep DeploymentPSMEventKey = "run_step" DeploymentPSMEventError DeploymentPSMEventKey = "error" DeploymentPSMEventDone DeploymentPSMEventKey = "done" DeploymentPSMEventTerminated DeploymentPSMEventKey = "terminated" )
type DeploymentPSMEventSpec ¶
type DeploymentPSMEventSpec = psm.EventSpec[ *DeploymentKeys, *DeploymentState, DeploymentStatus, *DeploymentStateData, *DeploymentEvent, DeploymentPSMEvent, ]
type DeploymentPSMHookBaton ¶
type DeploymentPSMHookBaton = psm.HookBaton[ *DeploymentKeys, *DeploymentState, DeploymentStatus, *DeploymentStateData, *DeploymentEvent, DeploymentPSMEvent, ]
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,4,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"` Template *S3Template `protobuf:"bytes,5,opt,name=template,proto3" json:"template,omitempty"` EcsCluster string `protobuf:"bytes,6,opt,name=ecs_cluster,json=ecsCluster,proto3" json:"ecs_cluster,omitempty"` CfStackName string `protobuf:"bytes,7,opt,name=cf_stack_name,json=cfStackName,proto3" json:"cf_stack_name,omitempty"` Flags *DeploymentFlags `protobuf:"bytes,8,opt,name=flags,proto3" json:"flags,omitempty"` Databases []*PostgresSpec `protobuf:"bytes,9,rep,name=databases,proto3" json:"databases,omitempty"` Parameters []*CloudFormationStackParameter `protobuf:"bytes,10,rep,name=parameters,proto3" json:"parameters,omitempty"` SnsTopics []string `protobuf:"bytes,11,rep,name=sns_topics,json=snsTopics,proto3" json:"sns_topics,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) GetCfStackName ¶
func (x *DeploymentSpec) GetCfStackName() 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) GetTemplate ¶
func (x *DeploymentSpec) GetTemplate() *S3Template
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 { Metadata *psm_j5pb.StateMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Keys *DeploymentKeys `protobuf:"bytes,2,opt,name=keys,proto3" json:"keys,omitempty"` Status DeploymentStatus `protobuf:"varint,3,opt,name=status,proto3,enum=o5.aws.deployer.v1.DeploymentStatus" json:"status,omitempty"` Data *DeploymentStateData `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*DeploymentState) Descriptor
deprecated
func (*DeploymentState) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentState.ProtoReflect.Descriptor instead.
func (*DeploymentState) GetData ¶
func (x *DeploymentState) GetData() *DeploymentStateData
func (*DeploymentState) GetKeys ¶
func (x *DeploymentState) GetKeys() *DeploymentKeys
func (*DeploymentState) GetMetadata ¶
func (x *DeploymentState) GetMetadata() *psm_j5pb.StateMetadata
func (*DeploymentState) GetStatus ¶
func (x *DeploymentState) GetStatus() DeploymentStatus
func (*DeploymentState) PSMData ¶
func (msg *DeploymentState) PSMData() *DeploymentStateData
func (*DeploymentState) PSMIsSet ¶
func (msg *DeploymentState) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*DeploymentState) PSMKeys ¶
func (msg *DeploymentState) PSMKeys() *DeploymentKeys
func (*DeploymentState) PSMMetadata ¶
func (msg *DeploymentState) PSMMetadata() *psm_j5pb.StateMetadata
func (*DeploymentState) ProtoMessage ¶
func (*DeploymentState) ProtoMessage()
func (*DeploymentState) ProtoReflect ¶
func (x *DeploymentState) ProtoReflect() protoreflect.Message
func (*DeploymentState) Reset ¶
func (x *DeploymentState) Reset()
func (*DeploymentState) SetPSMKeys ¶
func (msg *DeploymentState) SetPSMKeys(inner *DeploymentKeys)
func (*DeploymentState) SetStatus ¶
func (msg *DeploymentState) SetStatus(status DeploymentStatus)
func (*DeploymentState) String ¶
func (x *DeploymentState) String() string
type DeploymentStateData ¶
type DeploymentStateData struct { // when set, publishes deployment events back to the requester Request *messaging_j5pb.RequestMetadata `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"` Spec *DeploymentSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"` Steps []*DeploymentStep `protobuf:"bytes,3,rep,name=steps,proto3" json:"steps,omitempty"` // contains filtered or unexported fields }
func (*DeploymentStateData) Descriptor
deprecated
func (*DeploymentStateData) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentStateData.ProtoReflect.Descriptor instead.
func (*DeploymentStateData) GetRequest ¶
func (x *DeploymentStateData) GetRequest() *messaging_j5pb.RequestMetadata
func (*DeploymentStateData) GetSpec ¶
func (x *DeploymentStateData) GetSpec() *DeploymentSpec
func (*DeploymentStateData) GetSteps ¶
func (x *DeploymentStateData) GetSteps() []*DeploymentStep
func (*DeploymentStateData) PSMIsSet ¶
func (msg *DeploymentStateData) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*DeploymentStateData) ProtoMessage ¶
func (*DeploymentStateData) ProtoMessage()
func (*DeploymentStateData) ProtoReflect ¶
func (x *DeploymentStateData) ProtoReflect() protoreflect.Message
func (*DeploymentStateData) Reset ¶
func (x *DeploymentStateData) Reset()
func (*DeploymentStateData) String ¶
func (x *DeploymentStateData) 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 )
const ( DeploymentStatus_UNSPECIFIED DeploymentStatus = 0 DeploymentStatus_QUEUED DeploymentStatus = 1 DeploymentStatus_TRIGGERED DeploymentStatus = 2 DeploymentStatus_WAITING DeploymentStatus = 3 DeploymentStatus_AVAILABLE DeploymentStatus = 4 DeploymentStatus_RUNNING DeploymentStatus = 5 DeploymentStatus_DONE DeploymentStatus = 100 DeploymentStatus_FAILED DeploymentStatus = 101 DeploymentStatus_TERMINATED DeploymentStatus = 102 )
DeploymentStatus
func (DeploymentStatus) Descriptor ¶
func (DeploymentStatus) Descriptor() protoreflect.EnumDescriptor
func (DeploymentStatus) Enum ¶
func (x DeploymentStatus) Enum() *DeploymentStatus
func (DeploymentStatus) EnumDescriptor
deprecated
func (DeploymentStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use DeploymentStatus.Descriptor instead.
func (DeploymentStatus) Number ¶
func (x DeploymentStatus) Number() protoreflect.EnumNumber
func (*DeploymentStatus) Scan ¶
func (x *DeploymentStatus) Scan(value interface{}) error
func (DeploymentStatus) ShortString ¶
func (x DeploymentStatus) ShortString() string
ShortString returns the un-prefixed string representation of the enum value
func (DeploymentStatus) String ¶
func (x DeploymentStatus) String() string
func (DeploymentStatus) Type ¶
func (DeploymentStatus) Type() protoreflect.EnumType
type DeploymentStep ¶
type DeploymentStep struct { Meta *drss_pb.StepMeta `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"` Step *DeploymentStepType `protobuf:"bytes,2,opt,name=step,proto3" json:"step,omitempty"` Output *StepOutputType `protobuf:"bytes,3,opt,name=output,proto3" json:"output,omitempty"` // contains filtered or unexported fields }
func (*DeploymentStep) Descriptor
deprecated
func (*DeploymentStep) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentStep.ProtoReflect.Descriptor instead.
func (*DeploymentStep) GetMeta ¶
func (x *DeploymentStep) GetMeta() *drss_pb.StepMeta
func (*DeploymentStep) GetOutput ¶
func (x *DeploymentStep) GetOutput() *StepOutputType
func (*DeploymentStep) GetStep ¶
func (x *DeploymentStep) GetStep() *DeploymentStepType
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 DeploymentStepType ¶
type DeploymentStepType struct { // Types that are assignable to Type: // // *DeploymentStepType_EvalJoin_ // *DeploymentStepType_CfCreate // *DeploymentStepType_CfPlan // *DeploymentStepType_CfUpdate // *DeploymentStepType_CfScale // *DeploymentStepType_PgUpsert // *DeploymentStepType_PgEvaluate // *DeploymentStepType_PgCleanup // *DeploymentStepType_PgMigrate // *DeploymentStepType_PgDestroy Type isDeploymentStepType_Type `protobuf_oneof:"type"` // contains filtered or unexported fields }
func (*DeploymentStepType) Descriptor
deprecated
func (*DeploymentStepType) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentStepType.ProtoReflect.Descriptor instead.
func (*DeploymentStepType) Get ¶
func (x *DeploymentStepType) Get() IsDeploymentStepTypeWrappedType
func (*DeploymentStepType) GetCfCreate ¶
func (x *DeploymentStepType) GetCfCreate() *DeploymentStepType_CFCreate
func (*DeploymentStepType) GetCfPlan ¶
func (x *DeploymentStepType) GetCfPlan() *DeploymentStepType_CFPlan
func (*DeploymentStepType) GetCfScale ¶
func (x *DeploymentStepType) GetCfScale() *DeploymentStepType_CFScale
func (*DeploymentStepType) GetCfUpdate ¶
func (x *DeploymentStepType) GetCfUpdate() *DeploymentStepType_CFUpdate
func (*DeploymentStepType) GetEvalJoin ¶
func (x *DeploymentStepType) GetEvalJoin() *DeploymentStepType_EvalJoin
func (*DeploymentStepType) GetPgCleanup ¶
func (x *DeploymentStepType) GetPgCleanup() *DeploymentStepType_PGCleanup
func (*DeploymentStepType) GetPgDestroy ¶
func (x *DeploymentStepType) GetPgDestroy() *DeploymentStepType_PGDestroy
func (*DeploymentStepType) GetPgEvaluate ¶
func (x *DeploymentStepType) GetPgEvaluate() *DeploymentStepType_PGEvaluate
func (*DeploymentStepType) GetPgMigrate ¶
func (x *DeploymentStepType) GetPgMigrate() *DeploymentStepType_PGMigrate
func (*DeploymentStepType) GetPgUpsert ¶
func (x *DeploymentStepType) GetPgUpsert() *DeploymentStepType_PGUpsert
func (*DeploymentStepType) GetType ¶
func (m *DeploymentStepType) GetType() isDeploymentStepType_Type
func (*DeploymentStepType) ProtoMessage ¶
func (*DeploymentStepType) ProtoMessage()
func (*DeploymentStepType) ProtoReflect ¶
func (x *DeploymentStepType) ProtoReflect() protoreflect.Message
func (*DeploymentStepType) Reset ¶
func (x *DeploymentStepType) Reset()
func (*DeploymentStepType) Set ¶
func (x *DeploymentStepType) Set(val IsDeploymentStepTypeWrappedType)
func (*DeploymentStepType) String ¶
func (x *DeploymentStepType) String() string
func (*DeploymentStepType) TypeKey ¶
func (x *DeploymentStepType) TypeKey() (DeploymentStepTypeKey, bool)
type DeploymentStepTypeKey ¶
type DeploymentStepTypeKey string
DeploymentStepType is a oneof wrapper
const ( DeploymentStep_EvalJoin DeploymentStepTypeKey = "evalJoin" DeploymentStep_CfCreate DeploymentStepTypeKey = "cfCreate" DeploymentStep_CfPlan DeploymentStepTypeKey = "cfPlan" DeploymentStep_CfUpdate DeploymentStepTypeKey = "cfUpdate" DeploymentStep_CfScale DeploymentStepTypeKey = "cfScale" DeploymentStep_PgUpsert DeploymentStepTypeKey = "pgUpsert" DeploymentStep_PgEvaluate DeploymentStepTypeKey = "pgEvaluate" DeploymentStep_PgCleanup DeploymentStepTypeKey = "pgCleanup" DeploymentStep_PgMigrate DeploymentStepTypeKey = "pgMigrate" DeploymentStep_PgDestroy DeploymentStepTypeKey = "pgDestroy" )
type DeploymentStepType_CFCreate ¶
type DeploymentStepType_CFCreate struct { Spec *CFStackInput `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"` EmptyStack bool `protobuf:"varint,2,opt,name=empty_stack,json=emptyStack,proto3" json:"empty_stack,omitempty"` // contains filtered or unexported fields }
func (*DeploymentStepType_CFCreate) Descriptor
deprecated
func (*DeploymentStepType_CFCreate) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentStepType_CFCreate.ProtoReflect.Descriptor instead.
func (*DeploymentStepType_CFCreate) GetEmptyStack ¶
func (x *DeploymentStepType_CFCreate) GetEmptyStack() bool
func (*DeploymentStepType_CFCreate) GetSpec ¶
func (x *DeploymentStepType_CFCreate) GetSpec() *CFStackInput
func (*DeploymentStepType_CFCreate) ProtoMessage ¶
func (*DeploymentStepType_CFCreate) ProtoMessage()
func (*DeploymentStepType_CFCreate) ProtoReflect ¶
func (x *DeploymentStepType_CFCreate) ProtoReflect() protoreflect.Message
func (*DeploymentStepType_CFCreate) Reset ¶
func (x *DeploymentStepType_CFCreate) Reset()
func (*DeploymentStepType_CFCreate) String ¶
func (x *DeploymentStepType_CFCreate) String() string
func (*DeploymentStepType_CFCreate) TypeKey ¶
func (x *DeploymentStepType_CFCreate) TypeKey() DeploymentStepTypeKey
type DeploymentStepType_CFPlan ¶
type DeploymentStepType_CFPlan struct { Spec *CFStackInput `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"` ImportResources bool `protobuf:"varint,2,opt,name=import_resources,json=importResources,proto3" json:"import_resources,omitempty"` // contains filtered or unexported fields }
func (*DeploymentStepType_CFPlan) Descriptor
deprecated
func (*DeploymentStepType_CFPlan) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentStepType_CFPlan.ProtoReflect.Descriptor instead.
func (*DeploymentStepType_CFPlan) GetImportResources ¶
func (x *DeploymentStepType_CFPlan) GetImportResources() bool
func (*DeploymentStepType_CFPlan) GetSpec ¶
func (x *DeploymentStepType_CFPlan) GetSpec() *CFStackInput
func (*DeploymentStepType_CFPlan) ProtoMessage ¶
func (*DeploymentStepType_CFPlan) ProtoMessage()
func (*DeploymentStepType_CFPlan) ProtoReflect ¶
func (x *DeploymentStepType_CFPlan) ProtoReflect() protoreflect.Message
func (*DeploymentStepType_CFPlan) Reset ¶
func (x *DeploymentStepType_CFPlan) Reset()
func (*DeploymentStepType_CFPlan) String ¶
func (x *DeploymentStepType_CFPlan) String() string
func (*DeploymentStepType_CFPlan) TypeKey ¶
func (x *DeploymentStepType_CFPlan) TypeKey() DeploymentStepTypeKey
type DeploymentStepType_CFScale ¶
type DeploymentStepType_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 (*DeploymentStepType_CFScale) Descriptor
deprecated
func (*DeploymentStepType_CFScale) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentStepType_CFScale.ProtoReflect.Descriptor instead.
func (*DeploymentStepType_CFScale) GetDesiredCount ¶
func (x *DeploymentStepType_CFScale) GetDesiredCount() int32
func (*DeploymentStepType_CFScale) GetStackName ¶
func (x *DeploymentStepType_CFScale) GetStackName() string
func (*DeploymentStepType_CFScale) ProtoMessage ¶
func (*DeploymentStepType_CFScale) ProtoMessage()
func (*DeploymentStepType_CFScale) ProtoReflect ¶
func (x *DeploymentStepType_CFScale) ProtoReflect() protoreflect.Message
func (*DeploymentStepType_CFScale) Reset ¶
func (x *DeploymentStepType_CFScale) Reset()
func (*DeploymentStepType_CFScale) String ¶
func (x *DeploymentStepType_CFScale) String() string
func (*DeploymentStepType_CFScale) TypeKey ¶
func (x *DeploymentStepType_CFScale) TypeKey() DeploymentStepTypeKey
type DeploymentStepType_CFUpdate ¶
type DeploymentStepType_CFUpdate struct { Spec *CFStackInput `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"` // contains filtered or unexported fields }
func (*DeploymentStepType_CFUpdate) Descriptor
deprecated
func (*DeploymentStepType_CFUpdate) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentStepType_CFUpdate.ProtoReflect.Descriptor instead.
func (*DeploymentStepType_CFUpdate) GetSpec ¶
func (x *DeploymentStepType_CFUpdate) GetSpec() *CFStackInput
func (*DeploymentStepType_CFUpdate) ProtoMessage ¶
func (*DeploymentStepType_CFUpdate) ProtoMessage()
func (*DeploymentStepType_CFUpdate) ProtoReflect ¶
func (x *DeploymentStepType_CFUpdate) ProtoReflect() protoreflect.Message
func (*DeploymentStepType_CFUpdate) Reset ¶
func (x *DeploymentStepType_CFUpdate) Reset()
func (*DeploymentStepType_CFUpdate) String ¶
func (x *DeploymentStepType_CFUpdate) String() string
func (*DeploymentStepType_CFUpdate) TypeKey ¶
func (x *DeploymentStepType_CFUpdate) TypeKey() DeploymentStepTypeKey
type DeploymentStepType_CfCreate ¶
type DeploymentStepType_CfCreate struct {
CfCreate *DeploymentStepType_CFCreate `protobuf:"bytes,2,opt,name=cf_create,json=cfCreate,proto3,oneof"`
}
type DeploymentStepType_CfPlan ¶
type DeploymentStepType_CfPlan struct {
CfPlan *DeploymentStepType_CFPlan `protobuf:"bytes,3,opt,name=cf_plan,json=cfPlan,proto3,oneof"`
}
type DeploymentStepType_CfScale ¶
type DeploymentStepType_CfScale struct {
CfScale *DeploymentStepType_CFScale `protobuf:"bytes,5,opt,name=cf_scale,json=cfScale,proto3,oneof"`
}
type DeploymentStepType_CfUpdate ¶
type DeploymentStepType_CfUpdate struct {
CfUpdate *DeploymentStepType_CFUpdate `protobuf:"bytes,4,opt,name=cf_update,json=cfUpdate,proto3,oneof"`
}
type DeploymentStepType_EvalJoin ¶
type DeploymentStepType_EvalJoin struct { StackOutput *CFStackOutput `protobuf:"bytes,1,opt,name=stack_output,json=stackOutput,proto3" json:"stack_output,omitempty"` // contains filtered or unexported fields }
func (*DeploymentStepType_EvalJoin) Descriptor
deprecated
func (*DeploymentStepType_EvalJoin) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentStepType_EvalJoin.ProtoReflect.Descriptor instead.
func (*DeploymentStepType_EvalJoin) GetStackOutput ¶
func (x *DeploymentStepType_EvalJoin) GetStackOutput() *CFStackOutput
func (*DeploymentStepType_EvalJoin) ProtoMessage ¶
func (*DeploymentStepType_EvalJoin) ProtoMessage()
func (*DeploymentStepType_EvalJoin) ProtoReflect ¶
func (x *DeploymentStepType_EvalJoin) ProtoReflect() protoreflect.Message
func (*DeploymentStepType_EvalJoin) Reset ¶
func (x *DeploymentStepType_EvalJoin) Reset()
func (*DeploymentStepType_EvalJoin) String ¶
func (x *DeploymentStepType_EvalJoin) String() string
func (*DeploymentStepType_EvalJoin) TypeKey ¶
func (x *DeploymentStepType_EvalJoin) TypeKey() DeploymentStepTypeKey
type DeploymentStepType_EvalJoin_ ¶
type DeploymentStepType_EvalJoin_ struct {
EvalJoin *DeploymentStepType_EvalJoin `protobuf:"bytes,1,opt,name=eval_join,json=evalJoin,proto3,oneof"`
}
type DeploymentStepType_PGCleanup ¶
type DeploymentStepType_PGCleanup struct { Spec *PostgresSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"` // contains filtered or unexported fields }
func (*DeploymentStepType_PGCleanup) Descriptor
deprecated
func (*DeploymentStepType_PGCleanup) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentStepType_PGCleanup.ProtoReflect.Descriptor instead.
func (*DeploymentStepType_PGCleanup) GetSpec ¶
func (x *DeploymentStepType_PGCleanup) GetSpec() *PostgresSpec
func (*DeploymentStepType_PGCleanup) ProtoMessage ¶
func (*DeploymentStepType_PGCleanup) ProtoMessage()
func (*DeploymentStepType_PGCleanup) ProtoReflect ¶
func (x *DeploymentStepType_PGCleanup) ProtoReflect() protoreflect.Message
func (*DeploymentStepType_PGCleanup) Reset ¶
func (x *DeploymentStepType_PGCleanup) Reset()
func (*DeploymentStepType_PGCleanup) String ¶
func (x *DeploymentStepType_PGCleanup) String() string
func (*DeploymentStepType_PGCleanup) TypeKey ¶
func (x *DeploymentStepType_PGCleanup) TypeKey() DeploymentStepTypeKey
type DeploymentStepType_PGDestroy ¶
type DeploymentStepType_PGDestroy struct { Spec *PostgresSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"` // contains filtered or unexported fields }
func (*DeploymentStepType_PGDestroy) Descriptor
deprecated
func (*DeploymentStepType_PGDestroy) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentStepType_PGDestroy.ProtoReflect.Descriptor instead.
func (*DeploymentStepType_PGDestroy) GetSpec ¶
func (x *DeploymentStepType_PGDestroy) GetSpec() *PostgresSpec
func (*DeploymentStepType_PGDestroy) ProtoMessage ¶
func (*DeploymentStepType_PGDestroy) ProtoMessage()
func (*DeploymentStepType_PGDestroy) ProtoReflect ¶
func (x *DeploymentStepType_PGDestroy) ProtoReflect() protoreflect.Message
func (*DeploymentStepType_PGDestroy) Reset ¶
func (x *DeploymentStepType_PGDestroy) Reset()
func (*DeploymentStepType_PGDestroy) String ¶
func (x *DeploymentStepType_PGDestroy) String() string
func (*DeploymentStepType_PGDestroy) TypeKey ¶
func (x *DeploymentStepType_PGDestroy) TypeKey() DeploymentStepTypeKey
type DeploymentStepType_PGEvaluate ¶
type DeploymentStepType_PGEvaluate struct { DbName string `protobuf:"bytes,1,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"` // contains filtered or unexported fields }
func (*DeploymentStepType_PGEvaluate) Descriptor
deprecated
func (*DeploymentStepType_PGEvaluate) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentStepType_PGEvaluate.ProtoReflect.Descriptor instead.
func (*DeploymentStepType_PGEvaluate) GetDbName ¶
func (x *DeploymentStepType_PGEvaluate) GetDbName() string
func (*DeploymentStepType_PGEvaluate) ProtoMessage ¶
func (*DeploymentStepType_PGEvaluate) ProtoMessage()
func (*DeploymentStepType_PGEvaluate) ProtoReflect ¶
func (x *DeploymentStepType_PGEvaluate) ProtoReflect() protoreflect.Message
func (*DeploymentStepType_PGEvaluate) Reset ¶
func (x *DeploymentStepType_PGEvaluate) Reset()
func (*DeploymentStepType_PGEvaluate) String ¶
func (x *DeploymentStepType_PGEvaluate) String() string
func (*DeploymentStepType_PGEvaluate) TypeKey ¶
func (x *DeploymentStepType_PGEvaluate) TypeKey() DeploymentStepTypeKey
type DeploymentStepType_PGMigrate ¶
type DeploymentStepType_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"` EcsContext *awsinfra_pb.ECSTaskContext `protobuf:"bytes,5,opt,name=ecs_context,json=ecsContext,proto3" json:"ecs_context,omitempty"` // contains filtered or unexported fields }
func (*DeploymentStepType_PGMigrate) Descriptor
deprecated
func (*DeploymentStepType_PGMigrate) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentStepType_PGMigrate.ProtoReflect.Descriptor instead.
func (*DeploymentStepType_PGMigrate) GetEcsContext ¶
func (x *DeploymentStepType_PGMigrate) GetEcsContext() *awsinfra_pb.ECSTaskContext
func (*DeploymentStepType_PGMigrate) GetInfraOutputStepId ¶
func (x *DeploymentStepType_PGMigrate) GetInfraOutputStepId() string
func (*DeploymentStepType_PGMigrate) GetSpec ¶
func (x *DeploymentStepType_PGMigrate) GetSpec() *PostgresSpec
func (*DeploymentStepType_PGMigrate) ProtoMessage ¶
func (*DeploymentStepType_PGMigrate) ProtoMessage()
func (*DeploymentStepType_PGMigrate) ProtoReflect ¶
func (x *DeploymentStepType_PGMigrate) ProtoReflect() protoreflect.Message
func (*DeploymentStepType_PGMigrate) Reset ¶
func (x *DeploymentStepType_PGMigrate) Reset()
func (*DeploymentStepType_PGMigrate) String ¶
func (x *DeploymentStepType_PGMigrate) String() string
func (*DeploymentStepType_PGMigrate) TypeKey ¶
func (x *DeploymentStepType_PGMigrate) TypeKey() DeploymentStepTypeKey
type DeploymentStepType_PGUpsert ¶
type DeploymentStepType_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"` RotateCredentials bool `protobuf:"varint,3,opt,name=rotate_credentials,json=rotateCredentials,proto3" json:"rotate_credentials,omitempty"` // contains filtered or unexported fields }
func (*DeploymentStepType_PGUpsert) Descriptor
deprecated
func (*DeploymentStepType_PGUpsert) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentStepType_PGUpsert.ProtoReflect.Descriptor instead.
func (*DeploymentStepType_PGUpsert) GetInfraOutputStepId ¶
func (x *DeploymentStepType_PGUpsert) GetInfraOutputStepId() string
func (*DeploymentStepType_PGUpsert) GetRotateCredentials ¶
func (x *DeploymentStepType_PGUpsert) GetRotateCredentials() bool
func (*DeploymentStepType_PGUpsert) GetSpec ¶
func (x *DeploymentStepType_PGUpsert) GetSpec() *PostgresSpec
func (*DeploymentStepType_PGUpsert) ProtoMessage ¶
func (*DeploymentStepType_PGUpsert) ProtoMessage()
func (*DeploymentStepType_PGUpsert) ProtoReflect ¶
func (x *DeploymentStepType_PGUpsert) ProtoReflect() protoreflect.Message
func (*DeploymentStepType_PGUpsert) Reset ¶
func (x *DeploymentStepType_PGUpsert) Reset()
func (*DeploymentStepType_PGUpsert) String ¶
func (x *DeploymentStepType_PGUpsert) String() string
func (*DeploymentStepType_PGUpsert) TypeKey ¶
func (x *DeploymentStepType_PGUpsert) TypeKey() DeploymentStepTypeKey
type DeploymentStepType_PgCleanup ¶
type DeploymentStepType_PgCleanup struct {
PgCleanup *DeploymentStepType_PGCleanup `protobuf:"bytes,8,opt,name=pg_cleanup,json=pgCleanup,proto3,oneof"`
}
type DeploymentStepType_PgDestroy ¶
type DeploymentStepType_PgDestroy struct {
PgDestroy *DeploymentStepType_PGDestroy `protobuf:"bytes,10,opt,name=pg_destroy,json=pgDestroy,proto3,oneof"`
}
type DeploymentStepType_PgEvaluate ¶
type DeploymentStepType_PgEvaluate struct {
PgEvaluate *DeploymentStepType_PGEvaluate `protobuf:"bytes,7,opt,name=pg_evaluate,json=pgEvaluate,proto3,oneof"`
}
type DeploymentStepType_PgMigrate ¶
type DeploymentStepType_PgMigrate struct {
PgMigrate *DeploymentStepType_PGMigrate `protobuf:"bytes,9,opt,name=pg_migrate,json=pgMigrate,proto3,oneof"`
}
type DeploymentStepType_PgUpsert ¶
type DeploymentStepType_PgUpsert struct {
PgUpsert *DeploymentStepType_PGUpsert `protobuf:"bytes,6,opt,name=pg_upsert,json=pgUpsert,proto3,oneof"`
}
type EnvAttr ¶
type EnvAttr int32
const ( EnvAttr_UNSPECIFIED EnvAttr = 0 EnvAttr_FULL_NAME EnvAttr = 1 EnvAttr_SNS_PREFIX EnvAttr = 2 )
EnvAttr
func (EnvAttr) Descriptor ¶
func (EnvAttr) Descriptor() protoreflect.EnumDescriptor
func (EnvAttr) EnumDescriptor
deprecated
func (EnvAttr) Number ¶
func (x EnvAttr) Number() protoreflect.EnumNumber
func (EnvAttr) ShortString ¶
ShortString returns the un-prefixed string representation of the enum value
func (EnvAttr) Type ¶
func (EnvAttr) Type() protoreflect.EnumType
type EnvironmentEvent ¶
type EnvironmentEvent struct { Metadata *psm_j5pb.EventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Keys *EnvironmentKeys `protobuf:"bytes,2,opt,name=keys,proto3" json:"keys,omitempty"` Event *EnvironmentEventType `protobuf:"bytes,3,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) GetEvent ¶
func (x *EnvironmentEvent) GetEvent() *EnvironmentEventType
func (*EnvironmentEvent) GetKeys ¶
func (x *EnvironmentEvent) GetKeys() *EnvironmentKeys
func (*EnvironmentEvent) GetMetadata ¶
func (x *EnvironmentEvent) GetMetadata() *psm_j5pb.EventMetadata
func (*EnvironmentEvent) PSMEventKey ¶
func (msg *EnvironmentEvent) PSMEventKey() EnvironmentPSMEventKey
PSMEventKey returns the EnvironmentPSMEventPSMEventKey for the event, implementing psm.IEvent
func (*EnvironmentEvent) PSMIsSet ¶
func (msg *EnvironmentEvent) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*EnvironmentEvent) PSMKeys ¶
func (msg *EnvironmentEvent) PSMKeys() *EnvironmentKeys
func (*EnvironmentEvent) PSMMetadata ¶
func (msg *EnvironmentEvent) PSMMetadata() *psm_j5pb.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) SetPSMEvent ¶
func (msg *EnvironmentEvent) SetPSMEvent(inner EnvironmentPSMEvent) error
SetPSMEvent sets the inner event message from a concrete type, implementing psm.IEvent
func (*EnvironmentEvent) SetPSMKeys ¶
func (msg *EnvironmentEvent) SetPSMKeys(inner *EnvironmentKeys)
func (*EnvironmentEvent) String ¶
func (x *EnvironmentEvent) String() string
func (*EnvironmentEvent) UnwrapPSMEvent ¶
func (msg *EnvironmentEvent) UnwrapPSMEvent() EnvironmentPSMEvent
UnwrapPSMEvent implements psm.IEvent, returning the inner event message
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) Get ¶
func (x *EnvironmentEventType) Get() IsEnvironmentEventTypeWrappedType
func (*EnvironmentEventType) GetConfigured ¶
func (x *EnvironmentEventType) GetConfigured() *EnvironmentEventType_Configured
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) Set ¶
func (x *EnvironmentEventType) Set(val IsEnvironmentEventTypeWrappedType)
func (*EnvironmentEventType) String ¶
func (x *EnvironmentEventType) String() string
func (*EnvironmentEventType) TypeKey ¶
func (x *EnvironmentEventType) TypeKey() (EnvironmentEventTypeKey, bool)
type EnvironmentEventTypeKey ¶
type EnvironmentEventTypeKey string
EnvironmentEventType is a oneof wrapper
const (
EnvironmentEvent_Configured EnvironmentEventTypeKey = "configured"
)
type EnvironmentEventType_Configured ¶
type EnvironmentEventType_Configured struct { Config *environment_pb.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 (x *EnvironmentEventType_Configured) GetConfig() *environment_pb.Environment
func (*EnvironmentEventType_Configured) PSMEventKey ¶
func (*EnvironmentEventType_Configured) PSMEventKey() EnvironmentPSMEventKey
func (*EnvironmentEventType_Configured) PSMIsSet ¶
func (msg *EnvironmentEventType_Configured) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*EnvironmentEventType_Configured) ProtoMessage ¶
func (*EnvironmentEventType_Configured) ProtoMessage()
func (*EnvironmentEventType_Configured) ProtoReflect ¶
func (x *EnvironmentEventType_Configured) ProtoReflect() protoreflect.Message
func (*EnvironmentEventType_Configured) Reset ¶
func (x *EnvironmentEventType_Configured) Reset()
func (*EnvironmentEventType_Configured) String ¶
func (x *EnvironmentEventType_Configured) String() string
func (*EnvironmentEventType_Configured) TypeKey ¶
func (x *EnvironmentEventType_Configured) TypeKey() EnvironmentEventTypeKey
type EnvironmentEventType_Configured_ ¶
type EnvironmentEventType_Configured_ struct {
Configured *EnvironmentEventType_Configured `protobuf:"bytes,1,opt,name=configured,proto3,oneof"`
}
type EnvironmentKeys ¶
type EnvironmentKeys struct { EnvironmentId string `protobuf:"bytes,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"` ClusterId string `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` // contains filtered or unexported fields }
func (*EnvironmentKeys) Descriptor
deprecated
func (*EnvironmentKeys) Descriptor() ([]byte, []int)
Deprecated: Use EnvironmentKeys.ProtoReflect.Descriptor instead.
func (*EnvironmentKeys) GetClusterId ¶
func (x *EnvironmentKeys) GetClusterId() string
func (*EnvironmentKeys) GetEnvironmentId ¶
func (x *EnvironmentKeys) GetEnvironmentId() string
func (*EnvironmentKeys) PSMFullName ¶
func (msg *EnvironmentKeys) PSMFullName() string
PSMFullName returns the full name of state machine with package prefix
func (*EnvironmentKeys) PSMIsSet ¶
func (msg *EnvironmentKeys) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*EnvironmentKeys) PSMKeyValues ¶
func (msg *EnvironmentKeys) PSMKeyValues() (map[string]string, error)
func (*EnvironmentKeys) ProtoMessage ¶
func (*EnvironmentKeys) ProtoMessage()
func (*EnvironmentKeys) ProtoReflect ¶
func (x *EnvironmentKeys) ProtoReflect() protoreflect.Message
func (*EnvironmentKeys) Reset ¶
func (x *EnvironmentKeys) Reset()
func (*EnvironmentKeys) String ¶
func (x *EnvironmentKeys) String() string
type EnvironmentPSM ¶
type EnvironmentPSM = psm.StateMachine[ *EnvironmentKeys, *EnvironmentState, EnvironmentStatus, *EnvironmentStateData, *EnvironmentEvent, EnvironmentPSMEvent, ]
type EnvironmentPSMDB ¶
type EnvironmentPSMDB = psm.DBStateMachine[ *EnvironmentKeys, *EnvironmentState, EnvironmentStatus, *EnvironmentStateData, *EnvironmentEvent, EnvironmentPSMEvent, ]
type EnvironmentPSMEvent ¶
type EnvironmentPSMEvent interface { psm.IInnerEvent PSMEventKey() EnvironmentPSMEventKey }
type EnvironmentPSMEventKey ¶
type EnvironmentPSMEventKey = string
const ( EnvironmentPSMEventNil EnvironmentPSMEventKey = "<nil>" EnvironmentPSMEventConfigured EnvironmentPSMEventKey = "configured" )
type EnvironmentPSMEventSpec ¶
type EnvironmentPSMEventSpec = psm.EventSpec[ *EnvironmentKeys, *EnvironmentState, EnvironmentStatus, *EnvironmentStateData, *EnvironmentEvent, EnvironmentPSMEvent, ]
type EnvironmentPSMHookBaton ¶
type EnvironmentPSMHookBaton = psm.HookBaton[ *EnvironmentKeys, *EnvironmentState, EnvironmentStatus, *EnvironmentStateData, *EnvironmentEvent, EnvironmentPSMEvent, ]
type EnvironmentState ¶
type EnvironmentState struct { Metadata *psm_j5pb.StateMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Keys *EnvironmentKeys `protobuf:"bytes,2,opt,name=keys,proto3" json:"keys,omitempty"` Status EnvironmentStatus `protobuf:"varint,3,opt,name=status,proto3,enum=o5.aws.deployer.v1.EnvironmentStatus" json:"status,omitempty"` Data *EnvironmentStateData `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*EnvironmentState) Descriptor
deprecated
func (*EnvironmentState) Descriptor() ([]byte, []int)
Deprecated: Use EnvironmentState.ProtoReflect.Descriptor instead.
func (*EnvironmentState) GetData ¶
func (x *EnvironmentState) GetData() *EnvironmentStateData
func (*EnvironmentState) GetKeys ¶
func (x *EnvironmentState) GetKeys() *EnvironmentKeys
func (*EnvironmentState) GetMetadata ¶
func (x *EnvironmentState) GetMetadata() *psm_j5pb.StateMetadata
func (*EnvironmentState) GetStatus ¶
func (x *EnvironmentState) GetStatus() EnvironmentStatus
func (*EnvironmentState) PSMData ¶
func (msg *EnvironmentState) PSMData() *EnvironmentStateData
func (*EnvironmentState) PSMIsSet ¶
func (msg *EnvironmentState) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*EnvironmentState) PSMKeys ¶
func (msg *EnvironmentState) PSMKeys() *EnvironmentKeys
func (*EnvironmentState) PSMMetadata ¶
func (msg *EnvironmentState) PSMMetadata() *psm_j5pb.StateMetadata
func (*EnvironmentState) ProtoMessage ¶
func (*EnvironmentState) ProtoMessage()
func (*EnvironmentState) ProtoReflect ¶
func (x *EnvironmentState) ProtoReflect() protoreflect.Message
func (*EnvironmentState) Reset ¶
func (x *EnvironmentState) Reset()
func (*EnvironmentState) SetPSMKeys ¶
func (msg *EnvironmentState) SetPSMKeys(inner *EnvironmentKeys)
func (*EnvironmentState) SetStatus ¶
func (msg *EnvironmentState) SetStatus(status EnvironmentStatus)
func (*EnvironmentState) String ¶
func (x *EnvironmentState) String() string
type EnvironmentStateData ¶
type EnvironmentStateData struct { Config *environment_pb.Environment `protobuf:"bytes,4,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*EnvironmentStateData) Descriptor
deprecated
func (*EnvironmentStateData) Descriptor() ([]byte, []int)
Deprecated: Use EnvironmentStateData.ProtoReflect.Descriptor instead.
func (*EnvironmentStateData) GetConfig ¶
func (x *EnvironmentStateData) GetConfig() *environment_pb.Environment
func (*EnvironmentStateData) PSMIsSet ¶
func (msg *EnvironmentStateData) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*EnvironmentStateData) ProtoMessage ¶
func (*EnvironmentStateData) ProtoMessage()
func (*EnvironmentStateData) ProtoReflect ¶
func (x *EnvironmentStateData) ProtoReflect() protoreflect.Message
func (*EnvironmentStateData) Reset ¶
func (x *EnvironmentStateData) Reset()
func (*EnvironmentStateData) String ¶
func (x *EnvironmentStateData) String() string
type EnvironmentStatus ¶
type EnvironmentStatus int32
const ( EnvironmentStatus_ENVIRONMENT_STATUS_UNSPECIFIED EnvironmentStatus = 0 EnvironmentStatus_ENVIRONMENT_STATUS_ACTIVE EnvironmentStatus = 1 )
const ( EnvironmentStatus_UNSPECIFIED EnvironmentStatus = 0 EnvironmentStatus_ACTIVE EnvironmentStatus = 1 )
EnvironmentStatus
func (EnvironmentStatus) Descriptor ¶
func (EnvironmentStatus) Descriptor() protoreflect.EnumDescriptor
func (EnvironmentStatus) Enum ¶
func (x EnvironmentStatus) Enum() *EnvironmentStatus
func (EnvironmentStatus) EnumDescriptor
deprecated
func (EnvironmentStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use EnvironmentStatus.Descriptor instead.
func (EnvironmentStatus) Number ¶
func (x EnvironmentStatus) Number() protoreflect.EnumNumber
func (*EnvironmentStatus) Scan ¶
func (x *EnvironmentStatus) Scan(value interface{}) error
func (EnvironmentStatus) ShortString ¶
func (x EnvironmentStatus) ShortString() string
ShortString returns the un-prefixed string representation of the enum value
func (EnvironmentStatus) String ¶
func (x EnvironmentStatus) String() string
func (EnvironmentStatus) Type ¶
func (EnvironmentStatus) Type() protoreflect.EnumType
type IsCFStackInput_Template ¶
type IsCFStackInput_Template = isCFStackInput_Template
type IsCloudFormationStackParameterTypeWrappedType ¶
type IsCloudFormationStackParameterTypeWrappedType interface { TypeKey() CloudFormationStackParameterTypeKey proto.Message }
type IsCloudFormationStackParameterType_Type ¶
type IsCloudFormationStackParameterType_Type = isCloudFormationStackParameterType_Type
type IsCloudFormationStackParameter_Source ¶
type IsCloudFormationStackParameter_Source = isCloudFormationStackParameter_Source
type IsClusterEventTypeWrappedType ¶
type IsClusterEventTypeWrappedType interface { TypeKey() ClusterEventTypeKey proto.Message }
type IsClusterEventType_Type ¶
type IsClusterEventType_Type = isClusterEventType_Type
type IsDeploymentEventTypeWrappedType ¶
type IsDeploymentEventTypeWrappedType interface { TypeKey() DeploymentEventTypeKey proto.Message }
type IsDeploymentEventType_Type ¶
type IsDeploymentEventType_Type = isDeploymentEventType_Type
type IsDeploymentStepTypeWrappedType ¶
type IsDeploymentStepTypeWrappedType interface { TypeKey() DeploymentStepTypeKey proto.Message }
type IsDeploymentStepType_Type ¶
type IsDeploymentStepType_Type = isDeploymentStepType_Type
type IsEnvironmentEventTypeWrappedType ¶
type IsEnvironmentEventTypeWrappedType interface { TypeKey() EnvironmentEventTypeKey proto.Message }
type IsEnvironmentEventType_Type ¶
type IsEnvironmentEventType_Type = isEnvironmentEventType_Type
type IsParameterSourceTypeWrappedType ¶
type IsParameterSourceTypeWrappedType interface { TypeKey() ParameterSourceTypeKey proto.Message }
type IsParameterSourceType_Type ¶
type IsParameterSourceType_Type = isParameterSourceType_Type
type IsPostgresConnectionTypeWrappedType ¶
type IsPostgresConnectionTypeWrappedType interface { TypeKey() PostgresConnectionTypeKey proto.Message }
type IsPostgresConnectionType_Type ¶
type IsPostgresConnectionType_Type = isPostgresConnectionType_Type
type IsPostgresDatabaseResource_Connection ¶
type IsPostgresDatabaseResource_Connection = isPostgresDatabaseResource_Connection
type IsPostgresMigrateSpec_Type ¶
type IsPostgresMigrateSpec_Type = isPostgresMigrateSpec_Type
type IsStackEventTypeWrappedType ¶
type IsStackEventTypeWrappedType interface { TypeKey() StackEventTypeKey proto.Message }
type IsStackEventType_Type ¶
type IsStackEventType_Type = isStackEventType_Type
type IsStepOutputTypeWrappedType ¶
type IsStepOutputTypeWrappedType interface { TypeKey() StepOutputTypeKey proto.Message }
type IsStepOutputType_Type ¶
type IsStepOutputType_Type = isStepOutputType_Type
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) ProtoMessage ¶
func (*KeyValue) ProtoMessage()
func (*KeyValue) ProtoReflect ¶
func (x *KeyValue) ProtoReflect() protoreflect.Message
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) GetDescription ¶
func (*Parameter) GetSource ¶
func (x *Parameter) GetSource() *ParameterSourceType
func (*Parameter) ProtoMessage ¶
func (*Parameter) ProtoMessage()
func (*Parameter) ProtoReflect ¶
func (x *Parameter) ProtoReflect() protoreflect.Message
type ParameterOverride ¶
type ParameterOverride struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // set to nil to remove the parameter Value *string `protobuf:"bytes,2,opt,name=value,proto3,oneof" json:"value,omitempty"` // contains filtered or unexported fields }
func (*ParameterOverride) Descriptor
deprecated
func (*ParameterOverride) Descriptor() ([]byte, []int)
Deprecated: Use ParameterOverride.ProtoReflect.Descriptor instead.
func (*ParameterOverride) GetKey ¶
func (x *ParameterOverride) GetKey() string
func (*ParameterOverride) GetValue ¶
func (x *ParameterOverride) GetValue() string
func (*ParameterOverride) ProtoMessage ¶
func (*ParameterOverride) ProtoMessage()
func (*ParameterOverride) ProtoReflect ¶
func (x *ParameterOverride) ProtoReflect() protoreflect.Message
func (*ParameterOverride) Reset ¶
func (x *ParameterOverride) Reset()
func (*ParameterOverride) String ¶
func (x *ParameterOverride) String() string
type ParameterSourceType ¶
type ParameterSourceType struct { // Types that are assignable to Type: // // *ParameterSourceType_Static_ // *ParameterSourceType_WellKnown_ // *ParameterSourceType_RulePriority_ // *ParameterSourceType_DesiredCount_ // *ParameterSourceType_CrossEnvAttr_ // *ParameterSourceType_EnvVar_ // *ParameterSourceType_NamedIamPolicy // *ParameterSourceType_Aurora_ // *ParameterSourceType_DatabaseServer_ 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) Get ¶
func (x *ParameterSourceType) Get() IsParameterSourceTypeWrappedType
func (*ParameterSourceType) GetAurora ¶
func (x *ParameterSourceType) GetAurora() *ParameterSourceType_Aurora
func (*ParameterSourceType) GetCrossEnvAttr ¶
func (x *ParameterSourceType) GetCrossEnvAttr() *ParameterSourceType_CrossEnvAttr
func (*ParameterSourceType) GetDatabaseServer ¶
func (x *ParameterSourceType) GetDatabaseServer() *ParameterSourceType_DatabaseServer
func (*ParameterSourceType) GetDesiredCount ¶
func (x *ParameterSourceType) GetDesiredCount() *ParameterSourceType_DesiredCount
func (*ParameterSourceType) GetEnvVar ¶
func (x *ParameterSourceType) GetEnvVar() *ParameterSourceType_EnvVar
func (*ParameterSourceType) GetNamedIamPolicy ¶
func (x *ParameterSourceType) GetNamedIamPolicy() *ParameterSourceType_NamedIAMPolicy
func (*ParameterSourceType) GetRulePriority ¶
func (x *ParameterSourceType) GetRulePriority() *ParameterSourceType_RulePriority
func (*ParameterSourceType) GetStatic ¶
func (x *ParameterSourceType) GetStatic() *ParameterSourceType_Static
func (*ParameterSourceType) GetType ¶
func (m *ParameterSourceType) GetType() isParameterSourceType_Type
func (*ParameterSourceType) GetWellKnown ¶
func (x *ParameterSourceType) GetWellKnown() *ParameterSourceType_WellKnown
func (*ParameterSourceType) ProtoMessage ¶
func (*ParameterSourceType) ProtoMessage()
func (*ParameterSourceType) ProtoReflect ¶
func (x *ParameterSourceType) ProtoReflect() protoreflect.Message
func (*ParameterSourceType) Reset ¶
func (x *ParameterSourceType) Reset()
func (*ParameterSourceType) Set ¶
func (x *ParameterSourceType) Set(val IsParameterSourceTypeWrappedType)
func (*ParameterSourceType) String ¶
func (x *ParameterSourceType) String() string
func (*ParameterSourceType) TypeKey ¶
func (x *ParameterSourceType) TypeKey() (ParameterSourceTypeKey, bool)
type ParameterSourceTypeKey ¶
type ParameterSourceTypeKey string
ParameterSourceType is a oneof wrapper
const ( ParameterSource_Static ParameterSourceTypeKey = "static" ParameterSource_WellKnown ParameterSourceTypeKey = "wellKnown" ParameterSource_RulePriority ParameterSourceTypeKey = "rulePriority" ParameterSource_DesiredCount ParameterSourceTypeKey = "desiredCount" ParameterSource_CrossEnvAttr ParameterSourceTypeKey = "crossEnvAttr" ParameterSource_EnvVar ParameterSourceTypeKey = "envVar" ParameterSource_NamedIamPolicy ParameterSourceTypeKey = "namedIamPolicy" ParameterSource_Aurora ParameterSourceTypeKey = "aurora" ParameterSource_DatabaseServer ParameterSourceTypeKey = "databaseServer" )
type ParameterSourceType_Aurora ¶
type ParameterSourceType_Aurora struct { ServerGroup string `protobuf:"bytes,1,opt,name=server_group,json=serverGroup,proto3" json:"server_group,omitempty"` AppKey string `protobuf:"bytes,2,opt,name=app_key,json=appKey,proto3" json:"app_key,omitempty"` Part ParameterSourceType_Aurora_Part `protobuf:"varint,3,opt,name=part,proto3,enum=o5.aws.deployer.v1.ParameterSourceType_Aurora_Part" json:"part,omitempty"` // contains filtered or unexported fields }
func (*ParameterSourceType_Aurora) Descriptor
deprecated
func (*ParameterSourceType_Aurora) Descriptor() ([]byte, []int)
Deprecated: Use ParameterSourceType_Aurora.ProtoReflect.Descriptor instead.
func (*ParameterSourceType_Aurora) GetAppKey ¶
func (x *ParameterSourceType_Aurora) GetAppKey() string
func (*ParameterSourceType_Aurora) GetPart ¶
func (x *ParameterSourceType_Aurora) GetPart() ParameterSourceType_Aurora_Part
func (*ParameterSourceType_Aurora) GetServerGroup ¶
func (x *ParameterSourceType_Aurora) GetServerGroup() string
func (*ParameterSourceType_Aurora) ProtoMessage ¶
func (*ParameterSourceType_Aurora) ProtoMessage()
func (*ParameterSourceType_Aurora) ProtoReflect ¶
func (x *ParameterSourceType_Aurora) ProtoReflect() protoreflect.Message
func (*ParameterSourceType_Aurora) Reset ¶
func (x *ParameterSourceType_Aurora) Reset()
func (*ParameterSourceType_Aurora) String ¶
func (x *ParameterSourceType_Aurora) String() string
func (*ParameterSourceType_Aurora) TypeKey ¶
func (x *ParameterSourceType_Aurora) TypeKey() ParameterSourceTypeKey
type ParameterSourceType_Aurora_ ¶
type ParameterSourceType_Aurora_ struct {
Aurora *ParameterSourceType_Aurora `protobuf:"bytes,8,opt,name=aurora,proto3,oneof"`
}
type ParameterSourceType_Aurora_Part ¶
type ParameterSourceType_Aurora_Part int32
const ( ParameterSourceType_Aurora_PART_UNSPECIFIED ParameterSourceType_Aurora_Part = 0 ParameterSourceType_Aurora_PART_JSON ParameterSourceType_Aurora_Part = 1 ParameterSourceType_Aurora_PART_IDENTIFIER ParameterSourceType_Aurora_Part = 2 ParameterSourceType_Aurora_PART_ENDPOINT ParameterSourceType_Aurora_Part = 3 ParameterSourceType_Aurora_PART_DBNAME ParameterSourceType_Aurora_Part = 4 )
func (ParameterSourceType_Aurora_Part) Descriptor ¶
func (ParameterSourceType_Aurora_Part) Descriptor() protoreflect.EnumDescriptor
func (ParameterSourceType_Aurora_Part) Enum ¶
func (x ParameterSourceType_Aurora_Part) Enum() *ParameterSourceType_Aurora_Part
func (ParameterSourceType_Aurora_Part) EnumDescriptor
deprecated
func (ParameterSourceType_Aurora_Part) EnumDescriptor() ([]byte, []int)
Deprecated: Use ParameterSourceType_Aurora_Part.Descriptor instead.
func (ParameterSourceType_Aurora_Part) Number ¶
func (x ParameterSourceType_Aurora_Part) Number() protoreflect.EnumNumber
func (ParameterSourceType_Aurora_Part) String ¶
func (x ParameterSourceType_Aurora_Part) String() string
func (ParameterSourceType_Aurora_Part) Type ¶
func (ParameterSourceType_Aurora_Part) Type() protoreflect.EnumType
type ParameterSourceType_CrossEnvAttr ¶
type ParameterSourceType_CrossEnvAttr struct { EnvName string `protobuf:"bytes,1,opt,name=env_name,json=envName,proto3" json:"env_name,omitempty"` Attr EnvAttr `protobuf:"varint,2,opt,name=attr,proto3,enum=o5.aws.deployer.v1.EnvAttr" json:"attr,omitempty"` // contains filtered or unexported fields }
func (*ParameterSourceType_CrossEnvAttr) Descriptor
deprecated
func (*ParameterSourceType_CrossEnvAttr) Descriptor() ([]byte, []int)
Deprecated: Use ParameterSourceType_CrossEnvAttr.ProtoReflect.Descriptor instead.
func (*ParameterSourceType_CrossEnvAttr) GetAttr ¶
func (x *ParameterSourceType_CrossEnvAttr) GetAttr() EnvAttr
func (*ParameterSourceType_CrossEnvAttr) GetEnvName ¶
func (x *ParameterSourceType_CrossEnvAttr) GetEnvName() string
func (*ParameterSourceType_CrossEnvAttr) ProtoMessage ¶
func (*ParameterSourceType_CrossEnvAttr) ProtoMessage()
func (*ParameterSourceType_CrossEnvAttr) ProtoReflect ¶
func (x *ParameterSourceType_CrossEnvAttr) ProtoReflect() protoreflect.Message
func (*ParameterSourceType_CrossEnvAttr) Reset ¶
func (x *ParameterSourceType_CrossEnvAttr) Reset()
func (*ParameterSourceType_CrossEnvAttr) String ¶
func (x *ParameterSourceType_CrossEnvAttr) String() string
func (*ParameterSourceType_CrossEnvAttr) TypeKey ¶
func (x *ParameterSourceType_CrossEnvAttr) TypeKey() ParameterSourceTypeKey
type ParameterSourceType_CrossEnvAttr_ ¶
type ParameterSourceType_CrossEnvAttr_ struct {
CrossEnvAttr *ParameterSourceType_CrossEnvAttr `protobuf:"bytes,5,opt,name=cross_env_attr,json=crossEnvAttr,proto3,oneof"`
}
type ParameterSourceType_DatabaseServer ¶
type ParameterSourceType_DatabaseServer struct { ServerGroup string `protobuf:"bytes,1,opt,name=server_group,json=serverGroup,proto3" json:"server_group,omitempty"` Part ParameterSourceType_DatabaseServer_Part `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ParameterSourceType_DatabaseServer) Descriptor
deprecated
func (*ParameterSourceType_DatabaseServer) Descriptor() ([]byte, []int)
Deprecated: Use ParameterSourceType_DatabaseServer.ProtoReflect.Descriptor instead.
func (*ParameterSourceType_DatabaseServer) GetPart ¶
func (x *ParameterSourceType_DatabaseServer) GetPart() ParameterSourceType_DatabaseServer_Part
func (*ParameterSourceType_DatabaseServer) GetServerGroup ¶
func (x *ParameterSourceType_DatabaseServer) GetServerGroup() string
func (*ParameterSourceType_DatabaseServer) ProtoMessage ¶
func (*ParameterSourceType_DatabaseServer) ProtoMessage()
func (*ParameterSourceType_DatabaseServer) ProtoReflect ¶
func (x *ParameterSourceType_DatabaseServer) ProtoReflect() protoreflect.Message
func (*ParameterSourceType_DatabaseServer) Reset ¶
func (x *ParameterSourceType_DatabaseServer) Reset()
func (*ParameterSourceType_DatabaseServer) String ¶
func (x *ParameterSourceType_DatabaseServer) String() string
func (*ParameterSourceType_DatabaseServer) TypeKey ¶
func (x *ParameterSourceType_DatabaseServer) TypeKey() ParameterSourceTypeKey
type ParameterSourceType_DatabaseServer_ ¶
type ParameterSourceType_DatabaseServer_ struct {
DatabaseServer *ParameterSourceType_DatabaseServer `protobuf:"bytes,9,opt,name=database_server,json=databaseServer,proto3,oneof"`
}
type ParameterSourceType_DatabaseServer_Part ¶
type ParameterSourceType_DatabaseServer_Part int32
const ( ParameterSourceType_DatabaseServer_PART_UNSPECIFIED ParameterSourceType_DatabaseServer_Part = 0 ParameterSourceType_DatabaseServer_PART_CLIENT_SECURITY_GROUP ParameterSourceType_DatabaseServer_Part = 1 )
func (ParameterSourceType_DatabaseServer_Part) Descriptor ¶
func (ParameterSourceType_DatabaseServer_Part) Descriptor() protoreflect.EnumDescriptor
func (ParameterSourceType_DatabaseServer_Part) EnumDescriptor
deprecated
func (ParameterSourceType_DatabaseServer_Part) EnumDescriptor() ([]byte, []int)
Deprecated: Use ParameterSourceType_DatabaseServer_Part.Descriptor instead.
func (ParameterSourceType_DatabaseServer_Part) Number ¶
func (x ParameterSourceType_DatabaseServer_Part) Number() protoreflect.EnumNumber
func (ParameterSourceType_DatabaseServer_Part) String ¶
func (x ParameterSourceType_DatabaseServer_Part) String() string
func (ParameterSourceType_DatabaseServer_Part) Type ¶
func (ParameterSourceType_DatabaseServer_Part) Type() protoreflect.EnumType
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 (x *ParameterSourceType_DesiredCount) ProtoReflect() protoreflect.Message
func (*ParameterSourceType_DesiredCount) Reset ¶
func (x *ParameterSourceType_DesiredCount) Reset()
func (*ParameterSourceType_DesiredCount) String ¶
func (x *ParameterSourceType_DesiredCount) String() string
func (*ParameterSourceType_DesiredCount) TypeKey ¶
func (x *ParameterSourceType_DesiredCount) TypeKey() ParameterSourceTypeKey
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 (x *ParameterSourceType_EnvVar) ProtoReflect() protoreflect.Message
func (*ParameterSourceType_EnvVar) Reset ¶
func (x *ParameterSourceType_EnvVar) Reset()
func (*ParameterSourceType_EnvVar) String ¶
func (x *ParameterSourceType_EnvVar) String() string
func (*ParameterSourceType_EnvVar) TypeKey ¶
func (x *ParameterSourceType_EnvVar) TypeKey() ParameterSourceTypeKey
type ParameterSourceType_EnvVar_ ¶
type ParameterSourceType_EnvVar_ struct {
EnvVar *ParameterSourceType_EnvVar `protobuf:"bytes,6,opt,name=env_var,json=envVar,proto3,oneof"`
}
type ParameterSourceType_NamedIAMPolicy ¶
type ParameterSourceType_NamedIAMPolicy struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ParameterSourceType_NamedIAMPolicy) Descriptor
deprecated
func (*ParameterSourceType_NamedIAMPolicy) Descriptor() ([]byte, []int)
Deprecated: Use ParameterSourceType_NamedIAMPolicy.ProtoReflect.Descriptor instead.
func (*ParameterSourceType_NamedIAMPolicy) GetName ¶
func (x *ParameterSourceType_NamedIAMPolicy) GetName() string
func (*ParameterSourceType_NamedIAMPolicy) ProtoMessage ¶
func (*ParameterSourceType_NamedIAMPolicy) ProtoMessage()
func (*ParameterSourceType_NamedIAMPolicy) ProtoReflect ¶
func (x *ParameterSourceType_NamedIAMPolicy) ProtoReflect() protoreflect.Message
func (*ParameterSourceType_NamedIAMPolicy) Reset ¶
func (x *ParameterSourceType_NamedIAMPolicy) Reset()
func (*ParameterSourceType_NamedIAMPolicy) String ¶
func (x *ParameterSourceType_NamedIAMPolicy) String() string
func (*ParameterSourceType_NamedIAMPolicy) TypeKey ¶
func (x *ParameterSourceType_NamedIAMPolicy) TypeKey() ParameterSourceTypeKey
type ParameterSourceType_NamedIamPolicy ¶
type ParameterSourceType_NamedIamPolicy struct {
NamedIamPolicy *ParameterSourceType_NamedIAMPolicy `protobuf:"bytes,7,opt,name=named_iam_policy,json=namedIamPolicy,proto3,oneof"`
}
type ParameterSourceType_RulePriority ¶
type ParameterSourceType_RulePriority struct { RouteGroup application_pb.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() application_pb.RouteGroup
func (*ParameterSourceType_RulePriority) ProtoMessage ¶
func (*ParameterSourceType_RulePriority) ProtoMessage()
func (*ParameterSourceType_RulePriority) ProtoReflect ¶
func (x *ParameterSourceType_RulePriority) ProtoReflect() protoreflect.Message
func (*ParameterSourceType_RulePriority) Reset ¶
func (x *ParameterSourceType_RulePriority) Reset()
func (*ParameterSourceType_RulePriority) String ¶
func (x *ParameterSourceType_RulePriority) String() string
func (*ParameterSourceType_RulePriority) TypeKey ¶
func (x *ParameterSourceType_RulePriority) TypeKey() ParameterSourceTypeKey
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 (x *ParameterSourceType_Static) ProtoReflect() protoreflect.Message
func (*ParameterSourceType_Static) Reset ¶
func (x *ParameterSourceType_Static) Reset()
func (*ParameterSourceType_Static) String ¶
func (x *ParameterSourceType_Static) String() string
func (*ParameterSourceType_Static) TypeKey ¶
func (x *ParameterSourceType_Static) TypeKey() ParameterSourceTypeKey
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 (x *ParameterSourceType_WellKnown) GetName() string
func (*ParameterSourceType_WellKnown) ProtoMessage ¶
func (*ParameterSourceType_WellKnown) ProtoMessage()
func (*ParameterSourceType_WellKnown) ProtoReflect ¶
func (x *ParameterSourceType_WellKnown) ProtoReflect() protoreflect.Message
func (*ParameterSourceType_WellKnown) Reset ¶
func (x *ParameterSourceType_WellKnown) Reset()
func (*ParameterSourceType_WellKnown) String ¶
func (x *ParameterSourceType_WellKnown) String() string
func (*ParameterSourceType_WellKnown) TypeKey ¶
func (x *ParameterSourceType_WellKnown) TypeKey() ParameterSourceTypeKey
type ParameterSourceType_WellKnown_ ¶
type ParameterSourceType_WellKnown_ struct {
WellKnown *ParameterSourceType_WellKnown `protobuf:"bytes,2,opt,name=well_known,json=wellKnown,proto3,oneof"`
}
type PostgresConnectionType ¶
type PostgresConnectionType struct { // Types that are assignable to Type: // // *PostgresConnectionType_Aurora_ // *PostgresConnectionType_SecretsManager_ Type isPostgresConnectionType_Type `protobuf_oneof:"type"` // contains filtered or unexported fields }
func (*PostgresConnectionType) Descriptor
deprecated
func (*PostgresConnectionType) Descriptor() ([]byte, []int)
Deprecated: Use PostgresConnectionType.ProtoReflect.Descriptor instead.
func (*PostgresConnectionType) Get ¶
func (x *PostgresConnectionType) Get() IsPostgresConnectionTypeWrappedType
func (*PostgresConnectionType) GetAurora ¶
func (x *PostgresConnectionType) GetAurora() *PostgresConnectionType_Aurora
func (*PostgresConnectionType) GetSecretsManager ¶
func (x *PostgresConnectionType) GetSecretsManager() *PostgresConnectionType_SecretsManager
func (*PostgresConnectionType) GetType ¶
func (m *PostgresConnectionType) GetType() isPostgresConnectionType_Type
func (*PostgresConnectionType) ProtoMessage ¶
func (*PostgresConnectionType) ProtoMessage()
func (*PostgresConnectionType) ProtoReflect ¶
func (x *PostgresConnectionType) ProtoReflect() protoreflect.Message
func (*PostgresConnectionType) Reset ¶
func (x *PostgresConnectionType) Reset()
func (*PostgresConnectionType) Set ¶
func (x *PostgresConnectionType) Set(val IsPostgresConnectionTypeWrappedType)
func (*PostgresConnectionType) String ¶
func (x *PostgresConnectionType) String() string
func (*PostgresConnectionType) TypeKey ¶
func (x *PostgresConnectionType) TypeKey() (PostgresConnectionTypeKey, bool)
type PostgresConnectionTypeKey ¶
type PostgresConnectionTypeKey string
PostgresConnectionType is a oneof wrapper
const ( PostgresConnection_Aurora PostgresConnectionTypeKey = "aurora" PostgresConnection_SecretsManager PostgresConnectionTypeKey = "secretsManager" )
type PostgresConnectionType_Aurora ¶
type PostgresConnectionType_Aurora struct { Conn *awsinfra_pb.AuroraConnection `protobuf:"bytes,1,opt,name=conn,proto3" json:"conn,omitempty"` // contains filtered or unexported fields }
func (*PostgresConnectionType_Aurora) Descriptor
deprecated
func (*PostgresConnectionType_Aurora) Descriptor() ([]byte, []int)
Deprecated: Use PostgresConnectionType_Aurora.ProtoReflect.Descriptor instead.
func (*PostgresConnectionType_Aurora) GetConn ¶
func (x *PostgresConnectionType_Aurora) GetConn() *awsinfra_pb.AuroraConnection
func (*PostgresConnectionType_Aurora) ProtoMessage ¶
func (*PostgresConnectionType_Aurora) ProtoMessage()
func (*PostgresConnectionType_Aurora) ProtoReflect ¶
func (x *PostgresConnectionType_Aurora) ProtoReflect() protoreflect.Message
func (*PostgresConnectionType_Aurora) Reset ¶
func (x *PostgresConnectionType_Aurora) Reset()
func (*PostgresConnectionType_Aurora) String ¶
func (x *PostgresConnectionType_Aurora) String() string
func (*PostgresConnectionType_Aurora) TypeKey ¶
func (x *PostgresConnectionType_Aurora) TypeKey() PostgresConnectionTypeKey
type PostgresConnectionType_Aurora_ ¶
type PostgresConnectionType_Aurora_ struct {
Aurora *PostgresConnectionType_Aurora `protobuf:"bytes,1,opt,name=aurora,proto3,oneof"`
}
type PostgresConnectionType_SecretsManager ¶
type PostgresConnectionType_SecretsManager struct { AppSecretOutputName string `protobuf:"bytes,1,opt,name=app_secret_output_name,json=appSecretOutputName,proto3" json:"app_secret_output_name,omitempty"` // contains filtered or unexported fields }
func (*PostgresConnectionType_SecretsManager) Descriptor
deprecated
func (*PostgresConnectionType_SecretsManager) Descriptor() ([]byte, []int)
Deprecated: Use PostgresConnectionType_SecretsManager.ProtoReflect.Descriptor instead.
func (*PostgresConnectionType_SecretsManager) GetAppSecretOutputName ¶
func (x *PostgresConnectionType_SecretsManager) GetAppSecretOutputName() string
func (*PostgresConnectionType_SecretsManager) ProtoMessage ¶
func (*PostgresConnectionType_SecretsManager) ProtoMessage()
func (*PostgresConnectionType_SecretsManager) ProtoReflect ¶
func (x *PostgresConnectionType_SecretsManager) ProtoReflect() protoreflect.Message
func (*PostgresConnectionType_SecretsManager) Reset ¶
func (x *PostgresConnectionType_SecretsManager) Reset()
func (*PostgresConnectionType_SecretsManager) String ¶
func (x *PostgresConnectionType_SecretsManager) String() string
func (*PostgresConnectionType_SecretsManager) TypeKey ¶
func (x *PostgresConnectionType_SecretsManager) TypeKey() PostgresConnectionTypeKey
type PostgresConnectionType_SecretsManager_ ¶
type PostgresConnectionType_SecretsManager_ struct {
SecretsManager *PostgresConnectionType_SecretsManager `protobuf:"bytes,2,opt,name=secrets_manager,json=secretsManager,proto3,oneof"`
}
type PostgresDatabaseResource ¶
type PostgresDatabaseResource struct { // Key as specified in the app config file AppKey string `protobuf:"bytes,1,opt,name=app_key,json=appKey,proto3" json:"app_key,omitempty"` // Matches application.v1.Database.Postgres DbNameSuffix string `protobuf:"bytes,2,opt,name=db_name_suffix,json=dbNameSuffix,proto3" json:"db_name_suffix,omitempty"` // Matches application.v1.Database.Postgres ServerGroup string `protobuf:"bytes,5,opt,name=server_group,json=serverGroup,proto3" json:"server_group,omitempty"` // Matches application.v1.Database.Postgres DbExtensions []string `protobuf:"bytes,3,rep,name=db_extensions,json=dbExtensions,proto3" json:"db_extensions,omitempty"` // Built from application.v1.Database.Postgres.Container MigrationTaskOutputName *string `` /* 140-byte string literal not displayed */ // Types that are assignable to Connection: // // *PostgresDatabaseResource_SecretOutputName // *PostgresDatabaseResource_ParameterName Connection isPostgresDatabaseResource_Connection `protobuf_oneof:"connection"` // contains filtered or unexported fields }
Output from AppBuilder
func (*PostgresDatabaseResource) Descriptor
deprecated
func (*PostgresDatabaseResource) Descriptor() ([]byte, []int)
Deprecated: Use PostgresDatabaseResource.ProtoReflect.Descriptor instead.
func (*PostgresDatabaseResource) GetAppKey ¶
func (x *PostgresDatabaseResource) GetAppKey() string
func (*PostgresDatabaseResource) GetConnection ¶
func (m *PostgresDatabaseResource) GetConnection() isPostgresDatabaseResource_Connection
func (*PostgresDatabaseResource) GetDbExtensions ¶
func (x *PostgresDatabaseResource) GetDbExtensions() []string
func (*PostgresDatabaseResource) GetDbNameSuffix ¶
func (x *PostgresDatabaseResource) GetDbNameSuffix() string
func (*PostgresDatabaseResource) GetMigrationTaskOutputName ¶
func (x *PostgresDatabaseResource) GetMigrationTaskOutputName() string
func (*PostgresDatabaseResource) GetParameterName ¶
func (x *PostgresDatabaseResource) GetParameterName() 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 PostgresDatabaseResource_ParameterName ¶
type PostgresDatabaseResource_ParameterName struct { // The sidecar/app has an environment variable coming from // this parameter for proxy. ParameterName string `protobuf:"bytes,11,opt,name=parameter_name,json=parameterName,proto3,oneof"` }
type PostgresDatabaseResource_SecretOutputName ¶
type PostgresDatabaseResource_SecretOutputName struct { // The main runtime has a SecretFrom loading the // credentials and expects a direct connection SecretOutputName string `protobuf:"bytes,10,opt,name=secret_output_name,json=secretOutputName,proto3,oneof"` }
type PostgresMigrateSpec ¶
type PostgresMigrateSpec struct { // Types that are assignable to Type: // // *PostgresMigrateSpec_Ecs Type isPostgresMigrateSpec_Type `protobuf_oneof:"type"` // contains filtered or unexported fields }
func (*PostgresMigrateSpec) Descriptor
deprecated
func (*PostgresMigrateSpec) Descriptor() ([]byte, []int)
Deprecated: Use PostgresMigrateSpec.ProtoReflect.Descriptor instead.
func (*PostgresMigrateSpec) GetEcs ¶
func (x *PostgresMigrateSpec) GetEcs() *PostgresMigrateSpec_ECS
func (*PostgresMigrateSpec) GetType ¶
func (m *PostgresMigrateSpec) GetType() isPostgresMigrateSpec_Type
func (*PostgresMigrateSpec) ProtoMessage ¶
func (*PostgresMigrateSpec) ProtoMessage()
func (*PostgresMigrateSpec) ProtoReflect ¶
func (x *PostgresMigrateSpec) ProtoReflect() protoreflect.Message
func (*PostgresMigrateSpec) Reset ¶
func (x *PostgresMigrateSpec) Reset()
func (*PostgresMigrateSpec) String ¶
func (x *PostgresMigrateSpec) String() string
type PostgresMigrateSpec_ECS ¶
type PostgresMigrateSpec_ECS struct { TaskOutputName string `protobuf:"bytes,1,opt,name=task_output_name,json=taskOutputName,proto3" json:"task_output_name,omitempty"` TaskContext *awsinfra_pb.ECSTaskContext `protobuf:"bytes,2,opt,name=task_context,json=taskContext,proto3" json:"task_context,omitempty"` // contains filtered or unexported fields }
func (*PostgresMigrateSpec_ECS) Descriptor
deprecated
func (*PostgresMigrateSpec_ECS) Descriptor() ([]byte, []int)
Deprecated: Use PostgresMigrateSpec_ECS.ProtoReflect.Descriptor instead.
func (*PostgresMigrateSpec_ECS) GetTaskContext ¶
func (x *PostgresMigrateSpec_ECS) GetTaskContext() *awsinfra_pb.ECSTaskContext
func (*PostgresMigrateSpec_ECS) GetTaskOutputName ¶
func (x *PostgresMigrateSpec_ECS) GetTaskOutputName() string
func (*PostgresMigrateSpec_ECS) ProtoMessage ¶
func (*PostgresMigrateSpec_ECS) ProtoMessage()
func (*PostgresMigrateSpec_ECS) ProtoReflect ¶
func (x *PostgresMigrateSpec_ECS) ProtoReflect() protoreflect.Message
func (*PostgresMigrateSpec_ECS) Reset ¶
func (x *PostgresMigrateSpec_ECS) Reset()
func (*PostgresMigrateSpec_ECS) String ¶
func (x *PostgresMigrateSpec_ECS) String() string
type PostgresMigrateSpec_Ecs ¶
type PostgresMigrateSpec_Ecs struct {
Ecs *PostgresMigrateSpec_ECS `protobuf:"bytes,1,opt,name=ecs,proto3,oneof"`
}
type PostgresSpec ¶
type PostgresSpec struct { // Key as specified in the app config file AppKey string `protobuf:"bytes,1,opt,name=app_key,json=appKey,proto3" json:"app_key,omitempty"` FullDbName string `protobuf:"bytes,2,opt,name=full_db_name,json=fullDbName,proto3" json:"full_db_name,omitempty"` DbExtensions []string `protobuf:"bytes,3,rep,name=db_extensions,json=dbExtensions,proto3" json:"db_extensions,omitempty"` AdminConnection *awsinfra_pb.RDSHostType `protobuf:"bytes,4,opt,name=admin_connection,json=adminConnection,proto3" json:"admin_connection,omitempty"` AppConnection *PostgresConnectionType `protobuf:"bytes,5,opt,name=app_connection,json=appConnection,proto3" json:"app_connection,omitempty"` ClientSecurityGroupId string `` /* 128-byte string literal not displayed */ Migrate *PostgresMigrateSpec `protobuf:"bytes,10,opt,name=migrate,proto3" json:"migrate,omitempty"` // contains filtered or unexported fields }
Input into Deployer - Takes the Output + Infra info
func (*PostgresSpec) Descriptor
deprecated
func (*PostgresSpec) Descriptor() ([]byte, []int)
Deprecated: Use PostgresSpec.ProtoReflect.Descriptor instead.
func (*PostgresSpec) GetAdminConnection ¶
func (x *PostgresSpec) GetAdminConnection() *awsinfra_pb.RDSHostType
func (*PostgresSpec) GetAppConnection ¶
func (x *PostgresSpec) GetAppConnection() *PostgresConnectionType
func (*PostgresSpec) GetAppKey ¶
func (x *PostgresSpec) GetAppKey() string
func (*PostgresSpec) GetClientSecurityGroupId ¶
func (x *PostgresSpec) GetClientSecurityGroupId() string
func (*PostgresSpec) GetDbExtensions ¶
func (x *PostgresSpec) GetDbExtensions() []string
func (*PostgresSpec) GetFullDbName ¶
func (x *PostgresSpec) GetFullDbName() string
func (*PostgresSpec) GetMigrate ¶
func (x *PostgresSpec) GetMigrate() *PostgresMigrateSpec
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 S3Template ¶
type S3Template struct { Bucket string `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` Region string `protobuf:"bytes,3,opt,name=region,proto3" json:"region,omitempty"` // contains filtered or unexported fields }
func (*S3Template) Descriptor
deprecated
func (*S3Template) Descriptor() ([]byte, []int)
Deprecated: Use S3Template.ProtoReflect.Descriptor instead.
func (*S3Template) GetBucket ¶
func (x *S3Template) GetBucket() string
func (*S3Template) GetKey ¶
func (x *S3Template) GetKey() string
func (*S3Template) GetRegion ¶
func (x *S3Template) GetRegion() string
func (*S3Template) ProtoMessage ¶
func (*S3Template) ProtoMessage()
func (*S3Template) ProtoReflect ¶
func (x *S3Template) ProtoReflect() protoreflect.Message
func (*S3Template) Reset ¶
func (x *S3Template) Reset()
func (*S3Template) String ¶
func (x *S3Template) 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 *psm_j5pb.EventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Keys *StackKeys `protobuf:"bytes,2,opt,name=keys,proto3" json:"keys,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) GetKeys ¶
func (x *StackEvent) GetKeys() *StackKeys
func (*StackEvent) GetMetadata ¶
func (x *StackEvent) GetMetadata() *psm_j5pb.EventMetadata
func (*StackEvent) PSMEventKey ¶
func (msg *StackEvent) PSMEventKey() StackPSMEventKey
PSMEventKey returns the StackPSMEventPSMEventKey for the event, implementing psm.IEvent
func (*StackEvent) PSMIsSet ¶
func (msg *StackEvent) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*StackEvent) PSMKeys ¶
func (msg *StackEvent) PSMKeys() *StackKeys
func (*StackEvent) PSMMetadata ¶
func (msg *StackEvent) PSMMetadata() *psm_j5pb.EventMetadata
func (*StackEvent) ProtoMessage ¶
func (*StackEvent) ProtoMessage()
func (*StackEvent) ProtoReflect ¶
func (x *StackEvent) ProtoReflect() protoreflect.Message
func (*StackEvent) Reset ¶
func (x *StackEvent) Reset()
func (*StackEvent) SetPSMEvent ¶
func (msg *StackEvent) SetPSMEvent(inner StackPSMEvent) error
SetPSMEvent sets the inner event message from a concrete type, implementing psm.IEvent
func (*StackEvent) SetPSMKeys ¶
func (msg *StackEvent) SetPSMKeys(inner *StackKeys)
func (*StackEvent) String ¶
func (x *StackEvent) String() string
func (*StackEvent) UnwrapPSMEvent ¶
func (msg *StackEvent) UnwrapPSMEvent() StackPSMEvent
UnwrapPSMEvent implements psm.IEvent, returning the inner event message
type StackEventType ¶
type StackEventType struct { // Types that are assignable to Type: // // *StackEventType_Configured_ // *StackEventType_DeploymentRequested_ // *StackEventType_DeploymentCompleted_ // *StackEventType_DeploymentFailed_ // *StackEventType_RunDeployment_ 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) Get ¶
func (x *StackEventType) Get() IsStackEventTypeWrappedType
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) GetDeploymentRequested ¶
func (x *StackEventType) GetDeploymentRequested() *StackEventType_DeploymentRequested
func (*StackEventType) GetRunDeployment ¶
func (x *StackEventType) GetRunDeployment() *StackEventType_RunDeployment
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) Set ¶
func (x *StackEventType) Set(val IsStackEventTypeWrappedType)
func (*StackEventType) String ¶
func (x *StackEventType) String() string
func (*StackEventType) TypeKey ¶
func (x *StackEventType) TypeKey() (StackEventTypeKey, bool)
type StackEventTypeKey ¶
type StackEventTypeKey string
StackEventType is a oneof wrapper
const ( StackEvent_Configured StackEventTypeKey = "configured" StackEvent_DeploymentRequested StackEventTypeKey = "deploymentRequested" StackEvent_DeploymentCompleted StackEventTypeKey = "deploymentCompleted" StackEvent_DeploymentFailed StackEventTypeKey = "deploymentFailed" StackEvent_RunDeployment StackEventTypeKey = "runDeployment" )
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"` // 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) GetEnvironmentId ¶
func (x *StackEventType_Configured) GetEnvironmentId() string
func (*StackEventType_Configured) GetEnvironmentName ¶
func (x *StackEventType_Configured) GetEnvironmentName() string
func (*StackEventType_Configured) PSMEventKey ¶
func (*StackEventType_Configured) PSMEventKey() StackPSMEventKey
func (*StackEventType_Configured) PSMIsSet ¶
func (msg *StackEventType_Configured) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*StackEventType_Configured) ProtoMessage ¶
func (*StackEventType_Configured) ProtoMessage()
func (*StackEventType_Configured) ProtoReflect ¶
func (x *StackEventType_Configured) ProtoReflect() protoreflect.Message
func (*StackEventType_Configured) Reset ¶
func (x *StackEventType_Configured) Reset()
func (*StackEventType_Configured) String ¶
func (x *StackEventType_Configured) String() string
func (*StackEventType_Configured) TypeKey ¶
func (x *StackEventType_Configured) TypeKey() StackEventTypeKey
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 (x *StackEventType_DeploymentCompleted) GetDeployment() *StackDeployment
func (*StackEventType_DeploymentCompleted) PSMEventKey ¶
func (*StackEventType_DeploymentCompleted) PSMEventKey() StackPSMEventKey
func (*StackEventType_DeploymentCompleted) PSMIsSet ¶
func (msg *StackEventType_DeploymentCompleted) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*StackEventType_DeploymentCompleted) ProtoMessage ¶
func (*StackEventType_DeploymentCompleted) ProtoMessage()
func (*StackEventType_DeploymentCompleted) ProtoReflect ¶
func (x *StackEventType_DeploymentCompleted) ProtoReflect() protoreflect.Message
func (*StackEventType_DeploymentCompleted) Reset ¶
func (x *StackEventType_DeploymentCompleted) Reset()
func (*StackEventType_DeploymentCompleted) String ¶
func (x *StackEventType_DeploymentCompleted) String() string
func (*StackEventType_DeploymentCompleted) TypeKey ¶
func (x *StackEventType_DeploymentCompleted) TypeKey() StackEventTypeKey
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 (x *StackEventType_DeploymentFailed) GetDeployment() *StackDeployment
func (*StackEventType_DeploymentFailed) GetError ¶
func (x *StackEventType_DeploymentFailed) GetError() string
func (*StackEventType_DeploymentFailed) PSMEventKey ¶
func (*StackEventType_DeploymentFailed) PSMEventKey() StackPSMEventKey
func (*StackEventType_DeploymentFailed) PSMIsSet ¶
func (msg *StackEventType_DeploymentFailed) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*StackEventType_DeploymentFailed) ProtoMessage ¶
func (*StackEventType_DeploymentFailed) ProtoMessage()
func (*StackEventType_DeploymentFailed) ProtoReflect ¶
func (x *StackEventType_DeploymentFailed) ProtoReflect() protoreflect.Message
func (*StackEventType_DeploymentFailed) Reset ¶
func (x *StackEventType_DeploymentFailed) Reset()
func (*StackEventType_DeploymentFailed) String ¶
func (x *StackEventType_DeploymentFailed) String() string
func (*StackEventType_DeploymentFailed) TypeKey ¶
func (x *StackEventType_DeploymentFailed) TypeKey() StackEventTypeKey
type StackEventType_DeploymentFailed_ ¶
type StackEventType_DeploymentFailed_ struct {
DeploymentFailed *StackEventType_DeploymentFailed `protobuf:"bytes,5,opt,name=deployment_failed,json=deploymentFailed,proto3,oneof"`
}
type StackEventType_DeploymentRequested ¶
type StackEventType_DeploymentRequested 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_DeploymentRequested) Descriptor
deprecated
func (*StackEventType_DeploymentRequested) Descriptor() ([]byte, []int)
Deprecated: Use StackEventType_DeploymentRequested.ProtoReflect.Descriptor instead.
func (*StackEventType_DeploymentRequested) GetApplicationName ¶
func (x *StackEventType_DeploymentRequested) GetApplicationName() string
func (*StackEventType_DeploymentRequested) GetDeployment ¶
func (x *StackEventType_DeploymentRequested) GetDeployment() *StackDeployment
func (*StackEventType_DeploymentRequested) GetEnvironmentId ¶
func (x *StackEventType_DeploymentRequested) GetEnvironmentId() string
func (*StackEventType_DeploymentRequested) GetEnvironmentName ¶
func (x *StackEventType_DeploymentRequested) GetEnvironmentName() string
func (*StackEventType_DeploymentRequested) PSMEventKey ¶
func (*StackEventType_DeploymentRequested) PSMEventKey() StackPSMEventKey
func (*StackEventType_DeploymentRequested) PSMIsSet ¶
func (msg *StackEventType_DeploymentRequested) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*StackEventType_DeploymentRequested) ProtoMessage ¶
func (*StackEventType_DeploymentRequested) ProtoMessage()
func (*StackEventType_DeploymentRequested) ProtoReflect ¶
func (x *StackEventType_DeploymentRequested) ProtoReflect() protoreflect.Message
func (*StackEventType_DeploymentRequested) Reset ¶
func (x *StackEventType_DeploymentRequested) Reset()
func (*StackEventType_DeploymentRequested) String ¶
func (x *StackEventType_DeploymentRequested) String() string
func (*StackEventType_DeploymentRequested) TypeKey ¶
func (x *StackEventType_DeploymentRequested) TypeKey() StackEventTypeKey
type StackEventType_DeploymentRequested_ ¶
type StackEventType_DeploymentRequested_ struct {
DeploymentRequested *StackEventType_DeploymentRequested `protobuf:"bytes,3,opt,name=deployment_requested,json=deploymentRequested,proto3,oneof"`
}
type StackEventType_RunDeployment ¶
type StackEventType_RunDeployment struct { DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"` // contains filtered or unexported fields }
func (*StackEventType_RunDeployment) Descriptor
deprecated
func (*StackEventType_RunDeployment) Descriptor() ([]byte, []int)
Deprecated: Use StackEventType_RunDeployment.ProtoReflect.Descriptor instead.
func (*StackEventType_RunDeployment) GetDeploymentId ¶
func (x *StackEventType_RunDeployment) GetDeploymentId() string
func (*StackEventType_RunDeployment) PSMEventKey ¶
func (*StackEventType_RunDeployment) PSMEventKey() StackPSMEventKey
func (*StackEventType_RunDeployment) PSMIsSet ¶
func (msg *StackEventType_RunDeployment) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*StackEventType_RunDeployment) ProtoMessage ¶
func (*StackEventType_RunDeployment) ProtoMessage()
func (*StackEventType_RunDeployment) ProtoReflect ¶
func (x *StackEventType_RunDeployment) ProtoReflect() protoreflect.Message
func (*StackEventType_RunDeployment) Reset ¶
func (x *StackEventType_RunDeployment) Reset()
func (*StackEventType_RunDeployment) String ¶
func (x *StackEventType_RunDeployment) String() string
func (*StackEventType_RunDeployment) TypeKey ¶
func (x *StackEventType_RunDeployment) TypeKey() StackEventTypeKey
type StackEventType_RunDeployment_ ¶
type StackEventType_RunDeployment_ struct {
RunDeployment *StackEventType_RunDeployment `protobuf:"bytes,7,opt,name=run_deployment,json=runDeployment,proto3,oneof"`
}
type StackKeys ¶
type StackKeys struct { StackId string `protobuf:"bytes,1,opt,name=stack_id,json=stackId,proto3" json:"stack_id,omitempty"` EnvironmentId string `protobuf:"bytes,2,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"` ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` // contains filtered or unexported fields }
func (*StackKeys) Descriptor
deprecated
func (*StackKeys) GetClusterId ¶
func (*StackKeys) GetEnvironmentId ¶
func (*StackKeys) GetStackId ¶
func (*StackKeys) PSMFullName ¶
PSMFullName returns the full name of state machine with package prefix
func (*StackKeys) PSMIsSet ¶
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*StackKeys) ProtoMessage ¶
func (*StackKeys) ProtoMessage()
func (*StackKeys) ProtoReflect ¶
func (x *StackKeys) ProtoReflect() protoreflect.Message
type StackPSM ¶
type StackPSM = psm.StateMachine[ *StackKeys, *StackState, StackStatus, *StackStateData, *StackEvent, StackPSMEvent, ]
type StackPSMDB ¶
type StackPSMDB = psm.DBStateMachine[ *StackKeys, *StackState, StackStatus, *StackStateData, *StackEvent, StackPSMEvent, ]
type StackPSMEvent ¶
type StackPSMEvent interface { psm.IInnerEvent PSMEventKey() StackPSMEventKey }
type StackPSMEventKey ¶
type StackPSMEventKey = string
const ( StackPSMEventNil StackPSMEventKey = "<nil>" StackPSMEventConfigured StackPSMEventKey = "configured" StackPSMEventDeploymentRequested StackPSMEventKey = "deployment_requested" StackPSMEventDeploymentCompleted StackPSMEventKey = "deployment_completed" StackPSMEventDeploymentFailed StackPSMEventKey = "deployment_failed" StackPSMEventRunDeployment StackPSMEventKey = "run_deployment" )
type StackPSMEventSpec ¶
type StackPSMEventSpec = psm.EventSpec[ *StackKeys, *StackState, StackStatus, *StackStateData, *StackEvent, StackPSMEvent, ]
type StackPSMHookBaton ¶
type StackPSMHookBaton = psm.HookBaton[ *StackKeys, *StackState, StackStatus, *StackStateData, *StackEvent, StackPSMEvent, ]
type StackState ¶
type StackState struct { Metadata *psm_j5pb.StateMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Keys *StackKeys `protobuf:"bytes,2,opt,name=keys,proto3" json:"keys,omitempty"` Status StackStatus `protobuf:"varint,3,opt,name=status,proto3,enum=o5.aws.deployer.v1.StackStatus" json:"status,omitempty"` Data *StackStateData `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*StackState) Descriptor
deprecated
func (*StackState) Descriptor() ([]byte, []int)
Deprecated: Use StackState.ProtoReflect.Descriptor instead.
func (*StackState) GetData ¶
func (x *StackState) GetData() *StackStateData
func (*StackState) GetKeys ¶
func (x *StackState) GetKeys() *StackKeys
func (*StackState) GetMetadata ¶
func (x *StackState) GetMetadata() *psm_j5pb.StateMetadata
func (*StackState) GetStatus ¶
func (x *StackState) GetStatus() StackStatus
func (*StackState) PSMData ¶
func (msg *StackState) PSMData() *StackStateData
func (*StackState) PSMIsSet ¶
func (msg *StackState) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*StackState) PSMKeys ¶
func (msg *StackState) PSMKeys() *StackKeys
func (*StackState) PSMMetadata ¶
func (msg *StackState) PSMMetadata() *psm_j5pb.StateMetadata
func (*StackState) ProtoMessage ¶
func (*StackState) ProtoMessage()
func (*StackState) ProtoReflect ¶
func (x *StackState) ProtoReflect() protoreflect.Message
func (*StackState) Reset ¶
func (x *StackState) Reset()
func (*StackState) SetPSMKeys ¶
func (msg *StackState) SetPSMKeys(inner *StackKeys)
func (*StackState) SetStatus ¶
func (msg *StackState) SetStatus(status StackStatus)
func (*StackState) String ¶
func (x *StackState) String() string
type StackStateData ¶
type StackStateData struct { CurrentDeployment *StackDeployment `protobuf:"bytes,4,opt,name=current_deployment,json=currentDeployment,proto3,oneof" json:"current_deployment,omitempty"` StackName string `protobuf:"bytes,5,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"` ApplicationName string `protobuf:"bytes,6,opt,name=application_name,json=applicationName,proto3" json:"application_name,omitempty"` EnvironmentName string `protobuf:"bytes,7,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,9,rep,name=queued_deployments,json=queuedDeployments,proto3" json:"queued_deployments,omitempty"` // contains filtered or unexported fields }
func (*StackStateData) Descriptor
deprecated
func (*StackStateData) Descriptor() ([]byte, []int)
Deprecated: Use StackStateData.ProtoReflect.Descriptor instead.
func (*StackStateData) GetApplicationName ¶
func (x *StackStateData) GetApplicationName() string
func (*StackStateData) GetCurrentDeployment ¶
func (x *StackStateData) GetCurrentDeployment() *StackDeployment
func (*StackStateData) GetEnvironmentId ¶
func (x *StackStateData) GetEnvironmentId() string
func (*StackStateData) GetEnvironmentName ¶
func (x *StackStateData) GetEnvironmentName() string
func (*StackStateData) GetQueuedDeployments ¶
func (x *StackStateData) GetQueuedDeployments() []*StackDeployment
func (*StackStateData) GetStackName ¶
func (x *StackStateData) GetStackName() string
func (*StackStateData) PSMIsSet ¶
func (msg *StackStateData) PSMIsSet() bool
PSMIsSet is a helper for != nil, which does not work with generic parameters
func (*StackStateData) ProtoMessage ¶
func (*StackStateData) ProtoMessage()
func (*StackStateData) ProtoReflect ¶
func (x *StackStateData) ProtoReflect() protoreflect.Message
func (*StackStateData) Reset ¶
func (x *StackStateData) Reset()
func (*StackStateData) String ¶
func (x *StackStateData) String() string
type StackStatus ¶
type StackStatus int32
const ( StackStatus_STACK_STATUS_UNSPECIFIED StackStatus = 0 StackStatus_STACK_STATUS_MIGRATING StackStatus = 1 StackStatus_STACK_STATUS_AVAILABLE StackStatus = 2 )
const ( StackStatus_UNSPECIFIED StackStatus = 0 StackStatus_MIGRATING StackStatus = 1 StackStatus_AVAILABLE StackStatus = 2 )
StackStatus
func (StackStatus) Descriptor ¶
func (StackStatus) Descriptor() protoreflect.EnumDescriptor
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) Scan ¶
func (x *StackStatus) Scan(value interface{}) error
func (StackStatus) ShortString ¶
func (x StackStatus) ShortString() string
ShortString returns the un-prefixed string representation of the enum value
func (StackStatus) String ¶
func (x StackStatus) String() string
func (StackStatus) Type ¶
func (StackStatus) Type() protoreflect.EnumType
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.aws.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 StepOutputType ¶
type StepOutputType struct { // Types that are assignable to Type: // // *StepOutputType_CfStackStatus // *StepOutputType_CfChangesetStatus 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) Get ¶
func (x *StepOutputType) Get() IsStepOutputTypeWrappedType
func (*StepOutputType) GetCfChangesetStatus ¶
func (x *StepOutputType) GetCfChangesetStatus() *StepOutputType_CFChangesetStatus
func (*StepOutputType) GetCfStackStatus ¶
func (x *StepOutputType) GetCfStackStatus() *StepOutputType_CFStackStatus
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) Set ¶
func (x *StepOutputType) Set(val IsStepOutputTypeWrappedType)
func (*StepOutputType) String ¶
func (x *StepOutputType) String() string
func (*StepOutputType) TypeKey ¶
func (x *StepOutputType) TypeKey() (StepOutputTypeKey, bool)
type StepOutputTypeKey ¶
type StepOutputTypeKey string
StepOutputType is a oneof wrapper
const ( StepOutput_CfStackStatus StepOutputTypeKey = "cfStackStatus" StepOutput_CfChangesetStatus StepOutputTypeKey = "cfChangesetStatus" )
type StepOutputType_CFChangesetStatus ¶
type StepOutputType_CFChangesetStatus struct { Lifecycle CFChangesetLifecycle `protobuf:"varint,1,opt,name=lifecycle,proto3,enum=o5.aws.deployer.v1.CFChangesetLifecycle" json:"lifecycle,omitempty"` // contains filtered or unexported fields }
func (*StepOutputType_CFChangesetStatus) Descriptor
deprecated
func (*StepOutputType_CFChangesetStatus) Descriptor() ([]byte, []int)
Deprecated: Use StepOutputType_CFChangesetStatus.ProtoReflect.Descriptor instead.
func (*StepOutputType_CFChangesetStatus) GetLifecycle ¶
func (x *StepOutputType_CFChangesetStatus) GetLifecycle() CFChangesetLifecycle
func (*StepOutputType_CFChangesetStatus) ProtoMessage ¶
func (*StepOutputType_CFChangesetStatus) ProtoMessage()
func (*StepOutputType_CFChangesetStatus) ProtoReflect ¶
func (x *StepOutputType_CFChangesetStatus) ProtoReflect() protoreflect.Message
func (*StepOutputType_CFChangesetStatus) Reset ¶
func (x *StepOutputType_CFChangesetStatus) Reset()
func (*StepOutputType_CFChangesetStatus) String ¶
func (x *StepOutputType_CFChangesetStatus) String() string
func (*StepOutputType_CFChangesetStatus) TypeKey ¶
func (x *StepOutputType_CFChangesetStatus) TypeKey() StepOutputTypeKey
type StepOutputType_CFStackStatus ¶
type StepOutputType_CFStackStatus struct { Lifecycle CFLifecycle `protobuf:"varint,1,opt,name=lifecycle,proto3,enum=o5.aws.deployer.v1.CFLifecycle" json:"lifecycle,omitempty"` Outputs []*KeyValue `protobuf:"bytes,2,rep,name=outputs,proto3" json:"outputs,omitempty"` // contains filtered or unexported fields }
func (*StepOutputType_CFStackStatus) Descriptor
deprecated
func (*StepOutputType_CFStackStatus) Descriptor() ([]byte, []int)
Deprecated: Use StepOutputType_CFStackStatus.ProtoReflect.Descriptor instead.
func (*StepOutputType_CFStackStatus) GetLifecycle ¶
func (x *StepOutputType_CFStackStatus) GetLifecycle() CFLifecycle
func (*StepOutputType_CFStackStatus) GetOutputs ¶
func (x *StepOutputType_CFStackStatus) GetOutputs() []*KeyValue
func (*StepOutputType_CFStackStatus) ProtoMessage ¶
func (*StepOutputType_CFStackStatus) ProtoMessage()
func (*StepOutputType_CFStackStatus) ProtoReflect ¶
func (x *StepOutputType_CFStackStatus) ProtoReflect() protoreflect.Message
func (*StepOutputType_CFStackStatus) Reset ¶
func (x *StepOutputType_CFStackStatus) Reset()
func (*StepOutputType_CFStackStatus) String ¶
func (x *StepOutputType_CFStackStatus) String() string
func (*StepOutputType_CFStackStatus) TypeKey ¶
func (x *StepOutputType_CFStackStatus) TypeKey() StepOutputTypeKey
type StepOutputType_CfChangesetStatus ¶
type StepOutputType_CfChangesetStatus struct {
CfChangesetStatus *StepOutputType_CFChangesetStatus `protobuf:"bytes,2,opt,name=cf_changeset_status,json=cfChangesetStatus,proto3,oneof"`
}
type StepOutputType_CfStackStatus ¶
type StepOutputType_CfStackStatus struct {
CfStackStatus *StepOutputType_CFStackStatus `protobuf:"bytes,1,opt,name=cf_stack_status,json=cfStackStatus,proto3,oneof"`
}
type StepPhase ¶
type StepPhase int32
const ( StepPhase_UNSPECIFIED StepPhase = 0 StepPhase_WAIT StepPhase = 1 StepPhase_STEPS StepPhase = 2 )
StepPhase
func (StepPhase) Descriptor ¶
func (StepPhase) Descriptor() protoreflect.EnumDescriptor
func (StepPhase) EnumDescriptor
deprecated
func (StepPhase) Number ¶
func (x StepPhase) Number() protoreflect.EnumNumber
func (StepPhase) ShortString ¶
ShortString returns the un-prefixed string representation of the enum value
func (StepPhase) Type ¶
func (StepPhase) Type() protoreflect.EnumType
Source Files
¶
- cf_parameters.pb.go
- cf_parameters_sugar.pb.go
- cluster.pb.go
- cluster_psm.pb.go
- cluster_sugar.pb.go
- deployment.pb.go
- deployment_psm.pb.go
- deployment_sugar.pb.go
- environment.pb.go
- environment_psm.pb.go
- environment_sugar.pb.go
- postgres.pb.go
- postgres_sugar.pb.go
- stack.pb.go
- stack_psm.pb.go
- stack_sugar.pb.go
- steps.pb.go
- steps_sugar.pb.go