Skip to content

Commit ca94590

Browse files
authored
feat: [CDS-107148]: Add connector ref to get service response (#653)
1 parent 6282e7e commit ca94590

4 files changed

+4
-0
lines changed

harness/nextgen/model_environment_response_details.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ type EnvironmentResponseDetails struct {
2323
Tags map[string]string `json:"tags,omitempty"`
2424
Version int64 `json:"version,omitempty"`
2525
Yaml string `json:"yaml,omitempty"`
26+
ConnectorRef string `json:"connectorRef,omitempty"`
2627
EntityGitDetails *GitEntityDetails `json:"entityGitDetails,omitempty"`
2728
}

harness/nextgen/model_infrastructure_response_dto.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ type InfrastructureResponseDto struct {
2323
DeploymentType string `json:"deploymentType,omitempty"`
2424
Yaml string `json:"yaml,omitempty"`
2525
EntityGitDetails *GitEntityDetails `json:"entityGitDetails,omitempty"`
26+
ConnectorRef string `json:"connectorRef,omitempty"`
2627
}

harness/nextgen/model_service_overrides_response_dtov2.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ type ServiceOverridesResponseDtov2 struct {
2727
NewlyCreated bool `json:"newlyCreated,omitempty"`
2828
Yaml string `json:"yaml,omitempty"`
2929
EntityGitInfo *EntityGitInfo `json:"entityGitInfo,omitempty"`
30+
ConnectorRef string `json:"connectorRef,omitempty"`
3031
}

harness/nextgen/model_service_response_details.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ type ServiceResponseDetails struct {
2020
Deleted bool `json:"deleted,omitempty"`
2121
Tags map[string]string `json:"tags,omitempty"`
2222
Yaml string `json:"yaml,omitempty"`
23+
ConnectorRef string `json:"connectorRef,omitempty"`
2324
EntityGitDetails *GitEntityDetails `json:"entityGitDetails,omitempty"`
2425
}

0 commit comments

Comments
 (0)