deployer_pb

package
v0.0.0-...-a8e7fc3 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
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.

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

Enum value maps for DeploymentStatus.

View Source
var (
	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,
	}
)
View Source
var (
	EnvironmentStatus_name = map[int32]string{
		0: "ENVIRONMENT_STATUS_UNSPECIFIED",
		1: "ENVIRONMENT_STATUS_ACTIVE",
	}
	EnvironmentStatus_value = map[string]int32{
		"ENVIRONMENT_STATUS_UNSPECIFIED": 0,
		"ENVIRONMENT_STATUS_ACTIVE":      1,
	}
)

Enum value maps for EnvironmentStatus.

View Source
var (
	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,
	}
)
View Source
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.

View Source
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,
	}
)
View Source
var (
	StepStatus_name = map[int32]string{
		0: "STEP_STATUS_UNSPECIFIED",
		1: "STEP_STATUS_BLOCKED",
		2: "STEP_STATUS_ACTIVE",
		3: "STEP_STATUS_DONE",
		4: "STEP_STATUS_FAILED",
	}
	StepStatus_value = map[string]int32{
		"STEP_STATUS_UNSPECIFIED": 0,
		"STEP_STATUS_BLOCKED":     1,
		"STEP_STATUS_ACTIVE":      2,
		"STEP_STATUS_DONE":        3,
		"STEP_STATUS_FAILED":      4,
	}
)

Enum value maps for StepStatus.

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

Enum value maps for StepOutcome.

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

Enum value maps for StepPhase.

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

Enum value maps for CFLifecycle.

View Source
var (
	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.

View Source
var (
	StepStatus_name_short = map[int32]string{
		0: "UNSPECIFIED",
		1: "BLOCKED",
		2: "ACTIVE",
		3: "DONE",
		4: "FAILED",
	}
	StepStatus_value_short = map[string]int32{
		"UNSPECIFIED": 0,
		"BLOCKED":     1,
		"ACTIVE":      2,
		"DONE":        3,
		"FAILED":      4,
	}
	StepStatus_value_either = map[string]int32{
		"UNSPECIFIED":             0,
		"STEP_STATUS_UNSPECIFIED": 0,
		"BLOCKED":                 1,
		"STEP_STATUS_BLOCKED":     1,
		"ACTIVE":                  2,
		"STEP_STATUS_ACTIVE":      2,
		"DONE":                    3,
		"STEP_STATUS_DONE":        3,
		"FAILED":                  4,
		"STEP_STATUS_FAILED":      4,
	}
)
View Source
var (
	StepOutcome_name_short = map[int32]string{
		0: "UNSPECIFIED",
		1: "NOP",
		2: "DOWNTIME",
		3: "BEFORE",
		4: "PARALLEL",
	}
	StepOutcome_value_short = map[string]int32{
		"UNSPECIFIED": 0,
		"NOP":         1,
		"DOWNTIME":    2,
		"BEFORE":      3,
		"PARALLEL":    4,
	}
	StepOutcome_value_either = map[string]int32{
		"UNSPECIFIED":              0,
		"STEP_OUTCOME_UNSPECIFIED": 0,
		"NOP":                      1,
		"STEP_OUTCOME_NOP":         1,
		"DOWNTIME":                 2,
		"STEP_OUTCOME_DOWNTIME":    2,
		"BEFORE":                   3,
		"STEP_OUTCOME_BEFORE":      3,
		"PARALLEL":                 4,
		"STEP_OUTCOME_PARALLEL":    4,
	}
)
View Source
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,
	}
)
View Source
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,
	}
)
View Source
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,
	}
)
View Source
var DefaultClusterPSMTableSpec = ClusterPSMTableSpec{
	State: psm.TableSpec[*ClusterState]{
		TableName:  "cluster",
		DataColumn: "state",
		StoreExtraColumns: func(state *ClusterState) (map[string]interface{}, error) {
			return map[string]interface{}{}, nil
		},
		PKFieldPaths: []string{
			"keys.cluster_id",
		},
	},
	Event: psm.TableSpec[*ClusterEvent]{
		TableName:  "cluster_event",
		DataColumn: "data",
		StoreExtraColumns: func(event *ClusterEvent) (map[string]interface{}, error) {
			metadata := event.Metadata
			return map[string]interface{}{
				"id":         metadata.EventId,
				"timestamp":  metadata.Timestamp,
				"cause":      metadata.Cause,
				"sequence":   metadata.Sequence,
				"cluster_id": event.Keys.ClusterId,
			}, nil
		},
		PKFieldPaths: []string{
			"metadata.EventId",
		},
	},
	EventPrimaryKey: func(id string, keys *ClusterKeys) (map[string]interface{}, error) {
		return map[string]interface{}{
			"id": id,
		}, nil
	},
	PrimaryKey: func(keys *ClusterKeys) (map[string]interface{}, error) {
		return map[string]interface{}{
			"id": keys.ClusterId,
		}, nil
	},
}
View Source
var DefaultDeploymentPSMTableSpec = DeploymentPSMTableSpec{
	State: psm.TableSpec[*DeploymentState]{
		TableName:  "deployment",
		DataColumn: "state",
		StoreExtraColumns: func(state *DeploymentState) (map[string]interface{}, error) {
			return map[string]interface{}{
				"stack_id":       state.Keys.StackId,
				"environment_id": state.Keys.EnvironmentId,
				"cluster_id":     state.Keys.ClusterId,
			}, nil
		},
		PKFieldPaths: []string{
			"keys.deployment_id",
		},
	},
	Event: psm.TableSpec[*DeploymentEvent]{
		TableName:  "deployment_event",
		DataColumn: "data",
		StoreExtraColumns: func(event *DeploymentEvent) (map[string]interface{}, error) {
			metadata := event.Metadata
			return map[string]interface{}{
				"id":             metadata.EventId,
				"timestamp":      metadata.Timestamp,
				"cause":          metadata.Cause,
				"sequence":       metadata.Sequence,
				"deployment_id":  event.Keys.DeploymentId,
				"stack_id":       event.Keys.StackId,
				"environment_id": event.Keys.EnvironmentId,
				"cluster_id":     event.Keys.ClusterId,
			}, nil
		},
		PKFieldPaths: []string{
			"metadata.EventId",
		},
	},
	EventPrimaryKey: func(id string, keys *DeploymentKeys) (map[string]interface{}, error) {
		return map[string]interface{}{
			"id": id,
		}, nil
	},
	PrimaryKey: func(keys *DeploymentKeys) (map[string]interface{}, error) {
		return map[string]interface{}{
			"id": keys.DeploymentId,
		}, nil
	},
}
View Source
var DefaultEnvironmentPSMTableSpec = EnvironmentPSMTableSpec{
	State: psm.TableSpec[*EnvironmentState]{
		TableName:  "environment",
		DataColumn: "state",
		StoreExtraColumns: func(state *EnvironmentState) (map[string]interface{}, error) {
			return map[string]interface{}{
				"cluster_id": state.Keys.ClusterId,
			}, nil
		},
		PKFieldPaths: []string{
			"keys.environment_id",
		},
	},
	Event: psm.TableSpec[*EnvironmentEvent]{
		TableName:  "environment_event",
		DataColumn: "data",
		StoreExtraColumns: func(event *EnvironmentEvent) (map[string]interface{}, error) {
			metadata := event.Metadata
			return map[string]interface{}{
				"id":             metadata.EventId,
				"timestamp":      metadata.Timestamp,
				"cause":          metadata.Cause,
				"sequence":       metadata.Sequence,
				"environment_id": event.Keys.EnvironmentId,
				"cluster_id":     event.Keys.ClusterId,
			}, nil
		},
		PKFieldPaths: []string{
			"metadata.EventId",
		},
	},
	EventPrimaryKey: func(id string, keys *EnvironmentKeys) (map[string]interface{}, error) {
		return map[string]interface{}{
			"id": id,
		}, nil
	},
	PrimaryKey: func(keys *EnvironmentKeys) (map[string]interface{}, error) {
		return map[string]interface{}{
			"id": keys.EnvironmentId,
		}, nil
	},
}
View Source
var DefaultStackPSMTableSpec = StackPSMTableSpec{
	State: psm.TableSpec[*StackState]{
		TableName:  "stack",
		DataColumn: "state",
		StoreExtraColumns: func(state *StackState) (map[string]interface{}, error) {
			return map[string]interface{}{
				"environment_id": state.Keys.EnvironmentId,
				"cluster_id":     state.Keys.ClusterId,
			}, nil
		},
		PKFieldPaths: []string{
			"keys.stack_id",
		},
	},
	Event: psm.TableSpec[*StackEvent]{
		TableName:  "stack_event",
		DataColumn: "data",
		StoreExtraColumns: func(event *StackEvent) (map[string]interface{}, error) {
			metadata := event.Metadata
			return map[string]interface{}{
				"id":             metadata.EventId,
				"timestamp":      metadata.Timestamp,
				"cause":          metadata.Cause,
				"sequence":       metadata.Sequence,
				"stack_id":       event.Keys.StackId,
				"environment_id": event.Keys.EnvironmentId,
				"cluster_id":     event.Keys.ClusterId,
			}, nil
		},
		PKFieldPaths: []string{
			"metadata.EventId",
		},
	},
	EventPrimaryKey: func(id string, keys *StackKeys) (map[string]interface{}, error) {
		return map[string]interface{}{
			"id": id,
		}, nil
	},
	PrimaryKey: func(keys *StackKeys) (map[string]interface{}, error) {
		return map[string]interface{}{
			"id": keys.StackId,
		}, nil
	},
}
View Source
var File_o5_deployer_v1_application_proto protoreflect.FileDescriptor
View Source
var File_o5_deployer_v1_cluster_proto protoreflect.FileDescriptor
View Source
var File_o5_deployer_v1_deployment_proto protoreflect.FileDescriptor
View Source
var File_o5_deployer_v1_environment_proto protoreflect.FileDescriptor
View Source
var File_o5_deployer_v1_pgmigrate_proto protoreflect.FileDescriptor
View Source
var File_o5_deployer_v1_stack_proto protoreflect.FileDescriptor
View Source
var File_o5_deployer_v1_steps_proto protoreflect.FileDescriptor

Functions

Types

type BuiltApplication

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

func (*BuiltApplication) Descriptor deprecated

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

Deprecated: Use BuiltApplication.ProtoReflect.Descriptor instead.

func (*BuiltApplication) GetName

func (x *BuiltApplication) GetName() string

func (*BuiltApplication) GetParameters

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

func (*BuiltApplication) GetPostgresDatabases

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

func (*BuiltApplication) GetQuickMode

func (x *BuiltApplication) GetQuickMode() bool

func (*BuiltApplication) GetSnsTopics

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

func (*BuiltApplication) GetVersion

func (x *BuiltApplication) GetVersion() string

func (*BuiltApplication) ProtoMessage

func (*BuiltApplication) ProtoMessage()

func (*BuiltApplication) ProtoReflect

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

func (*BuiltApplication) Reset

func (x *BuiltApplication) Reset()

func (*BuiltApplication) String

func (x *BuiltApplication) String() string

type 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) Enum

func (CFChangesetLifecycle) EnumDescriptor deprecated

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

Deprecated: Use CFChangesetLifecycle.Descriptor instead.

func (CFChangesetLifecycle) Number

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) Value

func (x CFChangesetLifecycle) Value() (driver.Value, error)

type CFChangesetOutput

type CFChangesetOutput struct {
	Lifecycle CFChangesetLifecycle `protobuf:"varint,1,opt,name=lifecycle,proto3,enum=o5.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) Descriptor() ([]byte, []int)

Deprecated: Use CFImport.ProtoReflect.Descriptor instead.

func (*CFImport) GetLogicalId

func (x *CFImport) GetLogicalId() string

func (*CFImport) GetPhysicalId

func (x *CFImport) GetPhysicalId() map[string]string

func (*CFImport) GetResourceType

func (x *CFImport) GetResourceType() string

func (*CFImport) ProtoMessage

func (*CFImport) ProtoMessage()

func (*CFImport) ProtoReflect

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

func (*CFImport) Reset

func (x *CFImport) Reset()

func (*CFImport) String

func (x *CFImport) String() string

type CFLifecycle

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

func (x CFLifecycle) Value() (driver.Value, error)

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.deployer.v1.CFLifecycle" json:"lifecycle,omitempty"`
	Outputs   []*KeyValue `protobuf:"bytes,2,rep,name=outputs,proto3" json:"outputs,omitempty"`
	// contains filtered or unexported fields
}

func (*CFStackOutput) Descriptor deprecated

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

Deprecated: Use CFStackOutput.ProtoReflect.Descriptor instead.

func (*CFStackOutput) GetLifecycle

func (x *CFStackOutput) GetLifecycle() CFLifecycle

func (*CFStackOutput) GetOutputs

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

func (*CFStackOutput) ProtoMessage

func (*CFStackOutput) ProtoMessage()

func (*CFStackOutput) ProtoReflect

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

func (*CFStackOutput) Reset

func (x *CFStackOutput) Reset()

func (*CFStackOutput) String

func (x *CFStackOutput) String() string

type CloudFormationStackParameter

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

func (*CloudFormationStackParameter) Descriptor deprecated

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

Deprecated: Use CloudFormationStackParameter.ProtoReflect.Descriptor instead.

func (*CloudFormationStackParameter) GetName

func (x *CloudFormationStackParameter) GetName() string

func (*CloudFormationStackParameter) GetResolve

func (*CloudFormationStackParameter) GetSource

func (m *CloudFormationStackParameter) GetSource() isCloudFormationStackParameter_Source

func (*CloudFormationStackParameter) GetValue

func (x *CloudFormationStackParameter) GetValue() string

func (*CloudFormationStackParameter) ProtoMessage

func (*CloudFormationStackParameter) ProtoMessage()

func (*CloudFormationStackParameter) ProtoReflect

func (*CloudFormationStackParameter) Reset

func (x *CloudFormationStackParameter) Reset()

func (*CloudFormationStackParameter) String

type CloudFormationStackParameterType

type CloudFormationStackParameterType struct {

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

func (*CloudFormationStackParameterType) Descriptor deprecated

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

Deprecated: Use CloudFormationStackParameterType.ProtoReflect.Descriptor instead.

func (*CloudFormationStackParameterType) Get

func (*CloudFormationStackParameterType) GetDesiredCount

func (*CloudFormationStackParameterType) GetRulePriority

func (*CloudFormationStackParameterType) GetType

func (m *CloudFormationStackParameterType) GetType() isCloudFormationStackParameterType_Type

func (*CloudFormationStackParameterType) ProtoMessage

func (*CloudFormationStackParameterType) ProtoMessage()

func (*CloudFormationStackParameterType) ProtoReflect

func (*CloudFormationStackParameterType) Reset

func (*CloudFormationStackParameterType) Set

func (*CloudFormationStackParameterType) String

func (*CloudFormationStackParameterType) TypeKey

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

Deprecated: Use CloudFormationStackParameterType_DesiredCount.ProtoReflect.Descriptor instead.

func (*CloudFormationStackParameterType_DesiredCount) ProtoMessage

func (*CloudFormationStackParameterType_DesiredCount) ProtoReflect

func (*CloudFormationStackParameterType_DesiredCount) Reset

func (*CloudFormationStackParameterType_DesiredCount) String

func (*CloudFormationStackParameterType_DesiredCount) TypeKey

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

Deprecated: Use CloudFormationStackParameterType_RulePriority.ProtoReflect.Descriptor instead.

func (*CloudFormationStackParameterType_RulePriority) GetRouteGroup

func (*CloudFormationStackParameterType_RulePriority) ProtoMessage

func (*CloudFormationStackParameterType_RulePriority) ProtoReflect

func (*CloudFormationStackParameterType_RulePriority) Reset

func (*CloudFormationStackParameterType_RulePriority) String

func (*CloudFormationStackParameterType_RulePriority) TypeKey

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_pb.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_pb.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_pb.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_
	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 (*ClusterEventType) GetConfigured

func (x *ClusterEventType) GetConfigured() *ClusterEventType_Configured

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 (*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"
)

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 (*ClusterEventType_Configured) PSMEventKey

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 (*ClusterEventType_Configured) Reset

func (x *ClusterEventType_Configured) Reset()

func (*ClusterEventType_Configured) String

func (x *ClusterEventType_Configured) String() string

func (*ClusterEventType_Configured) TypeKey

type ClusterEventType_Configured_

type ClusterEventType_Configured_ struct {
	Configured *ClusterEventType_Configured `protobuf:"bytes,1,opt,name=configured,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) 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 ClusterPSMEvent

type ClusterPSMEvent interface {
	psm.IInnerEvent
	PSMEventKey() ClusterPSMEventKey
}

type ClusterPSMEventKey

type ClusterPSMEventKey = string
const (
	ClusterPSMEventNil        ClusterPSMEventKey = "<nil>"
	ClusterPSMEventConfigured ClusterPSMEventKey = "configured"
)

type ClusterState

type ClusterState struct {
	Metadata *psm_pb.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.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_pb.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_pb.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 {
	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) GetConfig

func (x *ClusterStateData) GetConfig() *environment_pb.Cluster

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) Enum

func (x ClusterStatus) Enum() *ClusterStatus

func (ClusterStatus) EnumDescriptor deprecated

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

Deprecated: Use ClusterStatus.Descriptor instead.

func (ClusterStatus) Number

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) Value

func (x ClusterStatus) Value() (driver.Value, error)

type CodeSourceType

type CodeSourceType struct {

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

func (*CodeSourceType) Descriptor deprecated

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

Deprecated: Use CodeSourceType.ProtoReflect.Descriptor instead.

func (*CodeSourceType) Get

func (*CodeSourceType) GetGithub

func (x *CodeSourceType) GetGithub() *CodeSourceType_Github

func (*CodeSourceType) GetType

func (m *CodeSourceType) GetType() isCodeSourceType_Type

func (*CodeSourceType) ProtoMessage

func (*CodeSourceType) ProtoMessage()

func (*CodeSourceType) ProtoReflect

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

func (*CodeSourceType) Reset

func (x *CodeSourceType) Reset()

func (*CodeSourceType) Set

func (*CodeSourceType) String

func (x *CodeSourceType) String() string

func (*CodeSourceType) TypeKey

func (x *CodeSourceType) TypeKey() (CodeSourceTypeKey, bool)

type CodeSourceTypeKey

type CodeSourceTypeKey string

CodeSourceType is a oneof wrapper

const (
	CodeSource_Github CodeSourceTypeKey = "github"
)

type CodeSourceType_Github

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

func (*CodeSourceType_Github) Descriptor deprecated

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

Deprecated: Use CodeSourceType_Github.ProtoReflect.Descriptor instead.

func (*CodeSourceType_Github) GetCommit

func (x *CodeSourceType_Github) GetCommit() string

func (*CodeSourceType_Github) GetOwner

func (x *CodeSourceType_Github) GetOwner() string

func (*CodeSourceType_Github) GetRepo

func (x *CodeSourceType_Github) GetRepo() string

func (*CodeSourceType_Github) ProtoMessage

func (*CodeSourceType_Github) ProtoMessage()

func (*CodeSourceType_Github) ProtoReflect

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

func (*CodeSourceType_Github) Reset

func (x *CodeSourceType_Github) Reset()

func (*CodeSourceType_Github) String

func (x *CodeSourceType_Github) String() string

func (*CodeSourceType_Github) TypeKey

type CodeSourceType_Github_

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

type DeploymentEvent

type DeploymentEvent struct {
	Metadata *psm_pb.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_pb.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_pb.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_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 (*DeploymentEventType) GetCreated

func (*DeploymentEventType) GetDone

func (*DeploymentEventType) GetError

func (*DeploymentEventType) GetRunSteps

func (*DeploymentEventType) GetStackAvailable

func (*DeploymentEventType) GetStackWait

func (*DeploymentEventType) GetStackWaitFailure

func (*DeploymentEventType) GetStepResult

func (*DeploymentEventType) GetTerminated

func (*DeploymentEventType) GetTriggered

func (*DeploymentEventType) GetType

func (m *DeploymentEventType) GetType() isDeploymentEventType_Type

func (*DeploymentEventType) ProtoMessage

func (*DeploymentEventType) ProtoMessage()

func (*DeploymentEventType) ProtoReflect

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

func (*DeploymentEventType) Reset

func (x *DeploymentEventType) Reset()

func (*DeploymentEventType) Set

func (*DeploymentEventType) String

func (x *DeploymentEventType) String() string

func (*DeploymentEventType) TypeKey

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_Error            DeploymentEventTypeKey = "error"
	DeploymentEvent_Done             DeploymentEventTypeKey = "done"
	DeploymentEvent_Terminated       DeploymentEventTypeKey = "terminated"
)

type DeploymentEventType_Created

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

func (*DeploymentEventType_Created) Descriptor deprecated

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

Deprecated: Use DeploymentEventType_Created.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_Created) GetSpec

func (*DeploymentEventType_Created) PSMEventKey

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 (*DeploymentEventType_Created) Reset

func (x *DeploymentEventType_Created) Reset()

func (*DeploymentEventType_Created) String

func (x *DeploymentEventType_Created) String() string

func (*DeploymentEventType_Created) TypeKey

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) 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

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) 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 (*DeploymentEventType_Error) Reset

func (x *DeploymentEventType_Error) Reset()

func (*DeploymentEventType_Error) String

func (x *DeploymentEventType_Error) String() string

func (*DeploymentEventType_Error) TypeKey

type DeploymentEventType_Error_

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

type DeploymentEventType_RunSteps

type DeploymentEventType_RunSteps struct {
	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 (*DeploymentEventType_RunSteps) PSMEventKey

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 (*DeploymentEventType_RunSteps) Reset

func (x *DeploymentEventType_RunSteps) Reset()

func (*DeploymentEventType_RunSteps) String

func (*DeploymentEventType_RunSteps) TypeKey

type DeploymentEventType_RunSteps_

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

type DeploymentEventType_StackAvailable

type DeploymentEventType_StackAvailable struct {

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

func (*DeploymentEventType_StackAvailable) Descriptor deprecated

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

Deprecated: Use DeploymentEventType_StackAvailable.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_StackAvailable) GetStackOutput

func (*DeploymentEventType_StackAvailable) PSMEventKey

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 (*DeploymentEventType_StackAvailable) Reset

func (*DeploymentEventType_StackAvailable) String

func (*DeploymentEventType_StackAvailable) TypeKey

type DeploymentEventType_StackAvailable_

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

type DeploymentEventType_StackCreate

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

func (*DeploymentEventType_StackCreate) Descriptor deprecated

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

Deprecated: Use DeploymentEventType_StackCreate.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_StackCreate) ProtoMessage

func (*DeploymentEventType_StackCreate) ProtoMessage()

func (*DeploymentEventType_StackCreate) ProtoReflect

func (*DeploymentEventType_StackCreate) Reset

func (*DeploymentEventType_StackCreate) String

type DeploymentEventType_StackWait

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

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

func (*DeploymentEventType_StackWait) Descriptor deprecated

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

Deprecated: Use DeploymentEventType_StackWait.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_StackWait) PSMEventKey

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 (*DeploymentEventType_StackWait) Reset

func (x *DeploymentEventType_StackWait) Reset()

func (*DeploymentEventType_StackWait) String

func (*DeploymentEventType_StackWait) TypeKey

type DeploymentEventType_StackWaitFailure

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

func (*DeploymentEventType_StackWaitFailure) Descriptor deprecated

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

Deprecated: Use DeploymentEventType_StackWaitFailure.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_StackWaitFailure) GetError

func (*DeploymentEventType_StackWaitFailure) PSMEventKey

func (*DeploymentEventType_StackWaitFailure) PSMIsSet

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 (*DeploymentEventType_StackWaitFailure) Reset

func (*DeploymentEventType_StackWaitFailure) String

func (*DeploymentEventType_StackWaitFailure) TypeKey

type DeploymentEventType_StackWaitFailure_

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

type DeploymentEventType_StackWait_

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

type DeploymentEventType_StepResult

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

func (*DeploymentEventType_StepResult) Descriptor deprecated

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

Deprecated: Use DeploymentEventType_StepResult.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_StepResult) GetError

func (x *DeploymentEventType_StepResult) GetError() string

func (*DeploymentEventType_StepResult) GetOutput

func (*DeploymentEventType_StepResult) GetStatus

func (*DeploymentEventType_StepResult) GetStepId

func (x *DeploymentEventType_StepResult) GetStepId() string

func (*DeploymentEventType_StepResult) PSMEventKey

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 (*DeploymentEventType_StepResult) Reset

func (x *DeploymentEventType_StepResult) Reset()

func (*DeploymentEventType_StepResult) String

func (*DeploymentEventType_StepResult) TypeKey

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) 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 (*DeploymentEventType_Terminated) Reset

func (x *DeploymentEventType_Terminated) Reset()

func (*DeploymentEventType_Terminated) String

func (*DeploymentEventType_Terminated) TypeKey

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) 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 (*DeploymentEventType_Triggered) Reset

func (x *DeploymentEventType_Triggered) Reset()

func (*DeploymentEventType_Triggered) String

func (*DeploymentEventType_Triggered) TypeKey

type DeploymentEventType_Triggered_

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

type DeploymentFlags

type DeploymentFlags struct {

	// Skips scale up/down, directly applying the updates in one infra call.
	QuickMode         bool `protobuf:"varint,11,opt,name=quick_mode,json=quickMode,proto3" json:"quick_mode,omitempty"`
	RotateCredentials bool `protobuf:"varint,12,opt,name=rotate_credentials,json=rotateCredentials,proto3" json:"rotate_credentials,omitempty"`
	CancelUpdates     bool `protobuf:"varint,8,opt,name=cancel_updates,json=cancelUpdates,proto3" json:"cancel_updates,omitempty"`
	DbOnly            bool `protobuf:"varint,9,opt,name=db_only,json=dbOnly,proto3" json:"db_only,omitempty"`
	InfraOnly         bool `protobuf:"varint,10,opt,name=infra_only,json=infraOnly,proto3" json:"infra_only,omitempty"`
	ImportResources   bool `protobuf:"varint,13,opt,name=import_resources,json=importResources,proto3" json:"import_resources,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) GetImportResources

func (x *DeploymentFlags) GetImportResources() bool

func (*DeploymentFlags) GetInfraOnly

func (x *DeploymentFlags) GetInfraOnly() bool

func (*DeploymentFlags) GetQuickMode

func (x *DeploymentFlags) GetQuickMode() bool

func (*DeploymentFlags) GetRotateCredentials

func (x *DeploymentFlags) GetRotateCredentials() bool

func (*DeploymentFlags) ProtoMessage

func (*DeploymentFlags) ProtoMessage()

func (*DeploymentFlags) ProtoReflect

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

func (*DeploymentFlags) Reset

func (x *DeploymentFlags) Reset()

func (*DeploymentFlags) String

func (x *DeploymentFlags) String() string

type 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) 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 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"
	DeploymentPSMEventError            DeploymentPSMEventKey = "error"
	DeploymentPSMEventDone             DeploymentPSMEventKey = "done"
	DeploymentPSMEventTerminated       DeploymentPSMEventKey = "terminated"
)

type DeploymentSpec

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

func (*DeploymentSpec) Descriptor deprecated

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

Deprecated: Use DeploymentSpec.ProtoReflect.Descriptor instead.

func (*DeploymentSpec) GetAppName

func (x *DeploymentSpec) GetAppName() string

func (*DeploymentSpec) GetDatabases

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

func (*DeploymentSpec) GetEcsCluster

func (x *DeploymentSpec) GetEcsCluster() string

func (*DeploymentSpec) GetEnvironmentId

func (x *DeploymentSpec) GetEnvironmentId() string

func (*DeploymentSpec) GetEnvironmentName

func (x *DeploymentSpec) GetEnvironmentName() string

func (*DeploymentSpec) GetFlags

func (x *DeploymentSpec) GetFlags() *DeploymentFlags

func (*DeploymentSpec) GetParameters

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

func (*DeploymentSpec) GetSnsTopics

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

func (*DeploymentSpec) GetSource

func (x *DeploymentSpec) GetSource() *CodeSourceType

func (*DeploymentSpec) 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_pb.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.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_pb.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_pb.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 {
	Spec      *DeploymentSpec   `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"`
	StackName string            `protobuf:"bytes,5,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"`
	Steps     []*DeploymentStep `protobuf:"bytes,10,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) GetSpec

func (x *DeploymentStateData) GetSpec() *DeploymentSpec

func (*DeploymentStateData) GetStackName

func (x *DeploymentStateData) GetStackName() string

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) Enum

func (DeploymentStatus) EnumDescriptor deprecated

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

Deprecated: Use DeploymentStatus.Descriptor instead.

func (DeploymentStatus) Number

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) Value

func (x DeploymentStatus) Value() (driver.Value, error)

type DeploymentStep

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

func (*DeploymentStep) Descriptor deprecated

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

Deprecated: Use DeploymentStep.ProtoReflect.Descriptor instead.

func (*DeploymentStep) GetDependsOn

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

func (*DeploymentStep) GetError

func (x *DeploymentStep) GetError() string

func (*DeploymentStep) GetId

func (x *DeploymentStep) GetId() string

func (*DeploymentStep) GetName

func (x *DeploymentStep) GetName() string

func (*DeploymentStep) GetOutput

func (x *DeploymentStep) GetOutput() *StepOutputType

func (*DeploymentStep) GetRequest

func (x *DeploymentStep) GetRequest() *StepRequestType

func (*DeploymentStep) GetStatus

func (x *DeploymentStep) GetStatus() StepStatus

func (*DeploymentStep) ProtoMessage

func (*DeploymentStep) ProtoMessage()

func (*DeploymentStep) ProtoReflect

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

func (*DeploymentStep) Reset

func (x *DeploymentStep) Reset()

func (*DeploymentStep) String

func (x *DeploymentStep) String() string

type EnvironmentEvent

type EnvironmentEvent struct {
	Metadata *psm_pb.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_pb.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_pb.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 (*EnvironmentEventType) GetConfigured

func (*EnvironmentEventType) GetType

func (m *EnvironmentEventType) GetType() isEnvironmentEventType_Type

func (*EnvironmentEventType) ProtoMessage

func (*EnvironmentEventType) ProtoMessage()

func (*EnvironmentEventType) ProtoReflect

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

func (*EnvironmentEventType) Reset

func (x *EnvironmentEventType) Reset()

func (*EnvironmentEventType) Set

func (*EnvironmentEventType) String

func (x *EnvironmentEventType) String() string

func (*EnvironmentEventType) TypeKey

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 (*EnvironmentEventType_Configured) PSMEventKey

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 (*EnvironmentEventType_Configured) Reset

func (*EnvironmentEventType_Configured) String

func (*EnvironmentEventType_Configured) TypeKey

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) 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 EnvironmentPSMEvent

type EnvironmentPSMEvent interface {
	psm.IInnerEvent
	PSMEventKey() EnvironmentPSMEventKey
}

type EnvironmentPSMEventKey

type EnvironmentPSMEventKey = string
const (
	EnvironmentPSMEventNil        EnvironmentPSMEventKey = "<nil>"
	EnvironmentPSMEventConfigured EnvironmentPSMEventKey = "configured"
)

type EnvironmentState

type EnvironmentState struct {
	Metadata *psm_pb.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.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_pb.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_pb.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 (*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) Enum

func (EnvironmentStatus) EnumDescriptor deprecated

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

Deprecated: Use EnvironmentStatus.Descriptor instead.

func (EnvironmentStatus) Number

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) Value

func (x EnvironmentStatus) Value() (driver.Value, error)

type IsCFStackInput_Template

type IsCFStackInput_Template = isCFStackInput_Template

type IsCloudFormationStackParameterTypeWrappedType

type IsCloudFormationStackParameterTypeWrappedType interface {
	TypeKey() CloudFormationStackParameterTypeKey
}

type IsCloudFormationStackParameterType_Type

type IsCloudFormationStackParameterType_Type = isCloudFormationStackParameterType_Type

type IsCloudFormationStackParameter_Source

type IsCloudFormationStackParameter_Source = isCloudFormationStackParameter_Source

type IsClusterEventTypeWrappedType

type IsClusterEventTypeWrappedType interface {
	TypeKey() ClusterEventTypeKey
}

type IsClusterEventType_Type

type IsClusterEventType_Type = isClusterEventType_Type

type IsCodeSourceTypeWrappedType

type IsCodeSourceTypeWrappedType interface {
	TypeKey() CodeSourceTypeKey
}

type IsCodeSourceType_Type

type IsCodeSourceType_Type = isCodeSourceType_Type

type IsDeploymentEventTypeWrappedType

type IsDeploymentEventTypeWrappedType interface {
	TypeKey() DeploymentEventTypeKey
}

type IsDeploymentEventType_Type

type IsDeploymentEventType_Type = isDeploymentEventType_Type

type IsEnvironmentEventTypeWrappedType

type IsEnvironmentEventTypeWrappedType interface {
	TypeKey() EnvironmentEventTypeKey
}

type IsEnvironmentEventType_Type

type IsEnvironmentEventType_Type = isEnvironmentEventType_Type

type IsParameterSourceTypeWrappedType

type IsParameterSourceTypeWrappedType interface {
	TypeKey() ParameterSourceTypeKey
}

type IsParameterSourceType_Type

type IsParameterSourceType_Type = isParameterSourceType_Type

type IsSourceTriggerTypeWrappedType

type IsSourceTriggerTypeWrappedType interface {
	TypeKey() SourceTriggerTypeKey
}

type IsSourceTriggerType_Type

type IsSourceTriggerType_Type = isSourceTriggerType_Type

type IsStackEventTypeWrappedType

type IsStackEventTypeWrappedType interface {
	TypeKey() StackEventTypeKey
}

type IsStackEventType_Type

type IsStackEventType_Type = isStackEventType_Type

type IsStepOutputTypeWrappedType

type IsStepOutputTypeWrappedType interface {
	TypeKey() StepOutputTypeKey
}

type IsStepOutputType_Type

type IsStepOutputType_Type = isStepOutputType_Type

type IsStepRequestTypeWrappedType

type IsStepRequestTypeWrappedType interface {
	TypeKey() StepRequestTypeKey
}

type IsStepRequestType_Type

type IsStepRequestType_Type = isStepRequestType_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) Descriptor() ([]byte, []int)

Deprecated: Use KeyValue.ProtoReflect.Descriptor instead.

func (*KeyValue) GetName

func (x *KeyValue) GetName() string

func (*KeyValue) GetValue

func (x *KeyValue) GetValue() string

func (*KeyValue) ProtoMessage

func (*KeyValue) ProtoMessage()

func (*KeyValue) ProtoReflect

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

func (*KeyValue) Reset

func (x *KeyValue) Reset()

func (*KeyValue) String

func (x *KeyValue) String() string

type MigrationTaskContext

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

func (*MigrationTaskContext) Descriptor deprecated

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

Deprecated: Use MigrationTaskContext.ProtoReflect.Descriptor instead.

func (*MigrationTaskContext) GetMigrationId

func (x *MigrationTaskContext) GetMigrationId() string

func (*MigrationTaskContext) GetUpstream

func (*MigrationTaskContext) ProtoMessage

func (*MigrationTaskContext) ProtoMessage()

func (*MigrationTaskContext) ProtoReflect

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

func (*MigrationTaskContext) Reset

func (x *MigrationTaskContext) Reset()

func (*MigrationTaskContext) String

func (x *MigrationTaskContext) String() string

type Parameter

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

func (*Parameter) Descriptor deprecated

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

Deprecated: Use Parameter.ProtoReflect.Descriptor instead.

func (*Parameter) GetArgs

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

func (*Parameter) GetDescription

func (x *Parameter) GetDescription() string

func (*Parameter) GetName

func (x *Parameter) GetName() string

func (*Parameter) GetSource

func (x *Parameter) GetSource() *ParameterSourceType

func (*Parameter) GetType

func (x *Parameter) GetType() string

func (*Parameter) ProtoMessage

func (*Parameter) ProtoMessage()

func (*Parameter) ProtoReflect

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

func (*Parameter) Reset

func (x *Parameter) Reset()

func (*Parameter) String

func (x *Parameter) String() string

type ParameterSourceType

type ParameterSourceType struct {

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

func (*ParameterSourceType) Descriptor deprecated

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

Deprecated: Use ParameterSourceType.ProtoReflect.Descriptor instead.

func (*ParameterSourceType) Get

func (*ParameterSourceType) GetCrossEnvSns

func (*ParameterSourceType) GetDesiredCount

func (*ParameterSourceType) GetEnvVar

func (*ParameterSourceType) GetRulePriority

func (*ParameterSourceType) GetStatic

func (*ParameterSourceType) GetType

func (m *ParameterSourceType) GetType() isParameterSourceType_Type

func (*ParameterSourceType) GetWellKnown

func (*ParameterSourceType) ProtoMessage

func (*ParameterSourceType) ProtoMessage()

func (*ParameterSourceType) ProtoReflect

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

func (*ParameterSourceType) Reset

func (x *ParameterSourceType) Reset()

func (*ParameterSourceType) Set

func (*ParameterSourceType) String

func (x *ParameterSourceType) String() string

func (*ParameterSourceType) TypeKey

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_CrossEnvSns  ParameterSourceTypeKey = "crossEnvSns"
	ParameterSource_EnvVar       ParameterSourceTypeKey = "envVar"
)

type ParameterSourceType_CrossEnvSns

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

func (*ParameterSourceType_CrossEnvSns) Descriptor deprecated

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

Deprecated: Use ParameterSourceType_CrossEnvSns.ProtoReflect.Descriptor instead.

func (*ParameterSourceType_CrossEnvSns) GetEnvName

func (x *ParameterSourceType_CrossEnvSns) GetEnvName() string

func (*ParameterSourceType_CrossEnvSns) ProtoMessage

func (*ParameterSourceType_CrossEnvSns) ProtoMessage()

func (*ParameterSourceType_CrossEnvSns) ProtoReflect

func (*ParameterSourceType_CrossEnvSns) Reset

func (*ParameterSourceType_CrossEnvSns) String

func (*ParameterSourceType_CrossEnvSns) TypeKey

type ParameterSourceType_CrossEnvSns_

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

type ParameterSourceType_DesiredCount

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

func (*ParameterSourceType_DesiredCount) Descriptor deprecated

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

Deprecated: Use ParameterSourceType_DesiredCount.ProtoReflect.Descriptor instead.

func (*ParameterSourceType_DesiredCount) ProtoMessage

func (*ParameterSourceType_DesiredCount) ProtoMessage()

func (*ParameterSourceType_DesiredCount) ProtoReflect

func (*ParameterSourceType_DesiredCount) Reset

func (*ParameterSourceType_DesiredCount) String

func (*ParameterSourceType_DesiredCount) TypeKey

type ParameterSourceType_DesiredCount_

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

type ParameterSourceType_EnvVar

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

func (*ParameterSourceType_EnvVar) Descriptor deprecated

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

Deprecated: Use ParameterSourceType_EnvVar.ProtoReflect.Descriptor instead.

func (*ParameterSourceType_EnvVar) GetName

func (x *ParameterSourceType_EnvVar) GetName() string

func (*ParameterSourceType_EnvVar) ProtoMessage

func (*ParameterSourceType_EnvVar) ProtoMessage()

func (*ParameterSourceType_EnvVar) ProtoReflect

func (*ParameterSourceType_EnvVar) Reset

func (x *ParameterSourceType_EnvVar) Reset()

func (*ParameterSourceType_EnvVar) String

func (x *ParameterSourceType_EnvVar) String() string

func (*ParameterSourceType_EnvVar) TypeKey

type ParameterSourceType_EnvVar_

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

type ParameterSourceType_RulePriority

type ParameterSourceType_RulePriority struct {
	RouteGroup 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 (*ParameterSourceType_RulePriority) ProtoMessage

func (*ParameterSourceType_RulePriority) ProtoMessage()

func (*ParameterSourceType_RulePriority) ProtoReflect

func (*ParameterSourceType_RulePriority) Reset

func (*ParameterSourceType_RulePriority) String

func (*ParameterSourceType_RulePriority) TypeKey

type ParameterSourceType_RulePriority_

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

type ParameterSourceType_Static

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

func (*ParameterSourceType_Static) Descriptor deprecated

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

Deprecated: Use ParameterSourceType_Static.ProtoReflect.Descriptor instead.

func (*ParameterSourceType_Static) GetValue

func (x *ParameterSourceType_Static) GetValue() string

func (*ParameterSourceType_Static) ProtoMessage

func (*ParameterSourceType_Static) ProtoMessage()

func (*ParameterSourceType_Static) ProtoReflect

func (*ParameterSourceType_Static) Reset

func (x *ParameterSourceType_Static) Reset()

func (*ParameterSourceType_Static) String

func (x *ParameterSourceType_Static) String() string

func (*ParameterSourceType_Static) TypeKey

type ParameterSourceType_Static_

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

type ParameterSourceType_WellKnown

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

func (*ParameterSourceType_WellKnown) Descriptor deprecated

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

Deprecated: Use ParameterSourceType_WellKnown.ProtoReflect.Descriptor instead.

func (*ParameterSourceType_WellKnown) GetName

func (*ParameterSourceType_WellKnown) ProtoMessage

func (*ParameterSourceType_WellKnown) ProtoMessage()

func (*ParameterSourceType_WellKnown) ProtoReflect

func (*ParameterSourceType_WellKnown) Reset

func (x *ParameterSourceType_WellKnown) Reset()

func (*ParameterSourceType_WellKnown) String

func (*ParameterSourceType_WellKnown) TypeKey

type ParameterSourceType_WellKnown_

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

type PostgresCleanupSpec

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

func (*PostgresCleanupSpec) Descriptor deprecated

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

Deprecated: Use PostgresCleanupSpec.ProtoReflect.Descriptor instead.

func (*PostgresCleanupSpec) GetDbName

func (x *PostgresCleanupSpec) GetDbName() string

func (*PostgresCleanupSpec) GetRootSecretName

func (x *PostgresCleanupSpec) GetRootSecretName() string

func (*PostgresCleanupSpec) ProtoMessage

func (*PostgresCleanupSpec) ProtoMessage()

func (*PostgresCleanupSpec) ProtoReflect

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

func (*PostgresCleanupSpec) Reset

func (x *PostgresCleanupSpec) Reset()

func (*PostgresCleanupSpec) String

func (x *PostgresCleanupSpec) String() string

type PostgresCreationSpec

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

func (*PostgresCreationSpec) Descriptor deprecated

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

Deprecated: Use PostgresCreationSpec.ProtoReflect.Descriptor instead.

func (*PostgresCreationSpec) GetDbExtensions

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

func (*PostgresCreationSpec) GetDbName

func (x *PostgresCreationSpec) GetDbName() string

func (*PostgresCreationSpec) GetRootSecretName

func (x *PostgresCreationSpec) GetRootSecretName() string

func (*PostgresCreationSpec) GetRotateCredentials

func (x *PostgresCreationSpec) GetRotateCredentials() bool

func (*PostgresCreationSpec) GetSecretArn

func (x *PostgresCreationSpec) GetSecretArn() string

func (*PostgresCreationSpec) ProtoMessage

func (*PostgresCreationSpec) ProtoMessage()

func (*PostgresCreationSpec) ProtoReflect

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

func (*PostgresCreationSpec) Reset

func (x *PostgresCreationSpec) Reset()

func (*PostgresCreationSpec) String

func (x *PostgresCreationSpec) String() string

type PostgresDatabaseResource

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

func (*PostgresDatabaseResource) Descriptor deprecated

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

Deprecated: Use PostgresDatabaseResource.ProtoReflect.Descriptor instead.

func (*PostgresDatabaseResource) GetDbExtensions

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

func (*PostgresDatabaseResource) GetDbName

func (x *PostgresDatabaseResource) GetDbName() string

func (*PostgresDatabaseResource) GetMigrationTaskOutputName

func (x *PostgresDatabaseResource) GetMigrationTaskOutputName() string

func (*PostgresDatabaseResource) GetSecretOutputName

func (x *PostgresDatabaseResource) GetSecretOutputName() string

func (*PostgresDatabaseResource) GetServerGroup

func (x *PostgresDatabaseResource) GetServerGroup() string

func (*PostgresDatabaseResource) ProtoMessage

func (*PostgresDatabaseResource) ProtoMessage()

func (*PostgresDatabaseResource) ProtoReflect

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

func (*PostgresDatabaseResource) Reset

func (x *PostgresDatabaseResource) Reset()

func (*PostgresDatabaseResource) String

func (x *PostgresDatabaseResource) String() string

type PostgresMigrationSpec

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

func (*PostgresMigrationSpec) Descriptor deprecated

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

Deprecated: Use PostgresMigrationSpec.ProtoReflect.Descriptor instead.

func (*PostgresMigrationSpec) GetEcsClusterName

func (x *PostgresMigrationSpec) GetEcsClusterName() string

func (*PostgresMigrationSpec) GetMigrationTaskArn

func (x *PostgresMigrationSpec) GetMigrationTaskArn() string

func (*PostgresMigrationSpec) GetSecretArn

func (x *PostgresMigrationSpec) GetSecretArn() string

func (*PostgresMigrationSpec) ProtoMessage

func (*PostgresMigrationSpec) ProtoMessage()

func (*PostgresMigrationSpec) ProtoReflect

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

func (*PostgresMigrationSpec) Reset

func (x *PostgresMigrationSpec) Reset()

func (*PostgresMigrationSpec) String

func (x *PostgresMigrationSpec) String() string

type PostgresSpec

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

func (*PostgresSpec) Descriptor deprecated

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

Deprecated: Use PostgresSpec.ProtoReflect.Descriptor instead.

func (*PostgresSpec) GetDbExtensions

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

func (*PostgresSpec) GetDbName

func (x *PostgresSpec) GetDbName() string

func (*PostgresSpec) GetMigrationTaskOutputName

func (x *PostgresSpec) GetMigrationTaskOutputName() string

func (*PostgresSpec) GetRootSecretName

func (x *PostgresSpec) GetRootSecretName() string

func (*PostgresSpec) GetSecretOutputName

func (x *PostgresSpec) GetSecretOutputName() string

func (*PostgresSpec) ProtoMessage

func (*PostgresSpec) ProtoMessage()

func (*PostgresSpec) ProtoReflect

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

func (*PostgresSpec) Reset

func (x *PostgresSpec) Reset()

func (*PostgresSpec) String

func (x *PostgresSpec) String() string

type 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 SourceTriggerType

type SourceTriggerType struct {

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

func (*SourceTriggerType) Descriptor deprecated

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

Deprecated: Use SourceTriggerType.ProtoReflect.Descriptor instead.

func (*SourceTriggerType) Get

func (*SourceTriggerType) GetGithub

func (*SourceTriggerType) GetType

func (m *SourceTriggerType) GetType() isSourceTriggerType_Type

func (*SourceTriggerType) ProtoMessage

func (*SourceTriggerType) ProtoMessage()

func (*SourceTriggerType) ProtoReflect

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

func (*SourceTriggerType) Reset

func (x *SourceTriggerType) Reset()

func (*SourceTriggerType) Set

func (*SourceTriggerType) String

func (x *SourceTriggerType) String() string

func (*SourceTriggerType) TypeKey

type SourceTriggerTypeKey

type SourceTriggerTypeKey string

SourceTriggerType is a oneof wrapper

const (
	SourceTrigger_Github SourceTriggerTypeKey = "github"
)

type SourceTriggerType_Github

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

func (*SourceTriggerType_Github) Descriptor deprecated

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

Deprecated: Use SourceTriggerType_Github.ProtoReflect.Descriptor instead.

func (*SourceTriggerType_Github) GetBranch

func (x *SourceTriggerType_Github) GetBranch() string

func (*SourceTriggerType_Github) GetOwner

func (x *SourceTriggerType_Github) GetOwner() string

func (*SourceTriggerType_Github) GetRepo

func (x *SourceTriggerType_Github) GetRepo() string

func (*SourceTriggerType_Github) ProtoMessage

func (*SourceTriggerType_Github) ProtoMessage()

func (*SourceTriggerType_Github) ProtoReflect

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

func (*SourceTriggerType_Github) Reset

func (x *SourceTriggerType_Github) Reset()

func (*SourceTriggerType_Github) String

func (x *SourceTriggerType_Github) String() string

func (*SourceTriggerType_Github) TypeKey

type SourceTriggerType_Github_

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

type StackConfig

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

func (*StackConfig) Descriptor deprecated

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

Deprecated: Use StackConfig.ProtoReflect.Descriptor instead.

func (*StackConfig) GetCodeSource

func (x *StackConfig) GetCodeSource() *SourceTriggerType

func (*StackConfig) ProtoMessage

func (*StackConfig) ProtoMessage()

func (*StackConfig) ProtoReflect

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

func (*StackConfig) Reset

func (x *StackConfig) Reset()

func (*StackConfig) String

func (x *StackConfig) String() string

type StackDeployment

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

func (*StackDeployment) Descriptor deprecated

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

Deprecated: Use StackDeployment.ProtoReflect.Descriptor instead.

func (*StackDeployment) GetDeploymentId

func (x *StackDeployment) GetDeploymentId() string

func (*StackDeployment) GetVersion

func (x *StackDeployment) GetVersion() string

func (*StackDeployment) ProtoMessage

func (*StackDeployment) ProtoMessage()

func (*StackDeployment) ProtoReflect

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

func (*StackDeployment) Reset

func (x *StackDeployment) Reset()

func (*StackDeployment) String

func (x *StackDeployment) String() string

type StackEvent

type StackEvent struct {
	Metadata *psm_pb.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_pb.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_pb.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 (*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 (*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"`
	Config          *StackConfig `protobuf:"bytes,4,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*StackEventType_Configured) Descriptor deprecated

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

Deprecated: Use StackEventType_Configured.ProtoReflect.Descriptor instead.

func (*StackEventType_Configured) GetApplicationName

func (x *StackEventType_Configured) GetApplicationName() string

func (*StackEventType_Configured) GetConfig

func (x *StackEventType_Configured) GetConfig() *StackConfig

func (*StackEventType_Configured) GetEnvironmentId

func (x *StackEventType_Configured) GetEnvironmentId() string

func (*StackEventType_Configured) GetEnvironmentName

func (x *StackEventType_Configured) GetEnvironmentName() string

func (*StackEventType_Configured) PSMEventKey

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 (*StackEventType_Configured) Reset

func (x *StackEventType_Configured) Reset()

func (*StackEventType_Configured) String

func (x *StackEventType_Configured) String() string

func (*StackEventType_Configured) TypeKey

type StackEventType_Configured_

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

type StackEventType_DeploymentCompleted

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

func (*StackEventType_DeploymentCompleted) Descriptor deprecated

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

Deprecated: Use StackEventType_DeploymentCompleted.ProtoReflect.Descriptor instead.

func (*StackEventType_DeploymentCompleted) GetDeployment

func (*StackEventType_DeploymentCompleted) PSMEventKey

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 (*StackEventType_DeploymentCompleted) Reset

func (*StackEventType_DeploymentCompleted) String

func (*StackEventType_DeploymentCompleted) TypeKey

type StackEventType_DeploymentCompleted_

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

type StackEventType_DeploymentFailed

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

func (*StackEventType_DeploymentFailed) Descriptor deprecated

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

Deprecated: Use StackEventType_DeploymentFailed.ProtoReflect.Descriptor instead.

func (*StackEventType_DeploymentFailed) GetDeployment

func (*StackEventType_DeploymentFailed) GetError

func (*StackEventType_DeploymentFailed) PSMEventKey

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 (*StackEventType_DeploymentFailed) Reset

func (*StackEventType_DeploymentFailed) String

func (*StackEventType_DeploymentFailed) TypeKey

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 (*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) 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 (*StackEventType_DeploymentRequested) Reset

func (*StackEventType_DeploymentRequested) String

func (*StackEventType_DeploymentRequested) TypeKey

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) 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 (*StackEventType_RunDeployment) Reset

func (x *StackEventType_RunDeployment) Reset()

func (*StackEventType_RunDeployment) String

func (*StackEventType_RunDeployment) TypeKey

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) Descriptor() ([]byte, []int)

Deprecated: Use StackKeys.ProtoReflect.Descriptor instead.

func (*StackKeys) GetClusterId

func (x *StackKeys) GetClusterId() string

func (*StackKeys) GetEnvironmentId

func (x *StackKeys) GetEnvironmentId() string

func (*StackKeys) GetStackId

func (x *StackKeys) GetStackId() string

func (*StackKeys) PSMFullName

func (msg *StackKeys) PSMFullName() string

PSMFullName returns the full name of state machine with package prefix

func (*StackKeys) PSMIsSet

func (msg *StackKeys) PSMIsSet() bool

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

func (*StackKeys) Reset

func (x *StackKeys) Reset()

func (*StackKeys) String

func (x *StackKeys) String() string

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 StackState

type StackState struct {
	Metadata *psm_pb.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.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_pb.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_pb.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"`
	Config            *StackConfig       `protobuf:"bytes,10,opt,name=config,proto3" json:"config,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) GetConfig

func (x *StackStateData) GetConfig() *StackConfig

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) 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) Value

func (x StackStatus) Value() (driver.Value, error)

type StepContext

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

func (*StepContext) Descriptor deprecated

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

Deprecated: Use StepContext.ProtoReflect.Descriptor instead.

func (*StepContext) GetDeploymentId

func (x *StepContext) GetDeploymentId() string

func (*StepContext) GetPhase

func (x *StepContext) GetPhase() StepPhase

func (*StepContext) GetStepId

func (x *StepContext) GetStepId() string

func (*StepContext) ProtoMessage

func (*StepContext) ProtoMessage()

func (*StepContext) ProtoReflect

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

func (*StepContext) Reset

func (x *StepContext) Reset()

func (*StepContext) String

func (x *StepContext) String() string

type StepOutcome

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

StepOutcome

func (StepOutcome) Descriptor

func (StepOutcome) Enum

func (x StepOutcome) Enum() *StepOutcome

func (StepOutcome) EnumDescriptor deprecated

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

Deprecated: Use StepOutcome.Descriptor instead.

func (StepOutcome) Number

func (x StepOutcome) Number() protoreflect.EnumNumber

func (*StepOutcome) Scan

func (x *StepOutcome) Scan(value interface{}) error

func (StepOutcome) ShortString

func (x StepOutcome) ShortString() string

ShortString returns the un-prefixed string representation of the enum value

func (StepOutcome) String

func (x StepOutcome) String() string

func (StepOutcome) Type

func (StepOutcome) Value

func (x StepOutcome) Value() (driver.Value, error)

type StepOutputType

type StepOutputType struct {

	// Types that are assignable to Type:
	//
	//	*StepOutputType_CfStatus
	//	*StepOutputType_CfPlanStatus
	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 (*StepOutputType) GetCfPlanStatus

func (x *StepOutputType) GetCfPlanStatus() *StepOutputType_CFPlanStatus

func (*StepOutputType) GetCfStatus

func (x *StepOutputType) GetCfStatus() *StepOutputType_CFStatus

func (*StepOutputType) GetType

func (m *StepOutputType) GetType() isStepOutputType_Type

func (*StepOutputType) ProtoMessage

func (*StepOutputType) ProtoMessage()

func (*StepOutputType) ProtoReflect

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

func (*StepOutputType) Reset

func (x *StepOutputType) Reset()

func (*StepOutputType) Set

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_CfStatus     StepOutputTypeKey = "cfStatus"
	StepOutput_CfPlanStatus StepOutputTypeKey = "cfPlanStatus"
)

type StepOutputType_CFPlanStatus

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

func (*StepOutputType_CFPlanStatus) Descriptor deprecated

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

Deprecated: Use StepOutputType_CFPlanStatus.ProtoReflect.Descriptor instead.

func (*StepOutputType_CFPlanStatus) GetOutput

func (*StepOutputType_CFPlanStatus) ProtoMessage

func (*StepOutputType_CFPlanStatus) ProtoMessage()

func (*StepOutputType_CFPlanStatus) ProtoReflect

func (*StepOutputType_CFPlanStatus) Reset

func (x *StepOutputType_CFPlanStatus) Reset()

func (*StepOutputType_CFPlanStatus) String

func (x *StepOutputType_CFPlanStatus) String() string

func (*StepOutputType_CFPlanStatus) TypeKey

type StepOutputType_CFStatus

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

func (*StepOutputType_CFStatus) Descriptor deprecated

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

Deprecated: Use StepOutputType_CFStatus.ProtoReflect.Descriptor instead.

func (*StepOutputType_CFStatus) GetOutput

func (x *StepOutputType_CFStatus) GetOutput() *CFStackOutput

func (*StepOutputType_CFStatus) ProtoMessage

func (*StepOutputType_CFStatus) ProtoMessage()

func (*StepOutputType_CFStatus) ProtoReflect

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

func (*StepOutputType_CFStatus) Reset

func (x *StepOutputType_CFStatus) Reset()

func (*StepOutputType_CFStatus) String

func (x *StepOutputType_CFStatus) String() string

func (*StepOutputType_CFStatus) TypeKey

type StepOutputType_CfPlanStatus

type StepOutputType_CfPlanStatus struct {
	CfPlanStatus *StepOutputType_CFPlanStatus `protobuf:"bytes,2,opt,name=cf_plan_status,json=cfPlanStatus,proto3,oneof"`
}

type StepOutputType_CfStatus

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

type StepPhase

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

StepPhase

func (StepPhase) Descriptor

func (StepPhase) Descriptor() protoreflect.EnumDescriptor

func (StepPhase) Enum

func (x StepPhase) Enum() *StepPhase

func (StepPhase) EnumDescriptor deprecated

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

Deprecated: Use StepPhase.Descriptor instead.

func (StepPhase) Number

func (x StepPhase) Number() protoreflect.EnumNumber

func (*StepPhase) Scan

func (x *StepPhase) Scan(value interface{}) error

func (StepPhase) ShortString

func (x StepPhase) ShortString() string

ShortString returns the un-prefixed string representation of the enum value

func (StepPhase) String

func (x StepPhase) String() string

func (StepPhase) Type

func (StepPhase) Value

func (x StepPhase) Value() (driver.Value, error)

type StepRequestType

type StepRequestType struct {

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

func (*StepRequestType) Descriptor deprecated

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

Deprecated: Use StepRequestType.ProtoReflect.Descriptor instead.

func (*StepRequestType) Get

func (*StepRequestType) GetCfCreate

func (x *StepRequestType) GetCfCreate() *StepRequestType_CFCreate

func (*StepRequestType) GetCfPlan

func (x *StepRequestType) GetCfPlan() *StepRequestType_CFPlan

func (*StepRequestType) GetCfScale

func (x *StepRequestType) GetCfScale() *StepRequestType_CFScale

func (*StepRequestType) GetCfUpdate

func (x *StepRequestType) GetCfUpdate() *StepRequestType_CFUpdate

func (*StepRequestType) GetEvalJoin

func (x *StepRequestType) GetEvalJoin() *StepRequestType_EvalJoin

func (*StepRequestType) GetPgCleanup

func (x *StepRequestType) GetPgCleanup() *StepRequestType_PGCleanup

func (*StepRequestType) GetPgEvaluate

func (x *StepRequestType) GetPgEvaluate() *StepRequestType_PGEvaluate

func (*StepRequestType) GetPgMigrate

func (x *StepRequestType) GetPgMigrate() *StepRequestType_PGMigrate

func (*StepRequestType) GetPgUpsert

func (x *StepRequestType) GetPgUpsert() *StepRequestType_PGUpsert

func (*StepRequestType) GetType

func (m *StepRequestType) GetType() isStepRequestType_Type

func (*StepRequestType) ProtoMessage

func (*StepRequestType) ProtoMessage()

func (*StepRequestType) ProtoReflect

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

func (*StepRequestType) Reset

func (x *StepRequestType) Reset()

func (*StepRequestType) Set

func (*StepRequestType) String

func (x *StepRequestType) String() string

func (*StepRequestType) TypeKey

func (x *StepRequestType) TypeKey() (StepRequestTypeKey, bool)

type StepRequestTypeKey

type StepRequestTypeKey string

StepRequestType is a oneof wrapper

const (
	StepRequest_EvalJoin   StepRequestTypeKey = "evalJoin"
	StepRequest_CfCreate   StepRequestTypeKey = "cfCreate"
	StepRequest_CfPlan     StepRequestTypeKey = "cfPlan"
	StepRequest_CfUpdate   StepRequestTypeKey = "cfUpdate"
	StepRequest_CfScale    StepRequestTypeKey = "cfScale"
	StepRequest_PgUpsert   StepRequestTypeKey = "pgUpsert"
	StepRequest_PgEvaluate StepRequestTypeKey = "pgEvaluate"
	StepRequest_PgCleanup  StepRequestTypeKey = "pgCleanup"
	StepRequest_PgMigrate  StepRequestTypeKey = "pgMigrate"
)

type StepRequestType_CFCreate

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

func (*StepRequestType_CFCreate) Descriptor deprecated

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

Deprecated: Use StepRequestType_CFCreate.ProtoReflect.Descriptor instead.

func (*StepRequestType_CFCreate) GetEmptyStack

func (x *StepRequestType_CFCreate) GetEmptyStack() bool

func (*StepRequestType_CFCreate) GetOutput

func (x *StepRequestType_CFCreate) GetOutput() *CFStackOutput

func (*StepRequestType_CFCreate) GetSpec

func (x *StepRequestType_CFCreate) GetSpec() *CFStackInput

func (*StepRequestType_CFCreate) ProtoMessage

func (*StepRequestType_CFCreate) ProtoMessage()

func (*StepRequestType_CFCreate) ProtoReflect

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

func (*StepRequestType_CFCreate) Reset

func (x *StepRequestType_CFCreate) Reset()

func (*StepRequestType_CFCreate) String

func (x *StepRequestType_CFCreate) String() string

func (*StepRequestType_CFCreate) TypeKey

type StepRequestType_CFPlan

type StepRequestType_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 (*StepRequestType_CFPlan) Descriptor deprecated

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

Deprecated: Use StepRequestType_CFPlan.ProtoReflect.Descriptor instead.

func (*StepRequestType_CFPlan) GetImportResources

func (x *StepRequestType_CFPlan) GetImportResources() bool

func (*StepRequestType_CFPlan) GetSpec

func (x *StepRequestType_CFPlan) GetSpec() *CFStackInput

func (*StepRequestType_CFPlan) ProtoMessage

func (*StepRequestType_CFPlan) ProtoMessage()

func (*StepRequestType_CFPlan) ProtoReflect

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

func (*StepRequestType_CFPlan) Reset

func (x *StepRequestType_CFPlan) Reset()

func (*StepRequestType_CFPlan) String

func (x *StepRequestType_CFPlan) String() string

func (*StepRequestType_CFPlan) TypeKey

type StepRequestType_CFScale

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

func (*StepRequestType_CFScale) Descriptor deprecated

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

Deprecated: Use StepRequestType_CFScale.ProtoReflect.Descriptor instead.

func (*StepRequestType_CFScale) GetDesiredCount

func (x *StepRequestType_CFScale) GetDesiredCount() int32

func (*StepRequestType_CFScale) GetStackName

func (x *StepRequestType_CFScale) GetStackName() string

func (*StepRequestType_CFScale) ProtoMessage

func (*StepRequestType_CFScale) ProtoMessage()

func (*StepRequestType_CFScale) ProtoReflect

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

func (*StepRequestType_CFScale) Reset

func (x *StepRequestType_CFScale) Reset()

func (*StepRequestType_CFScale) String

func (x *StepRequestType_CFScale) String() string

func (*StepRequestType_CFScale) TypeKey

type StepRequestType_CFUpdate

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

func (*StepRequestType_CFUpdate) Descriptor deprecated

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

Deprecated: Use StepRequestType_CFUpdate.ProtoReflect.Descriptor instead.

func (*StepRequestType_CFUpdate) GetOutput

func (x *StepRequestType_CFUpdate) GetOutput() *CFStackOutput

func (*StepRequestType_CFUpdate) GetSpec

func (x *StepRequestType_CFUpdate) GetSpec() *CFStackInput

func (*StepRequestType_CFUpdate) ProtoMessage

func (*StepRequestType_CFUpdate) ProtoMessage()

func (*StepRequestType_CFUpdate) ProtoReflect

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

func (*StepRequestType_CFUpdate) Reset

func (x *StepRequestType_CFUpdate) Reset()

func (*StepRequestType_CFUpdate) String

func (x *StepRequestType_CFUpdate) String() string

func (*StepRequestType_CFUpdate) TypeKey

type StepRequestType_CfCreate

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

type StepRequestType_CfPlan

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

type StepRequestType_CfScale

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

type StepRequestType_CfUpdate

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

type StepRequestType_EvalJoin

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

func (*StepRequestType_EvalJoin) Descriptor deprecated

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

Deprecated: Use StepRequestType_EvalJoin.ProtoReflect.Descriptor instead.

func (*StepRequestType_EvalJoin) ProtoMessage

func (*StepRequestType_EvalJoin) ProtoMessage()

func (*StepRequestType_EvalJoin) ProtoReflect

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

func (*StepRequestType_EvalJoin) Reset

func (x *StepRequestType_EvalJoin) Reset()

func (*StepRequestType_EvalJoin) String

func (x *StepRequestType_EvalJoin) String() string

func (*StepRequestType_EvalJoin) TypeKey

type StepRequestType_EvalJoin_

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

type StepRequestType_PGCleanup

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

func (*StepRequestType_PGCleanup) Descriptor deprecated

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

Deprecated: Use StepRequestType_PGCleanup.ProtoReflect.Descriptor instead.

func (*StepRequestType_PGCleanup) GetSpec

func (*StepRequestType_PGCleanup) ProtoMessage

func (*StepRequestType_PGCleanup) ProtoMessage()

func (*StepRequestType_PGCleanup) ProtoReflect

func (*StepRequestType_PGCleanup) Reset

func (x *StepRequestType_PGCleanup) Reset()

func (*StepRequestType_PGCleanup) String

func (x *StepRequestType_PGCleanup) String() string

func (*StepRequestType_PGCleanup) TypeKey

type StepRequestType_PGEvaluate

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

func (*StepRequestType_PGEvaluate) Descriptor deprecated

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

Deprecated: Use StepRequestType_PGEvaluate.ProtoReflect.Descriptor instead.

func (*StepRequestType_PGEvaluate) GetDbName

func (x *StepRequestType_PGEvaluate) GetDbName() string

func (*StepRequestType_PGEvaluate) ProtoMessage

func (*StepRequestType_PGEvaluate) ProtoMessage()

func (*StepRequestType_PGEvaluate) ProtoReflect

func (*StepRequestType_PGEvaluate) Reset

func (x *StepRequestType_PGEvaluate) Reset()

func (*StepRequestType_PGEvaluate) String

func (x *StepRequestType_PGEvaluate) String() string

func (*StepRequestType_PGEvaluate) TypeKey

type StepRequestType_PGMigrate

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

func (*StepRequestType_PGMigrate) Descriptor deprecated

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

Deprecated: Use StepRequestType_PGMigrate.ProtoReflect.Descriptor instead.

func (*StepRequestType_PGMigrate) GetInfraOutputStepId

func (x *StepRequestType_PGMigrate) GetInfraOutputStepId() string

func (*StepRequestType_PGMigrate) GetSpec

func (*StepRequestType_PGMigrate) ProtoMessage

func (*StepRequestType_PGMigrate) ProtoMessage()

func (*StepRequestType_PGMigrate) ProtoReflect

func (*StepRequestType_PGMigrate) Reset

func (x *StepRequestType_PGMigrate) Reset()

func (*StepRequestType_PGMigrate) String

func (x *StepRequestType_PGMigrate) String() string

func (*StepRequestType_PGMigrate) TypeKey

type StepRequestType_PGUpsert

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

func (*StepRequestType_PGUpsert) Descriptor deprecated

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

Deprecated: Use StepRequestType_PGUpsert.ProtoReflect.Descriptor instead.

func (*StepRequestType_PGUpsert) GetInfraOutputStepId

func (x *StepRequestType_PGUpsert) GetInfraOutputStepId() string

func (*StepRequestType_PGUpsert) GetSpec

func (x *StepRequestType_PGUpsert) GetSpec() *PostgresSpec

func (*StepRequestType_PGUpsert) ProtoMessage

func (*StepRequestType_PGUpsert) ProtoMessage()

func (*StepRequestType_PGUpsert) ProtoReflect

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

func (*StepRequestType_PGUpsert) Reset

func (x *StepRequestType_PGUpsert) Reset()

func (*StepRequestType_PGUpsert) String

func (x *StepRequestType_PGUpsert) String() string

func (*StepRequestType_PGUpsert) TypeKey

type StepRequestType_PgCleanup

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

type StepRequestType_PgEvaluate

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

type StepRequestType_PgMigrate

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

type StepRequestType_PgUpsert

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

type StepStatus

type StepStatus int32
const (
	StepStatus_STEP_STATUS_UNSPECIFIED StepStatus = 0
	StepStatus_STEP_STATUS_BLOCKED     StepStatus = 1
	StepStatus_STEP_STATUS_ACTIVE      StepStatus = 2
	StepStatus_STEP_STATUS_DONE        StepStatus = 3
	StepStatus_STEP_STATUS_FAILED      StepStatus = 4
)
const (
	StepStatus_UNSPECIFIED StepStatus = 0
	StepStatus_BLOCKED     StepStatus = 1
	StepStatus_ACTIVE      StepStatus = 2
	StepStatus_DONE        StepStatus = 3
	StepStatus_FAILED      StepStatus = 4
)

StepStatus

func (StepStatus) Descriptor

func (StepStatus) Descriptor() protoreflect.EnumDescriptor

func (StepStatus) Enum

func (x StepStatus) Enum() *StepStatus

func (StepStatus) EnumDescriptor deprecated

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

Deprecated: Use StepStatus.Descriptor instead.

func (StepStatus) Number

func (x StepStatus) Number() protoreflect.EnumNumber

func (*StepStatus) Scan

func (x *StepStatus) Scan(value interface{}) error

func (StepStatus) ShortString

func (x StepStatus) ShortString() string

ShortString returns the un-prefixed string representation of the enum value

func (StepStatus) String

func (x StepStatus) String() string

func (StepStatus) Type

func (StepStatus) Value

func (x StepStatus) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

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