Skip to content

Commit

Permalink
merge(#312): feat(cl/np/list): added node pool status
Browse files Browse the repository at this point in the history
feat(cl/np/list): added node pool status

#312
  • Loading branch information
pregnor authored Oct 6, 2020
2 parents 92ad8af + 6ecebcd commit 7e0beff
Show file tree
Hide file tree
Showing 71 changed files with 159 additions and 1,452 deletions.
2 changes: 1 addition & 1 deletion .gen/cloudinfo/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.3
4.3.1
18 changes: 0 additions & 18 deletions .gen/cloudinfo/api_continents.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions .gen/cloudinfo/api_images.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions .gen/cloudinfo/api_products.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions .gen/cloudinfo/api_provider.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions .gen/cloudinfo/api_providers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions .gen/cloudinfo/api_region.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions .gen/cloudinfo/api_regions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions .gen/cloudinfo/api_service.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions .gen/cloudinfo/api_services.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions .gen/cloudinfo/api_versions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .gen/cloudinfo/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .gen/pipeline/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.3
4.3.1
8 changes: 2 additions & 6 deletions .gen/pipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ Class | Method | HTTP request | Description
- [BackupOptions](docs/BackupOptions.md)
- [BackupResponse](docs/BackupResponse.md)
- [BackupServiceResponse](docs/BackupServiceResponse.md)
- [BackupServiceStatusResponse](docs/BackupServiceStatusResponse.md)
- [BasePostHook](docs/BasePostHook.md)
- [BaseUpdateNodePoolOptions](docs/BaseUpdateNodePoolOptions.md)
- [BaseUpdateNodePoolRequest](docs/BaseUpdateNodePoolRequest.md)
Expand All @@ -216,7 +215,6 @@ Class | Method | HTTP request | Description
- [CreateAmazonObjectStoreBucketProperties](docs/CreateAmazonObjectStoreBucketProperties.md)
- [CreateAzureObjectStoreBucketProperties](docs/CreateAzureObjectStoreBucketProperties.md)
- [CreateBackupBucketRequest](docs/CreateBackupBucketRequest.md)
- [CreateBackupBucketResponse](docs/CreateBackupBucketResponse.md)
- [CreateBackupRequest](docs/CreateBackupRequest.md)
- [CreateBackupResponse](docs/CreateBackupResponse.md)
- [CreateClusterRequest](docs/CreateClusterRequest.md)
Expand Down Expand Up @@ -293,15 +291,11 @@ Class | Method | HTTP request | Description
- [EndpointItem](docs/EndpointItem.md)
- [Error](docs/Error.md)
- [GenericNodePool](docs/GenericNodePool.md)
- [GetBackupBucketResponse](docs/GetBackupBucketResponse.md)
- [GetBackupResponse](docs/GetBackupResponse.md)
- [GetClusterBootstrapResponse](docs/GetClusterBootstrapResponse.md)
- [GetClusterStatusResponse](docs/GetClusterStatusResponse.md)
- [GetDeploymentResponse](docs/GetDeploymentResponse.md)
- [GetLeaderElectionResponse](docs/GetLeaderElectionResponse.md)
- [GetPkeCommandsResponse](docs/GetPkeCommandsResponse.md)
- [GetRestoreResponse](docs/GetRestoreResponse.md)
- [GetRestoreResultsResponse](docs/GetRestoreResultsResponse.md)
- [GoogleProject](docs/GoogleProject.md)
- [GoogleProjects](docs/GoogleProjects.md)
- [HelmChartDetailsResponse](docs/HelmChartDetailsResponse.md)
Expand Down Expand Up @@ -343,8 +337,10 @@ Class | Method | HTTP request | Description
- [NodePoolStatusAmazon](docs/NodePoolStatusAmazon.md)
- [NodePoolStatusAzure](docs/NodePoolStatusAzure.md)
- [NodePoolStatusGoogle](docs/NodePoolStatusGoogle.md)
- [NodePoolStatusInformation](docs/NodePoolStatusInformation.md)
- [NodePoolStatusOracle](docs/NodePoolStatusOracle.md)
- [NodePoolStatusVSphere](docs/NodePoolStatusVSphere.md)
- [NodePoolSummary](docs/NodePoolSummary.md)
- [NodePoolsAck](docs/NodePoolsAck.md)
- [NodePoolsAzure](docs/NodePoolsAzure.md)
- [NodePoolsGoogle](docs/NodePoolsGoogle.md)
Expand Down
20 changes: 19 additions & 1 deletion .gen/pipeline/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19076,8 +19076,26 @@ components:
type: object
ListNodePoolsResponse:
items:
$ref: '#/components/schemas/NodePool'
$ref: '#/components/schemas/NodePoolSummary'
type: array
NodePoolSummary:
allOf:
- $ref: '#/components/schemas/NodePool'
- $ref: '#/components/schemas/NodePoolStatusInformation'
description: A summary of information about the node pool.
type: object
NodePoolStatusInformation:
description: Current status and its reason of the node pool.
properties:
status:
description: Current status of the node pool.
example: ERROR
type: string
statusMessage:
description: Details and reasoning about the status value.
example: 'Creating node pool failed: the specified volume size is invalid.'
type: string
type: object
BaseUpdateNodePoolRequest:
description: Base node pool update request object for all cluster distributions.
properties:
Expand Down
30 changes: 0 additions & 30 deletions .gen/pipeline/api_ark.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7e0beff

Please sign in to comment.