deployments

package
v0.0.0-...-1dd175a Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2025 License: MIT Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetDeploymentDtoV1

type GetDeploymentDtoV1 struct {
	ID                               string
	CloudfrontDistributionID         string
	CloudfrontDistributionArn        string
	CloudfrontDistributionDomainName string
}

type GetDeploymentsArgsV1

type GetDeploymentsArgsV1 struct {
	types.AuthArgsV1
	IDs []string
}

type GetDeploymentsReplyV1

type GetDeploymentsReplyV1 struct {
	Deployments []GetDeploymentDtoV1
}

type UpdateDeploymentDtoV1

type UpdateDeploymentDtoV1 struct {
	ID                               string
	CloudfrontDistributionID         string
	CloudfrontDistributionArn        string
	CloudfrontDistributionDomainName string
	EcrRepositoryUri                 string
	AlbSecurityGroupId               string
	AlbSecurityIngressRuleId         string
	AlbSecurityEgressRuleId          string
	TargetGroupArn                   string
	ListenerArnPort80                string
	ListenerArnPort443               string
	LoadBalancerArn                  string
	LoadBalancerDns                  string
	EcsServiceArn                    string
	DnsName                          string
	LastDeploymentTs                 int64
	ErrorMessage                     string
	Status                           build_enums.Status
	DeletionState                    deployment_enums.DeletionState
	NamespaceName                    string
	Port                             int32
	RdsDatabaseArn                   string
	RdsUserPassword                  string
	RdsUserName                      string
	RdsEngineVersion                 string
	AllocatedStorage                 int32
	MaxAllocatedStorage              int32
	DBInstanceClass                  string
}

type UpdateDeploymentsArgsV1

type UpdateDeploymentsArgsV1 struct {
	types.AuthArgsV1
	Deployments []UpdateDeploymentDtoV1
}

type UpdateDeploymentsReplyV1

type UpdateDeploymentsReplyV1 struct {
	Done bool
}

Jump to

Keyboard shortcuts

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