-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [CDS-92490]: service override Gitx support (#494)
* feat:[CDS-92490]: service override gitx support * feat:[CDS-92940]: additon of account id
- Loading branch information
1 parent
d85b685
commit 6322f79
Showing
8 changed files
with
428 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
harness/nextgen/docs/ResponseServiceOverrideImportResponseDto.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# ResponseServiceOverrideImportResponseDto | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Status** | **string** | | [optional] [default to null] | ||
**Data** | [***ServiceOverrideImportResponseDto**](ServiceOverrideImportResponseDTO.md) | | [optional] [default to null] | ||
**MetaData** | [***interface{}**](interface{}.md) | | [optional] [default to null] | ||
**CorrelationId** | **string** | | [optional] [default to null] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# ServiceOverrideImportRequestDto | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**OrgIdentifier** | **string** | | [optional] [default to null] | ||
**ProjectIdentifier** | **string** | | [optional] [default to null] | ||
**EnvironmentRef** | **string** | | [default to null] | ||
**ServiceRef** | **string** | | [optional] [default to null] | ||
**InfraIdentifier** | **string** | | [optional] [default to null] | ||
**Type_** | **string** | | [default to null] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
harness/nextgen/model_response_service_override_import_response_dto.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* | ||
- Harness NextGen Software Delivery Platform API Reference | ||
* | ||
- This is the Open Api Spec 3 for the NextGen Manager. This is under active development. Beware of | ||
the breaking change with respect to the generated code stub # Authentication <!-- ReDoc-Inject: | ||
<security-definitions> --> | ||
* | ||
* API version: 3.0 | ||
* Contact: contact@harness.io | ||
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) | ||
*/ | ||
package nextgen | ||
|
||
type ResponseServiceOverrideImportResponseDto struct { | ||
Status string `json:"status,omitempty"` | ||
Data *ServiceOverrideImportResponseDto `json:"data,omitempty"` | ||
MetaData *interface{} `json:"metaData,omitempty"` | ||
CorrelationId string `json:"correlationId,omitempty"` | ||
} |
23 changes: 23 additions & 0 deletions
23
harness/nextgen/model_service_override_import_request_dto.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* | ||
- Harness NextGen Software Delivery Platform API Reference | ||
* | ||
- This is the Open Api Spec 3 for the NextGen Manager. This is under active development. Beware of | ||
the breaking change with respect to the generated code stub # Authentication <!-- ReDoc-Inject: | ||
<security-definitions> --> | ||
* | ||
* API version: 3.0 | ||
* Contact: contact@harness.io | ||
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) | ||
*/ | ||
package nextgen | ||
|
||
type ServiceOverrideImportRequestDto struct { | ||
OrgIdentifier string `json:"orgIdentifier,omitempty"` | ||
ProjectIdentifier string `json:"projectIdentifier,omitempty"` | ||
EnvironmentRef string `json:"environmentRef"` | ||
ServiceRef string `json:"serviceRef,omitempty"` | ||
InfraIdentifier string `json:"infraIdentifier,omitempty"` | ||
Type_ string `json:"type"` | ||
} |
22 changes: 22 additions & 0 deletions
22
harness/nextgen/model_service_override_import_response_dto.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* | ||
- Harness NextGen Software Delivery Platform API Reference | ||
* | ||
- This is the Open Api Spec 3 for the NextGen Manager. This is under active development. Beware of | ||
the breaking change with respect to the generated code stub # Authentication <!-- ReDoc-Inject: | ||
<security-definitions> --> | ||
* | ||
* API version: 3.0 | ||
* Contact: contact@harness.io | ||
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) | ||
*/ | ||
package nextgen | ||
|
||
type ServiceOverrideImportResponseDto struct { | ||
Identifier string `json:"identifier,omitempty"` | ||
EnvironmentRef string `json:"environmentRef"` | ||
ServiceRef string `json:"serviceRef,omitempty"` | ||
InfraIdentifier string `json:"infraIdentifier,omitempty"` | ||
Type_ string `json:"type"` | ||
} |