topic

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

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	PostgresStatus_name = map[int32]string{
		0: "POSTGRES_STATUS_UNSPECIFIED",
		1: "POSTGRES_STATUS_STARTED",
		2: "POSTGRES_STATUS_DONE",
		3: "POSTGRES_STATUS_ERROR",
	}
	PostgresStatus_value = map[string]int32{
		"POSTGRES_STATUS_UNSPECIFIED": 0,
		"POSTGRES_STATUS_STARTED":     1,
		"POSTGRES_STATUS_DONE":        2,
		"POSTGRES_STATUS_ERROR":       3,
	}
)

Enum value maps for PostgresStatus.

View Source
var File_o5_deployer_v1_topic_aws_cf_proto protoreflect.FileDescriptor
View Source
var File_o5_deployer_v1_topic_aws_ecs_proto protoreflect.FileDescriptor
View Source
var File_o5_deployer_v1_topic_aws_pg_proto protoreflect.FileDescriptor
View Source
var File_o5_deployer_v1_topic_deployer_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CancelStackUpdateMessage

type CancelStackUpdateMessage struct {
	Request   *v1.RequestMetadata `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	StackName string              `protobuf:"bytes,2,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelStackUpdateMessage) Descriptor deprecated

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

Deprecated: Use CancelStackUpdateMessage.ProtoReflect.Descriptor instead.

func (*CancelStackUpdateMessage) GetRequest

func (x *CancelStackUpdateMessage) GetRequest() *v1.RequestMetadata

func (*CancelStackUpdateMessage) GetStackName

func (x *CancelStackUpdateMessage) GetStackName() string

func (*CancelStackUpdateMessage) ProtoMessage

func (*CancelStackUpdateMessage) ProtoMessage()

func (*CancelStackUpdateMessage) ProtoReflect

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

func (*CancelStackUpdateMessage) Reset

func (x *CancelStackUpdateMessage) Reset()

func (*CancelStackUpdateMessage) String

func (x *CancelStackUpdateMessage) String() string

type CleanupPostgresDatabaseMessage

type CleanupPostgresDatabaseMessage struct {
	Request     *v1.RequestMetadata      `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	MigrationId string                   `protobuf:"bytes,2,opt,name=migration_id,json=migrationId,proto3" json:"migration_id,omitempty"`
	Spec        *v11.PostgresCleanupSpec `protobuf:"bytes,3,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

func (*CleanupPostgresDatabaseMessage) Descriptor deprecated

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

Deprecated: Use CleanupPostgresDatabaseMessage.ProtoReflect.Descriptor instead.

func (*CleanupPostgresDatabaseMessage) GetMigrationId

func (x *CleanupPostgresDatabaseMessage) GetMigrationId() string

func (*CleanupPostgresDatabaseMessage) GetRequest

func (*CleanupPostgresDatabaseMessage) GetSpec

func (*CleanupPostgresDatabaseMessage) ProtoMessage

func (*CleanupPostgresDatabaseMessage) ProtoMessage()

func (*CleanupPostgresDatabaseMessage) ProtoReflect

func (*CleanupPostgresDatabaseMessage) Reset

func (x *CleanupPostgresDatabaseMessage) Reset()

func (*CleanupPostgresDatabaseMessage) String

type CreateNewStackMessage

type CreateNewStackMessage struct {
	Request *v1.RequestMetadata `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	Spec    *v11.CFStackInput   `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateNewStackMessage) Descriptor deprecated

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

Deprecated: Use CreateNewStackMessage.ProtoReflect.Descriptor instead.

func (*CreateNewStackMessage) GetRequest

func (x *CreateNewStackMessage) GetRequest() *v1.RequestMetadata

func (*CreateNewStackMessage) GetSpec

func (x *CreateNewStackMessage) GetSpec() *v11.CFStackInput

func (*CreateNewStackMessage) ProtoMessage

func (*CreateNewStackMessage) ProtoMessage()

func (*CreateNewStackMessage) ProtoReflect

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

func (*CreateNewStackMessage) Reset

func (x *CreateNewStackMessage) Reset()

func (*CreateNewStackMessage) String

func (x *CreateNewStackMessage) String() string

type DeleteStackMessage

type DeleteStackMessage struct {
	Request   *v1.RequestMetadata `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	StackName string              `protobuf:"bytes,2,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteStackMessage) Descriptor deprecated

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

Deprecated: Use DeleteStackMessage.ProtoReflect.Descriptor instead.

func (*DeleteStackMessage) GetRequest

func (x *DeleteStackMessage) GetRequest() *v1.RequestMetadata

func (*DeleteStackMessage) GetStackName

func (x *DeleteStackMessage) GetStackName() string

func (*DeleteStackMessage) ProtoMessage

func (*DeleteStackMessage) ProtoMessage()

func (*DeleteStackMessage) ProtoReflect

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

func (*DeleteStackMessage) Reset

func (x *DeleteStackMessage) Reset()

func (*DeleteStackMessage) String

func (x *DeleteStackMessage) String() string

type DeploymentCompleteMessage

type DeploymentCompleteMessage 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"`
	Version         string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	EnvironmentName string `protobuf:"bytes,4,opt,name=environment_name,json=environmentName,proto3" json:"environment_name,omitempty"`
	ApplicationName string `protobuf:"bytes,5,opt,name=application_name,json=applicationName,proto3" json:"application_name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentCompleteMessage) Descriptor deprecated

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

Deprecated: Use DeploymentCompleteMessage.ProtoReflect.Descriptor instead.

func (*DeploymentCompleteMessage) GetApplicationName

func (x *DeploymentCompleteMessage) GetApplicationName() string

func (*DeploymentCompleteMessage) GetDeploymentId

func (x *DeploymentCompleteMessage) GetDeploymentId() string

func (*DeploymentCompleteMessage) GetEnvironmentName

func (x *DeploymentCompleteMessage) GetEnvironmentName() string

func (*DeploymentCompleteMessage) GetStackId

func (x *DeploymentCompleteMessage) GetStackId() string

func (*DeploymentCompleteMessage) GetVersion

func (x *DeploymentCompleteMessage) GetVersion() string

func (*DeploymentCompleteMessage) ProtoMessage

func (*DeploymentCompleteMessage) ProtoMessage()

func (*DeploymentCompleteMessage) ProtoReflect

func (*DeploymentCompleteMessage) Reset

func (x *DeploymentCompleteMessage) Reset()

func (*DeploymentCompleteMessage) String

func (x *DeploymentCompleteMessage) String() string

type DeploymentFailedMessage

type DeploymentFailedMessage 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"`
	Version         string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	EnvironmentName string `protobuf:"bytes,4,opt,name=environment_name,json=environmentName,proto3" json:"environment_name,omitempty"`
	ApplicationName string `protobuf:"bytes,5,opt,name=application_name,json=applicationName,proto3" json:"application_name,omitempty"`
	Error           string `protobuf:"bytes,6,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentFailedMessage) Descriptor deprecated

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

Deprecated: Use DeploymentFailedMessage.ProtoReflect.Descriptor instead.

func (*DeploymentFailedMessage) GetApplicationName

func (x *DeploymentFailedMessage) GetApplicationName() string

func (*DeploymentFailedMessage) GetDeploymentId

func (x *DeploymentFailedMessage) GetDeploymentId() string

func (*DeploymentFailedMessage) GetEnvironmentName

func (x *DeploymentFailedMessage) GetEnvironmentName() string

func (*DeploymentFailedMessage) GetError

func (x *DeploymentFailedMessage) GetError() string

func (*DeploymentFailedMessage) GetStackId

func (x *DeploymentFailedMessage) GetStackId() string

func (*DeploymentFailedMessage) GetVersion

func (x *DeploymentFailedMessage) GetVersion() string

func (*DeploymentFailedMessage) ProtoMessage

func (*DeploymentFailedMessage) ProtoMessage()

func (*DeploymentFailedMessage) ProtoReflect

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

func (*DeploymentFailedMessage) Reset

func (x *DeploymentFailedMessage) Reset()

func (*DeploymentFailedMessage) String

func (x *DeploymentFailedMessage) String() string

type ECSTaskEventType

type ECSTaskEventType struct {

	// https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduling_tasks.html#task-lifecycle
	//
	// Types that are assignable to Type:
	//
	//	*ECSTaskEventType_Pending_
	//	*ECSTaskEventType_Running_
	//	*ECSTaskEventType_Failed_
	//	*ECSTaskEventType_Exited_
	//	*ECSTaskEventType_Stopped_
	Type isECSTaskEventType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*ECSTaskEventType) Descriptor deprecated

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

Deprecated: Use ECSTaskEventType.ProtoReflect.Descriptor instead.

func (*ECSTaskEventType) GetExited

func (x *ECSTaskEventType) GetExited() *ECSTaskEventType_Exited

func (*ECSTaskEventType) GetFailed

func (x *ECSTaskEventType) GetFailed() *ECSTaskEventType_Failed

func (*ECSTaskEventType) GetPending

func (x *ECSTaskEventType) GetPending() *ECSTaskEventType_Pending

func (*ECSTaskEventType) GetRunning

func (x *ECSTaskEventType) GetRunning() *ECSTaskEventType_Running

func (*ECSTaskEventType) GetStopped

func (x *ECSTaskEventType) GetStopped() *ECSTaskEventType_Stopped

func (*ECSTaskEventType) GetType

func (m *ECSTaskEventType) GetType() isECSTaskEventType_Type

func (*ECSTaskEventType) ProtoMessage

func (*ECSTaskEventType) ProtoMessage()

func (*ECSTaskEventType) ProtoReflect

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

func (*ECSTaskEventType) Reset

func (x *ECSTaskEventType) Reset()

func (*ECSTaskEventType) String

func (x *ECSTaskEventType) String() string

type ECSTaskEventType_Exited

type ECSTaskEventType_Exited struct {
	ContainerName string `protobuf:"bytes,1,opt,name=container_name,json=containerName,proto3" json:"container_name,omitempty"`
	ExitCode      int32  `protobuf:"varint,2,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"`
	// contains filtered or unexported fields
}

func (*ECSTaskEventType_Exited) Descriptor deprecated

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

Deprecated: Use ECSTaskEventType_Exited.ProtoReflect.Descriptor instead.

func (*ECSTaskEventType_Exited) GetContainerName

func (x *ECSTaskEventType_Exited) GetContainerName() string

func (*ECSTaskEventType_Exited) GetExitCode

func (x *ECSTaskEventType_Exited) GetExitCode() int32

func (*ECSTaskEventType_Exited) ProtoMessage

func (*ECSTaskEventType_Exited) ProtoMessage()

func (*ECSTaskEventType_Exited) ProtoReflect

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

func (*ECSTaskEventType_Exited) Reset

func (x *ECSTaskEventType_Exited) Reset()

func (*ECSTaskEventType_Exited) String

func (x *ECSTaskEventType_Exited) String() string

type ECSTaskEventType_Exited_

type ECSTaskEventType_Exited_ struct {
	// The code itself exited, after Running
	Exited *ECSTaskEventType_Exited `protobuf:"bytes,4,opt,name=exited,proto3,oneof"`
}

type ECSTaskEventType_Failed

type ECSTaskEventType_Failed struct {
	Reason        string  `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	ContainerName *string `protobuf:"bytes,2,opt,name=container_name,json=containerName,proto3,oneof" json:"container_name,omitempty"`
	// contains filtered or unexported fields
}

func (*ECSTaskEventType_Failed) Descriptor deprecated

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

Deprecated: Use ECSTaskEventType_Failed.ProtoReflect.Descriptor instead.

func (*ECSTaskEventType_Failed) GetContainerName

func (x *ECSTaskEventType_Failed) GetContainerName() string

func (*ECSTaskEventType_Failed) GetReason

func (x *ECSTaskEventType_Failed) GetReason() string

func (*ECSTaskEventType_Failed) ProtoMessage

func (*ECSTaskEventType_Failed) ProtoMessage()

func (*ECSTaskEventType_Failed) ProtoReflect

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

func (*ECSTaskEventType_Failed) Reset

func (x *ECSTaskEventType_Failed) Reset()

func (*ECSTaskEventType_Failed) String

func (x *ECSTaskEventType_Failed) String() string

type ECSTaskEventType_Failed_

type ECSTaskEventType_Failed_ struct {
	// Did not start, i.e. did not get to Running
	Failed *ECSTaskEventType_Failed `protobuf:"bytes,3,opt,name=failed,proto3,oneof"`
}

type ECSTaskEventType_Pending

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

func (*ECSTaskEventType_Pending) Descriptor deprecated

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

Deprecated: Use ECSTaskEventType_Pending.ProtoReflect.Descriptor instead.

func (*ECSTaskEventType_Pending) ProtoMessage

func (*ECSTaskEventType_Pending) ProtoMessage()

func (*ECSTaskEventType_Pending) ProtoReflect

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

func (*ECSTaskEventType_Pending) Reset

func (x *ECSTaskEventType_Pending) Reset()

func (*ECSTaskEventType_Pending) String

func (x *ECSTaskEventType_Pending) String() string

type ECSTaskEventType_Pending_

type ECSTaskEventType_Pending_ struct {
	// Maps directly to the Pending state in ECS, indicates some level of
	// success
	Pending *ECSTaskEventType_Pending `protobuf:"bytes,1,opt,name=pending,proto3,oneof"`
}

type ECSTaskEventType_Running

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

func (*ECSTaskEventType_Running) Descriptor deprecated

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

Deprecated: Use ECSTaskEventType_Running.ProtoReflect.Descriptor instead.

func (*ECSTaskEventType_Running) ProtoMessage

func (*ECSTaskEventType_Running) ProtoMessage()

func (*ECSTaskEventType_Running) ProtoReflect

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

func (*ECSTaskEventType_Running) Reset

func (x *ECSTaskEventType_Running) Reset()

func (*ECSTaskEventType_Running) String

func (x *ECSTaskEventType_Running) String() string

type ECSTaskEventType_Running_

type ECSTaskEventType_Running_ struct {
	// Maps directly to the Running state in ECS
	Running *ECSTaskEventType_Running `protobuf:"bytes,2,opt,name=running,proto3,oneof"`
}

type ECSTaskEventType_Stopped

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

func (*ECSTaskEventType_Stopped) Descriptor deprecated

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

Deprecated: Use ECSTaskEventType_Stopped.ProtoReflect.Descriptor instead.

func (*ECSTaskEventType_Stopped) GetReason

func (x *ECSTaskEventType_Stopped) GetReason() string

func (*ECSTaskEventType_Stopped) ProtoMessage

func (*ECSTaskEventType_Stopped) ProtoMessage()

func (*ECSTaskEventType_Stopped) ProtoReflect

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

func (*ECSTaskEventType_Stopped) Reset

func (x *ECSTaskEventType_Stopped) Reset()

func (*ECSTaskEventType_Stopped) String

func (x *ECSTaskEventType_Stopped) String() string

type ECSTaskEventType_Stopped_

type ECSTaskEventType_Stopped_ struct {
	// Deliberately stoped, e.g. by scaling, after Running
	Stopped *ECSTaskEventType_Stopped `protobuf:"bytes,5,opt,name=stopped,proto3,oneof"`
}

type ECSTaskStatusMessage

type ECSTaskStatusMessage struct {
	Request *v1.RequestMetadata `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	EventId string              `protobuf:"bytes,2,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	Event   *ECSTaskEventType   `protobuf:"bytes,3,opt,name=event,proto3" json:"event,omitempty"`
	TaskArn string              `protobuf:"bytes,4,opt,name=task_arn,json=taskArn,proto3" json:"task_arn,omitempty"`
	// contains filtered or unexported fields
}

func (*ECSTaskStatusMessage) Descriptor deprecated

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

Deprecated: Use ECSTaskStatusMessage.ProtoReflect.Descriptor instead.

func (*ECSTaskStatusMessage) GetEvent

func (x *ECSTaskStatusMessage) GetEvent() *ECSTaskEventType

func (*ECSTaskStatusMessage) GetEventId

func (x *ECSTaskStatusMessage) GetEventId() string

func (*ECSTaskStatusMessage) GetRequest

func (x *ECSTaskStatusMessage) GetRequest() *v1.RequestMetadata

func (*ECSTaskStatusMessage) GetTaskArn

func (x *ECSTaskStatusMessage) GetTaskArn() string

func (*ECSTaskStatusMessage) ProtoMessage

func (*ECSTaskStatusMessage) ProtoMessage()

func (*ECSTaskStatusMessage) ProtoReflect

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

func (*ECSTaskStatusMessage) Reset

func (x *ECSTaskStatusMessage) Reset()

func (*ECSTaskStatusMessage) String

func (x *ECSTaskStatusMessage) String() string

type MigratePostgresDatabaseMessage

type MigratePostgresDatabaseMessage struct {
	Request     *v1.RequestMetadata        `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	MigrationId string                     `protobuf:"bytes,2,opt,name=migration_id,json=migrationId,proto3" json:"migration_id,omitempty"`
	Spec        *v11.PostgresMigrationSpec `protobuf:"bytes,3,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

func (*MigratePostgresDatabaseMessage) Descriptor deprecated

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

Deprecated: Use MigratePostgresDatabaseMessage.ProtoReflect.Descriptor instead.

func (*MigratePostgresDatabaseMessage) GetMigrationId

func (x *MigratePostgresDatabaseMessage) GetMigrationId() string

func (*MigratePostgresDatabaseMessage) GetRequest

func (*MigratePostgresDatabaseMessage) GetSpec

func (*MigratePostgresDatabaseMessage) ProtoMessage

func (*MigratePostgresDatabaseMessage) ProtoMessage()

func (*MigratePostgresDatabaseMessage) ProtoReflect

func (*MigratePostgresDatabaseMessage) Reset

func (x *MigratePostgresDatabaseMessage) Reset()

func (*MigratePostgresDatabaseMessage) String

type PostgresDatabaseStatusMessage

type PostgresDatabaseStatusMessage struct {
	Request     *v1.RequestMetadata `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	MigrationId string              `protobuf:"bytes,2,opt,name=migration_id,json=migrationId,proto3" json:"migration_id,omitempty"`
	EventId     string              `protobuf:"bytes,3,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	Status      PostgresStatus      `protobuf:"varint,4,opt,name=status,proto3,enum=o5.deployer.v1.topic.PostgresStatus" json:"status,omitempty"`
	Error       *string             `protobuf:"bytes,5,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresDatabaseStatusMessage) Descriptor deprecated

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

Deprecated: Use PostgresDatabaseStatusMessage.ProtoReflect.Descriptor instead.

func (*PostgresDatabaseStatusMessage) GetError

func (x *PostgresDatabaseStatusMessage) GetError() string

func (*PostgresDatabaseStatusMessage) GetEventId

func (x *PostgresDatabaseStatusMessage) GetEventId() string

func (*PostgresDatabaseStatusMessage) GetMigrationId

func (x *PostgresDatabaseStatusMessage) GetMigrationId() string

func (*PostgresDatabaseStatusMessage) GetRequest

func (*PostgresDatabaseStatusMessage) GetStatus

func (*PostgresDatabaseStatusMessage) ProtoMessage

func (*PostgresDatabaseStatusMessage) ProtoMessage()

func (*PostgresDatabaseStatusMessage) ProtoReflect

func (*PostgresDatabaseStatusMessage) Reset

func (x *PostgresDatabaseStatusMessage) Reset()

func (*PostgresDatabaseStatusMessage) String

type PostgresStatus

type PostgresStatus int32
const (
	PostgresStatus_POSTGRES_STATUS_UNSPECIFIED PostgresStatus = 0
	PostgresStatus_POSTGRES_STATUS_STARTED     PostgresStatus = 1
	PostgresStatus_POSTGRES_STATUS_DONE        PostgresStatus = 2
	PostgresStatus_POSTGRES_STATUS_ERROR       PostgresStatus = 3
)

func (PostgresStatus) Descriptor

func (PostgresStatus) Enum

func (x PostgresStatus) Enum() *PostgresStatus

func (PostgresStatus) EnumDescriptor deprecated

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

Deprecated: Use PostgresStatus.Descriptor instead.

func (PostgresStatus) Number

func (PostgresStatus) String

func (x PostgresStatus) String() string

func (PostgresStatus) Type

type RequestDeploymentMessage

type RequestDeploymentMessage struct {
	DeploymentId  string               `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	Application   *v1.Application      `protobuf:"bytes,2,opt,name=application,proto3" json:"application,omitempty"`
	Version       string               `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	EnvironmentId string               `protobuf:"bytes,4,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	Flags         *v11.DeploymentFlags `protobuf:"bytes,5,opt,name=flags,proto3" json:"flags,omitempty"`
	Source        *v11.CodeSourceType  `protobuf:"bytes,6,opt,name=source,proto3" json:"source,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestDeploymentMessage) Descriptor deprecated

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

Deprecated: Use RequestDeploymentMessage.ProtoReflect.Descriptor instead.

func (*RequestDeploymentMessage) GetApplication

func (x *RequestDeploymentMessage) GetApplication() *v1.Application

func (*RequestDeploymentMessage) GetDeploymentId

func (x *RequestDeploymentMessage) GetDeploymentId() string

func (*RequestDeploymentMessage) GetEnvironmentId

func (x *RequestDeploymentMessage) GetEnvironmentId() string

func (*RequestDeploymentMessage) GetFlags

func (*RequestDeploymentMessage) GetSource

func (*RequestDeploymentMessage) GetVersion

func (x *RequestDeploymentMessage) GetVersion() string

func (*RequestDeploymentMessage) ProtoMessage

func (*RequestDeploymentMessage) ProtoMessage()

func (*RequestDeploymentMessage) ProtoReflect

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

func (*RequestDeploymentMessage) Reset

func (x *RequestDeploymentMessage) Reset()

func (*RequestDeploymentMessage) String

func (x *RequestDeploymentMessage) String() string

type RunECSTaskMessage

type RunECSTaskMessage struct {
	Request        *v1.RequestMetadata `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	TaskDefinition string              `protobuf:"bytes,2,opt,name=task_definition,json=taskDefinition,proto3" json:"task_definition,omitempty"`
	Count          int32               `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	Cluster        string              `protobuf:"bytes,4,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// contains filtered or unexported fields
}

func (*RunECSTaskMessage) Descriptor deprecated

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

Deprecated: Use RunECSTaskMessage.ProtoReflect.Descriptor instead.

func (*RunECSTaskMessage) GetCluster

func (x *RunECSTaskMessage) GetCluster() string

func (*RunECSTaskMessage) GetCount

func (x *RunECSTaskMessage) GetCount() int32

func (*RunECSTaskMessage) GetRequest

func (x *RunECSTaskMessage) GetRequest() *v1.RequestMetadata

func (*RunECSTaskMessage) GetTaskDefinition

func (x *RunECSTaskMessage) GetTaskDefinition() string

func (*RunECSTaskMessage) ProtoMessage

func (*RunECSTaskMessage) ProtoMessage()

func (*RunECSTaskMessage) ProtoReflect

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

func (*RunECSTaskMessage) Reset

func (x *RunECSTaskMessage) Reset()

func (*RunECSTaskMessage) String

func (x *RunECSTaskMessage) String() string

type ScaleStackMessage

type ScaleStackMessage struct {
	Request      *v1.RequestMetadata `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	StackName    string              `protobuf:"bytes,2,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"`
	DesiredCount int32               `protobuf:"varint,3,opt,name=desired_count,json=desiredCount,proto3" json:"desired_count,omitempty"`
	// contains filtered or unexported fields
}

func (*ScaleStackMessage) Descriptor deprecated

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

Deprecated: Use ScaleStackMessage.ProtoReflect.Descriptor instead.

func (*ScaleStackMessage) GetDesiredCount

func (x *ScaleStackMessage) GetDesiredCount() int32

func (*ScaleStackMessage) GetRequest

func (x *ScaleStackMessage) GetRequest() *v1.RequestMetadata

func (*ScaleStackMessage) GetStackName

func (x *ScaleStackMessage) GetStackName() string

func (*ScaleStackMessage) ProtoMessage

func (*ScaleStackMessage) ProtoMessage()

func (*ScaleStackMessage) ProtoReflect

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

func (*ScaleStackMessage) Reset

func (x *ScaleStackMessage) Reset()

func (*ScaleStackMessage) String

func (x *ScaleStackMessage) String() string

type StabalizeStackMessage

type StabalizeStackMessage struct {
	Request      *v1.RequestMetadata `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	StackName    string              `protobuf:"bytes,2,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"`
	CancelUpdate bool                `protobuf:"varint,3,opt,name=cancel_update,json=cancelUpdate,proto3" json:"cancel_update,omitempty"`
	// contains filtered or unexported fields
}

func (*StabalizeStackMessage) Descriptor deprecated

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

Deprecated: Use StabalizeStackMessage.ProtoReflect.Descriptor instead.

func (*StabalizeStackMessage) GetCancelUpdate

func (x *StabalizeStackMessage) GetCancelUpdate() bool

func (*StabalizeStackMessage) GetRequest

func (x *StabalizeStackMessage) GetRequest() *v1.RequestMetadata

func (*StabalizeStackMessage) GetStackName

func (x *StabalizeStackMessage) GetStackName() string

func (*StabalizeStackMessage) ProtoMessage

func (*StabalizeStackMessage) ProtoMessage()

func (*StabalizeStackMessage) ProtoReflect

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

func (*StabalizeStackMessage) Reset

func (x *StabalizeStackMessage) Reset()

func (*StabalizeStackMessage) String

func (x *StabalizeStackMessage) String() string

type StackStatusChangedMessage

type StackStatusChangedMessage struct {
	Request   *v1.RequestMetadata `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	EventId   string              `protobuf:"bytes,2,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	StackName string              `protobuf:"bytes,3,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"`
	Status    string              `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	Outputs   []*v11.KeyValue     `protobuf:"bytes,5,rep,name=outputs,proto3" json:"outputs,omitempty"`
	Lifecycle v11.CFLifecycle     `protobuf:"varint,6,opt,name=lifecycle,proto3,enum=o5.deployer.v1.CFLifecycle" json:"lifecycle,omitempty"`
	// contains filtered or unexported fields
}

func (*StackStatusChangedMessage) Descriptor deprecated

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

Deprecated: Use StackStatusChangedMessage.ProtoReflect.Descriptor instead.

func (*StackStatusChangedMessage) GetEventId

func (x *StackStatusChangedMessage) GetEventId() string

func (*StackStatusChangedMessage) GetLifecycle

func (x *StackStatusChangedMessage) GetLifecycle() v11.CFLifecycle

func (*StackStatusChangedMessage) GetOutputs

func (x *StackStatusChangedMessage) GetOutputs() []*v11.KeyValue

func (*StackStatusChangedMessage) GetRequest

func (x *StackStatusChangedMessage) GetRequest() *v1.RequestMetadata

func (*StackStatusChangedMessage) GetStackName

func (x *StackStatusChangedMessage) GetStackName() string

func (*StackStatusChangedMessage) GetStatus

func (x *StackStatusChangedMessage) GetStatus() string

func (*StackStatusChangedMessage) ProtoMessage

func (*StackStatusChangedMessage) ProtoMessage()

func (*StackStatusChangedMessage) ProtoReflect

func (*StackStatusChangedMessage) Reset

func (x *StackStatusChangedMessage) Reset()

func (*StackStatusChangedMessage) String

func (x *StackStatusChangedMessage) String() string

type TriggerDeploymentMessage

type TriggerDeploymentMessage 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"`
	Version         string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	EnvironmentName string `protobuf:"bytes,4,opt,name=environment_name,json=environmentName,proto3" json:"environment_name,omitempty"`
	ApplicationName string `protobuf:"bytes,5,opt,name=application_name,json=applicationName,proto3" json:"application_name,omitempty"`
	// contains filtered or unexported fields
}

func (*TriggerDeploymentMessage) Descriptor deprecated

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

Deprecated: Use TriggerDeploymentMessage.ProtoReflect.Descriptor instead.

func (*TriggerDeploymentMessage) GetApplicationName

func (x *TriggerDeploymentMessage) GetApplicationName() string

func (*TriggerDeploymentMessage) GetDeploymentId

func (x *TriggerDeploymentMessage) GetDeploymentId() string

func (*TriggerDeploymentMessage) GetEnvironmentName

func (x *TriggerDeploymentMessage) GetEnvironmentName() string

func (*TriggerDeploymentMessage) GetStackId

func (x *TriggerDeploymentMessage) GetStackId() string

func (*TriggerDeploymentMessage) GetVersion

func (x *TriggerDeploymentMessage) GetVersion() string

func (*TriggerDeploymentMessage) ProtoMessage

func (*TriggerDeploymentMessage) ProtoMessage()

func (*TriggerDeploymentMessage) ProtoReflect

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

func (*TriggerDeploymentMessage) Reset

func (x *TriggerDeploymentMessage) Reset()

func (*TriggerDeploymentMessage) String

func (x *TriggerDeploymentMessage) String() string

type UpdateStackMessage

type UpdateStackMessage struct {
	Request *v1.RequestMetadata `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	Spec    *v11.CFStackInput   `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateStackMessage) Descriptor deprecated

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

Deprecated: Use UpdateStackMessage.ProtoReflect.Descriptor instead.

func (*UpdateStackMessage) GetRequest

func (x *UpdateStackMessage) GetRequest() *v1.RequestMetadata

func (*UpdateStackMessage) GetSpec

func (x *UpdateStackMessage) GetSpec() *v11.CFStackInput

func (*UpdateStackMessage) ProtoMessage

func (*UpdateStackMessage) ProtoMessage()

func (*UpdateStackMessage) ProtoReflect

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

func (*UpdateStackMessage) Reset

func (x *UpdateStackMessage) Reset()

func (*UpdateStackMessage) String

func (x *UpdateStackMessage) String() string

type UpsertPostgresDatabaseMessage

type UpsertPostgresDatabaseMessage struct {
	Request     *v1.RequestMetadata       `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	MigrationId string                    `protobuf:"bytes,2,opt,name=migration_id,json=migrationId,proto3" json:"migration_id,omitempty"`
	Spec        *v11.PostgresCreationSpec `protobuf:"bytes,3,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

func (*UpsertPostgresDatabaseMessage) Descriptor deprecated

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

Deprecated: Use UpsertPostgresDatabaseMessage.ProtoReflect.Descriptor instead.

func (*UpsertPostgresDatabaseMessage) GetMigrationId

func (x *UpsertPostgresDatabaseMessage) GetMigrationId() string

func (*UpsertPostgresDatabaseMessage) GetRequest

func (*UpsertPostgresDatabaseMessage) GetSpec

func (*UpsertPostgresDatabaseMessage) ProtoMessage

func (*UpsertPostgresDatabaseMessage) ProtoMessage()

func (*UpsertPostgresDatabaseMessage) ProtoReflect

func (*UpsertPostgresDatabaseMessage) Reset

func (x *UpsertPostgresDatabaseMessage) Reset()

func (*UpsertPostgresDatabaseMessage) String

Jump to

Keyboard shortcuts

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