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 28fb30b commit b362fbc
Show file tree
Hide file tree
Showing 72 changed files with 1,040 additions and 1,039 deletions.
24 changes: 12 additions & 12 deletions .manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"liblabVersion": "2.2.0",
"date": "2024-09-11T04:10:26.246Z",
"liblabVersion": "2.4.0",
"date": "2024-09-17T04:02:32.183Z",
"config": {
"apiId": 1143,
"apiId": 1172,
"sdkName": "salad-cloud-sdk",
"sdkVersion": "0.9.0-alpha.2",
"sdkVersion": "0.9.0-alpha.3",
"liblabVersion": "2",
"deliveryMethods": ["zip"],
"languages": ["typescript"],
Expand All @@ -26,15 +26,15 @@
"homepage": "https://github.com/saladtechnologies/salad-cloud-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-sdk-go",
"githubRepoName": "salad-cloud-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,11 +58,11 @@
"homepage": "https://github.com/saladtechnologies/salad-cloud-sdk-java",
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.2",
"sdkVersion": "0.9.0-alpha.3",
"targetBranch": "main"
},
"python": {
"alwaysInitializeOptionals": true,
"alwaysInitializeOptionals": false,
"classifiers": [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand Down Expand Up @@ -101,7 +101,7 @@
"githubRepoName": "salad-cloud-sdk-python",
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.2",
"sdkVersion": "0.9.0-alpha.3",
"targetBranch": "main"
},
"terraform": {
Expand All @@ -112,7 +112,7 @@
"providerSchemaConfig": {
"authTokenKey": "api_key"
},
"providerVersion": "0.9.0-alpha.2",
"providerVersion": "0.9.0-alpha.3",
"githubRepoName": "terraform-provider-salad-cloud",
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
Expand All @@ -138,7 +138,7 @@
"homepage": "https://github.com/saladtechnologies/salad-cloud-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 @@ -232,7 +232,7 @@
}
],
"apiName": "SaladCloud API",
"apiVersion": "0.9.0-alpha.2",
"apiVersion": "0.9.0-alpha.3",
"authentication": {
"apiKey": {
"header": "Salad-Api-Key"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# SaladCloudSdk TypeScript SDK 0.9.0-alpha.2
# SaladCloudSdk TypeScript SDK 0.9.0-alpha.3

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

## Versions

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

## About the API

Expand Down
132 changes: 66 additions & 66 deletions documentation/models/Container.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,124 +4,124 @@ Represents a container

**Properties**

| Name | Type | Required | Description |
| :------------------- | :------------------------------ | :------- | :------------------------------------------- |
| image | `string` || |
| resources | `ContainerResourceRequirements` || Represents a container resource requirements |
| command | `string[]` || |
| priority | `ContainerGroupPriority` || |
| size | `number` || |
| hash | `string` || |
| environmentVariables | `any` || |
| logging | `ContainerLogging` || |
| Name | Type | Required | Description |
| :------------------- | :---------------------------- | :------- | :------------------------------------------- |
| image | string || |
| resources | ContainerResourceRequirements || Represents a container resource requirements |
| command | string[] || |
| priority | ContainerGroupPriority || |
| size | number || |
| hash | string || |
| environmentVariables | any || |
| logging | ContainerLogging || |

# ContainerLogging

**Properties**

| Name | Type | Required | Description |
| :------- | :----------------- | :------- | :---------- |
| axiom | `LoggingAxiom1` || |
| datadog | `LoggingDatadog1` || |
| newRelic | `LoggingNewRelic1` || |
| splunk | `LoggingSplunk1` || |
| tcp | `LoggingTcp1` || |
| http | `LoggingHttp1` || |
| Name | Type | Required | Description |
| :------- | :--------------- | :------- | :---------- |
| axiom | LoggingAxiom1 || |
| datadog | LoggingDatadog1 || |
| newRelic | LoggingNewRelic1 || |
| splunk | LoggingSplunk1 || |
| tcp | LoggingTcp1 || |
| http | LoggingHttp1 || |

# LoggingAxiom1

**Properties**

| Name | Type | Required | Description |
| :------- | :------- | :------- | :---------- |
| host | `string` || |
| apiToken | `string` || |
| dataset | `string` || |
| Name | Type | Required | Description |
| :------- | :----- | :------- | :---------- |
| host | string || |
| apiToken | string || |
| dataset | string || |

# LoggingDatadog1

**Properties**

| Name | Type | Required | Description |
| :----- | :--------------- | :------- | :---------- |
| host | `string` || |
| apiKey | `string` || |
| tags | `DatadogTags1[]` || |
| Name | Type | Required | Description |
| :----- | :------------- | :------- | :---------- |
| host | string || |
| apiKey | string || |
| tags | DatadogTags1[] || |

# DatadogTags1

**Properties**

| Name | Type | Required | Description |
| :---- | :------- | :------- | :---------- |
| name | `string` || |
| value | `string` || |
| Name | Type | Required | Description |
| :---- | :----- | :------- | :---------- |
| name | string || |
| value | string || |

# LoggingNewRelic1

**Properties**

| Name | Type | Required | Description |
| :----------- | :------- | :------- | :---------- |
| host | `string` || |
| ingestionKey | `string` || |
| Name | Type | Required | Description |
| :----------- | :----- | :------- | :---------- |
| host | string || |
| ingestionKey | string || |

# LoggingSplunk1

**Properties**

| Name | Type | Required | Description |
| :---- | :------- | :------- | :---------- |
| host | `string` || |
| token | `string` || |
| Name | Type | Required | Description |
| :---- | :----- | :------- | :---------- |
| host | string || |
| token | string || |

# LoggingTcp1

**Properties**

| Name | Type | Required | Description |
| :--- | :------- | :------- | :---------- |
| host | `string` || |
| port | `number` || |
| Name | Type | Required | Description |
| :--- | :----- | :------- | :---------- |
| host | string || |
| port | number || |

# LoggingHttp1

**Properties**

| Name | Type | Required | Description |
| :---------- | :----------------- | :------- | :---------- |
| host | `string` || |
| port | `number` || |
| format | `HttpFormat1` || |
| compression | `HttpCompression1` || |
| user | `string` || |
| password | `string` || |
| path | `string` || |
| headers | `HttpHeaders1[]` || |
| Name | Type | Required | Description |
| :---------- | :--------------- | :------- | :---------- |
| host | string || |
| port | number || |
| format | HttpFormat1 || |
| compression | HttpCompression1 || |
| user | string || |
| password | string || |
| path | string || |
| headers | HttpHeaders1[] || |

# HttpFormat1

**Properties**

| Name | Type | Required | Description |
| :-------- | :------- | :------- | :----------- |
| JSON | `string` || "json" |
| JSONLINES | `string` || "json_lines" |
| Name | Type | Required | Description |
| :-------- | :----- | :------- | :----------- |
| JSON | string || "json" |
| JSONLINES | string || "json_lines" |

# HttpCompression1

**Properties**

| Name | Type | Required | Description |
| :--- | :------- | :------- | :---------- |
| NONE | `string` || "none" |
| GZIP | `string` || "gzip" |
| Name | Type | Required | Description |
| :--- | :----- | :------- | :---------- |
| NONE | string || "none" |
| GZIP | string || "gzip" |

# HttpHeaders1

**Properties**

| Name | Type | Required | Description |
| :---- | :------- | :------- | :---------- |
| name | `string` || |
| value | `string` || |
| Name | Type | Required | Description |
| :---- | :----- | :------- | :---------- |
| name | string || |
| value | string || |
42 changes: 21 additions & 21 deletions documentation/models/ContainerGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ Represents a container group

**Properties**

| Name | Type | Required | Description |
| :-------------- | :------------------------------ | :------- | :---------------------------------------------------------------------------------------------- |
| id | `string` || |
| name | `string` || |
| displayName | `string` || |
| container | `Container` || Represents a container |
| autostartPolicy | `boolean` || |
| restartPolicy | `ContainerRestartPolicy` || |
| replicas | `number` || |
| currentState | `ContainerGroupState` || Represents a container group state |
| createTime | `string` || |
| updateTime | `string` || |
| pendingChange | `boolean` || |
| version | `number` || |
| countryCodes | `CountryCode[]` || List of countries nodes must be located in. Remove this field to permit nodes from any country. |
| networking | `ContainerGroupNetworking` || Represents container group networking parameters |
| livenessProbe | `ContainerGroupLivenessProbe` || Represents the container group liveness probe |
| readinessProbe | `ContainerGroupReadinessProbe` || Represents the container group readiness probe |
| startupProbe | `ContainerGroupStartupProbe` || Represents the container group startup probe |
| queueConnection | `ContainerGroupQueueConnection` || Represents container group queue connection |
| queueAutoscaler | `QueueAutoscaler` || Represents the autoscaling rules for a queue |
| Name | Type | Required | Description |
| :-------------- | :---------------------------- | :------- | :---------------------------------------------------------------------------------------------- |
| id | string || |
| name | string || |
| displayName | string || |
| container | Container || Represents a container |
| autostartPolicy | boolean || |
| restartPolicy | ContainerRestartPolicy || |
| replicas | number || |
| currentState | ContainerGroupState || Represents a container group state |
| createTime | string || |
| updateTime | string || |
| pendingChange | boolean || |
| version | number || |
| countryCodes | CountryCode[] || List of countries nodes must be located in. Remove this field to permit nodes from any country. |
| networking | ContainerGroupNetworking || Represents container group networking parameters |
| livenessProbe | ContainerGroupLivenessProbe || Represents the container group liveness probe |
| readinessProbe | ContainerGroupReadinessProbe || Represents the container group readiness probe |
| startupProbe | ContainerGroupStartupProbe || Represents the container group startup probe |
| queueConnection | ContainerGroupQueueConnection || Represents container group queue connection |
| queueAutoscaler | QueueAutoscaler || Represents the autoscaling rules for a queue |
Loading

0 comments on commit b362fbc

Please sign in to comment.