-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into SPOTAUT-17605-Fix
- Loading branch information
Showing
31 changed files
with
329 additions
and
34 deletions.
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
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
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
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
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
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
12 changes: 12 additions & 0 deletions
12
api/services/ocean/cd/schemas/oceanCDArgoRolloutsInfo.yaml
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 @@ | ||
type: object | ||
title: Argo Rollouts Metadata | ||
description: > | ||
Contains Argo Rollouts metadata information. | ||
properties: | ||
argoRolloutVersion: | ||
type: string | ||
lastHeartbeatTime: | ||
type: string | ||
example: "2018-11-05T12:55:50.000Z" | ||
description: > | ||
Time stamp of latest time the operator controller sent heartbeat. |
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
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
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 @@ | ||
type: object | ||
title: Ocean CD Operator Manager Info | ||
description: > | ||
Contains OceanCD operator manager detailed information. | ||
properties: | ||
kubernetesVersion: | ||
type: string | ||
nodeName: | ||
type: string | ||
operatorVersion: | ||
type: string | ||
podName: | ||
type: string |
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,10 @@ | ||
type: object | ||
title: Ocean CD Operator Maanager Metadata | ||
description: > | ||
Contains OceanCD operator manager metadata information. | ||
properties: | ||
lastHeartbeatTime: | ||
type: string | ||
example: "2018-11-05T12:55:50.000Z" | ||
description: > | ||
Time stamp of latest time the operator manager controller sent heartbeat. |
6 changes: 4 additions & 2 deletions
6
...ean/cd/schemas/oceanCDControllerInfo.yaml → ...ocean/cd/schemas/oceanCDOperatorInfo.yaml
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
10 changes: 10 additions & 0 deletions
10
api/services/ocean/cd/schemas/oceanCDOperatorMetadata.yaml
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,10 @@ | ||
type: object | ||
title: Ocean CD Operator Metadata | ||
description: > | ||
Contains OceanCD operator metadata information. | ||
properties: | ||
lastHeartbeatTime: | ||
type: string | ||
example: "2018-11-05T12:55:50.000Z" | ||
description: > | ||
Time stamp of latest time the operator controller sent heartbeat. |
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
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
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
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
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 @@ | ||
put: | ||
summary: "Detach Instances" | ||
description: > | ||
Detach instances from your Ocean cluster. | ||
operationId: "oceanEcsDetachInstance" | ||
tags: | ||
- "Ocean ECS" | ||
parameters: | ||
- $ref: "../../../../commons/parameters/accountId.yaml" | ||
- $ref: "../../commons/parameters/oceanId.yaml" | ||
requestBody: | ||
required: true | ||
content: | ||
application/json: | ||
schema: | ||
allOf: | ||
- $ref: "../../aws/schemas/detachInstancesRequest.yaml" | ||
responses: | ||
200: | ||
$ref: "../responses/detachInstancesResponse.yaml" | ||
400: | ||
description: "Bad Request" | ||
|
15 changes: 15 additions & 0 deletions
15
api/services/ocean/ecs/responses/detachInstancesResponse.yaml
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 @@ | ||
description: Detach Instances Response | ||
content: | ||
application/json: | ||
schema: | ||
allOf: | ||
- $ref: "../../../../commons/schemas/responseWrapper.yaml" | ||
- type: object | ||
properties: | ||
request: | ||
type: object | ||
properties: | ||
url: | ||
example: "/ocean/aws/ecs/cluster/o-abcd1234/detachInstances" | ||
method: | ||
example: "PUT" |
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
2 changes: 2 additions & 0 deletions
2
api/services/ocean/ecs/schemas/OceanLaunchSpecLaunchContainerInstancesRequest.yaml
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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
type: object | ||
required: | ||
- launchRequest | ||
properties: | ||
launchRequest: | ||
type: object | ||
|
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
Oops, something went wrong.