Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetDeploymentDtoV1 ¶
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
}
Click to show internal directories.
Click to hide internal directories.