-
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.
Merge pull request #178 from harness/SPG-508-adding-service-overrides
[SPG-508]: adding service overrides
- Loading branch information
Showing
12 changed files
with
721 additions
and
21 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
15 changes: 15 additions & 0 deletions
15
harness/nextgen/docs/PageResponseServiceOverrideResponse.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,15 @@ | ||
# PageResponseServiceOverrideResponse | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**TotalPages** | **int64** | | [optional] [default to null] | ||
**TotalItems** | **int64** | | [optional] [default to null] | ||
**PageItemCount** | **int64** | | [optional] [default to null] | ||
**PageSize** | **int64** | | [optional] [default to null] | ||
**Content** | [**[]ServiceOverrideResponse**](ServiceOverrideResponse.md) | | [optional] [default to null] | ||
**PageIndex** | **int64** | | [optional] [default to null] | ||
**Empty** | **bool** | | [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) | ||
|
12 changes: 12 additions & 0 deletions
12
harness/nextgen/docs/ResponseDtoPageResponseServiceOverrideResponse.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 @@ | ||
# ResponseDtoPageResponseServiceOverrideResponse | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Status** | **string** | | [optional] [default to null] | ||
**Data** | [***PageResponseServiceOverrideResponse**](PageResponseServiceOverrideResponse.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) | ||
|
12 changes: 12 additions & 0 deletions
12
harness/nextgen/docs/ResponseDtoServiceOverrideResponse.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 @@ | ||
# ResponseDtoServiceOverrideResponse | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Status** | **string** | | [optional] [default to null] | ||
**Data** | [***ServiceOverrideResponse**](ServiceOverrideResponse.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,13 @@ | ||
# ServiceOverrideRequest | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**OrgIdentifier** | **string** | Organization Identifier for the Entity. | [optional] [default to null] | ||
**ProjectIdentifier** | **string** | Project Identifier for the Entity. | [optional] [default to null] | ||
**EnvironmentIdentifier** | **string** | Environment Identifier for the Entity. | [optional] [default to null] | ||
**ServiceIdentifier** | **string** | Service Identifier for the Entity. | [optional] [default to null] | ||
**Yaml** | **string** | Yaml for the Service Override entity | [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 @@ | ||
# ServiceOverrideResponse | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**AccountId** | **string** | | [optional] [default to null] | ||
**OrgIdentifier** | **string** | | [optional] [default to null] | ||
**ProjectIdentifier** | **string** | | [optional] [default to null] | ||
**EnvironmentRef** | **string** | | [optional] [default to null] | ||
**ServiceRef** | **string** | | [optional] [default to null] | ||
**Yaml** | **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) | ||
|
20 changes: 20 additions & 0 deletions
20
harness/nextgen/model_page_response_service_override_response.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,20 @@ | ||
/* | ||
* 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 | ||
* | ||
* API version: 3.0 | ||
* Contact: [email protected] | ||
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) | ||
*/ | ||
package nextgen | ||
|
||
type PageResponseServiceOverrideResponse struct { | ||
TotalPages int64 `json:"totalPages,omitempty"` | ||
TotalItems int64 `json:"totalItems,omitempty"` | ||
PageItemCount int64 `json:"pageItemCount,omitempty"` | ||
PageSize int64 `json:"pageSize,omitempty"` | ||
Content []ServiceOverrideResponse `json:"content,omitempty"` | ||
PageIndex int64 `json:"pageIndex,omitempty"` | ||
Empty bool `json:"empty,omitempty"` | ||
} |
17 changes: 17 additions & 0 deletions
17
harness/nextgen/model_response_dto_page_response_service_override_response.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,17 @@ | ||
/* | ||
* 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 | ||
* | ||
* API version: 3.0 | ||
* Contact: [email protected] | ||
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) | ||
*/ | ||
package nextgen | ||
|
||
type ResponseDtoPageResponseServiceOverrideResponse struct { | ||
Status string `json:"status,omitempty"` | ||
Data *PageResponseServiceOverrideResponse `json:"data,omitempty"` | ||
MetaData *interface{} `json:"metaData,omitempty"` | ||
CorrelationId string `json:"correlationId,omitempty"` | ||
} |
Oops, something went wrong.