Skip to content

Commit

Permalink
liblab SDK update for version v0.9.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seniorquico committed Sep 17, 2024
1 parent c78285e commit 2314648
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 31 deletions.
18 changes: 9 additions & 9 deletions .manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"liblabVersion": "2.3.1",
"date": "2024-09-11T23:34:37.047Z",
"liblabVersion": "2.4.0",
"date": "2024-09-17T04:36:03.787Z",
"config": {
"language": "go",
"apiId": 1126,
"sdkName": "salad-cloud-imds-sdk",
"sdkVersion": "0.9.0-alpha.2",
"sdkVersion": "0.9.0-alpha.3",
"liblabVersion": "2",
"deliveryMethods": ["zip"],
"languages": ["go"],
Expand All @@ -26,15 +26,15 @@
"homepage": "https://github.com/saladtechnologies/salad-cloud-imds-sdk-dotnet",
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.2",
"sdkVersion": "0.9.0-alpha.3",
"targetBranch": "main"
},
"go": {
"goModuleName": "github.com/saladtechnologies/salad-cloud-imds-sdk-go",
"githubRepoName": "salad-cloud-imds-sdk-go",
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.2",
"sdkVersion": "0.9.0-alpha.3",
"targetBranch": "main"
},
"java": {
Expand All @@ -58,7 +58,7 @@
"homepage": "https://github.com/saladtechnologies/salad-cloud-imds-sdk-java",
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.2",
"sdkVersion": "0.9.0-alpha.3",
"targetBranch": "main"
},
"python": {
Expand Down Expand Up @@ -101,7 +101,7 @@
"githubRepoName": "salad-cloud-imds-sdk-python",
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.2",
"sdkVersion": "0.9.0-alpha.3",
"targetBranch": "main"
},
"typescript": {
Expand All @@ -124,7 +124,7 @@
"homepage": "https://github.com/saladtechnologies/salad-cloud-imds-sdk-javascript",
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.2",
"sdkVersion": "0.9.0-alpha.3",
"targetBranch": "main"
}
},
Expand Down Expand Up @@ -156,7 +156,7 @@
},
"multiTenant": true,
"hooksLocation": {
"bucketKey": "7096/hooks.zip",
"bucketKey": "7207/hooks.zip",
"bucketName": "prod-liblab-api-stack-hooks"
},
"includeWatermark": false,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# SaladCloudImdsSdk Go SDK 0.9.0-alpha.2
# SaladCloudImdsSdk Go SDK 0.9.0-alpha.3

Welcome to the SaladCloudImdsSdk SDK documentation. This guide will help you get started with integrating and using the SaladCloudImdsSdk SDK in your project.

## Versions

- API version: `0.9.0-alpha.1`
- SDK version: `0.9.0-alpha.2`
- SDK version: `0.9.0-alpha.3`

## About the API

Expand Down
8 changes: 4 additions & 4 deletions documentation/models/container_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Represents the health statuses of the running container.

**Properties**

| Name | Type | Required | Description |
| :------ | :----- | :------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Ready | `bool` || `true` if the running container is ready. If a readiness probe is defined, this returns the latest result of the probe. If a readiness probe is not defined but a startup probe is defined, this returns the same value as the `started` property. If neither a readiness probe nor a startup probe are defined, returns `true`. |
| Started | `bool` || `true` if the running container is started. If a startup probe is defined, this returns the latest result of the probe. If a startup probe is not defined, returns `true`. |
| Name | Type | Required | Description |
| :------ | :--- | :------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Ready | bool || `true` if the running container is ready. If a readiness probe is defined, this returns the latest result of the probe. If a readiness probe is not defined but a startup probe is defined, this returns the same value as the `started` property. If neither a readiness probe nor a startup probe are defined, returns `true`. |
| Started | bool || `true` if the running container is started. If a startup probe is defined, this returns the latest result of the probe. If a startup probe is not defined, returns `true`. |
6 changes: 3 additions & 3 deletions documentation/models/container_token.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Represents the identity token of the running container.

**Properties**

| Name | Type | Required | Description |
| :--- | :------- | :------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Jwt | `string` || The JSON Web Token (JWT) that may be used to identify the running container. The JWT may be verified using the JSON Web Key Set (JWKS) available at https://matrix-rest-api.salad.com/.well-known/stash-jwks.json. |
| Name | Type | Required | Description |
| :--- | :----- | :------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Jwt | string || The JSON Web Token (JWT) that may be used to identify the running container. The JWT may be verified using the JSON Web Key Set (JWKS) available at https://matrix-rest-api.salad.com/.well-known/stash-jwks.json. |
6 changes: 3 additions & 3 deletions documentation/models/reallocate_container.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Represents a request to reallocate a container.

**Properties**

| Name | Type | Required | Description |
| :----- | :------- | :------- | :---------------------------------------------------------------------------------------------------------------------------- |
| Reason | `string` || The reason for reallocating the container. This value is reported to SaladCloud support for quality assurance of Salad Nodes. |
| Name | Type | Required | Description |
| :----- | :----- | :------- | :---------------------------------------------------------------------------------------------------------------------------- |
| Reason | string || The reason for reallocating the container. This value is reported to SaladCloud support for quality assurance of Salad Nodes. |
20 changes: 10 additions & 10 deletions documentation/services/metadata_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Reallocates the running container to another Salad Node

**Parameters**

| Name | Type | Required | Description |
| :------------------ | :-------------------- | :------- | :-------------------------- |
| ctx | `Context` || Default go language context |
| reallocateContainer | `ReallocateContainer` || |
| Name | Type | Required | Description |
| :------------------ | :------------------ | :------- | :-------------------------- |
| ctx | Context || Default go language context |
| reallocateContainer | ReallocateContainer || |

**Return Type**

Expand Down Expand Up @@ -61,9 +61,9 @@ Gets the health statuses of the running container

**Parameters**

| Name | Type | Required | Description |
| :--- | :-------- | :------- | :-------------------------- |
| ctx | `Context` || Default go language context |
| Name | Type | Required | Description |
| :--- | :------ | :------- | :-------------------------- |
| ctx | Context || Default go language context |

**Return Type**

Expand Down Expand Up @@ -99,9 +99,9 @@ Gets the identity token of the running container

**Parameters**

| Name | Type | Required | Description |
| :--- | :-------- | :------- | :-------------------------- |
| ctx | `Context` || Default go language context |
| Name | Type | Required | Description |
| :--- | :------ | :------- | :-------------------------- |
| ctx | Context || Default go language context |

**Return Type**

Expand Down

0 comments on commit 2314648

Please sign in to comment.