Skip to content

Commit 76b824b

Browse files
authored
update pipeline openapi and generator version to match pipeline latest (#220)
Signed-off-by: Nandor Kracser <[email protected]>
1 parent 7ee611f commit 76b824b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+917
-2280
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.2
1+
4.2.3

.gen/pipeline/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Go API client for pipeline
22

3-
Pipeline is a feature rich application platform, built for containers on top of Kubernetes to automate the DevOps experience, continuous application development and the lifecycle of deployments.
3+
Pipeline is a feature rich application platform,
4+
built for containers on top of Kubernetes to automate the DevOps experience,
5+
continuous application development and the lifecycle of deployments.
6+
47

58
## Overview
69
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
@@ -86,7 +89,6 @@ Class | Method | HTTP request | Description
8689
*ClustersApi* | [**DeleteLeaderElection**](docs/ClustersApi.md#deleteleaderelection) | **Delete** /api/v1/orgs/{orgId}/clusters/{id}/pke/leader | Delete cluster leader
8790
*ClustersApi* | [**DeleteNamespace**](docs/ClustersApi.md#deletenamespace) | **Delete** /api/v1/orgs/{orgId}/clusters/{id}/namespaces/{namespace} | Delete namespace from a cluster
8891
*ClustersApi* | [**DeleteNodePool**](docs/ClustersApi.md#deletenodepool) | **Delete** /api/v1/orgs/{orgId}/clusters/{id}/nodepools/{name} | Delete a node pool
89-
*ClustersApi* | [**GetAPIEndpoint**](docs/ClustersApi.md#getapiendpoint) | **Get** /api/v1/orgs/{orgId}/clusters/{id}/apiendpoint | Get API endpoint
9092
*ClustersApi* | [**GetCluster**](docs/ClustersApi.md#getcluster) | **Get** /api/v1/orgs/{orgId}/clusters/{id} | Get cluster status
9193
*ClustersApi* | [**GetClusterBootstrap**](docs/ClustersApi.md#getclusterbootstrap) | **Get** /api/v1/orgs/{orgId}/clusters/{id}/bootstrap | Get cluster bootstrap info
9294
*ClustersApi* | [**GetClusterConfig**](docs/ClustersApi.md#getclusterconfig) | **Get** /api/v1/orgs/{orgId}/clusters/{id}/config | Get a cluster config
@@ -108,7 +110,6 @@ Class | Method | HTTP request | Description
108110
*ClustersApi* | [**PostLeaderElection**](docs/ClustersApi.md#postleaderelection) | **Post** /api/v1/orgs/{orgId}/clusters/{id}/pke/leader | Apply as new cluster leader
109111
*ClustersApi* | [**PostReadyPKENode**](docs/ClustersApi.md#postreadypkenode) | **Post** /api/v1/orgs/{orgId}/clusters/{id}/pke/ready | Report to Pipeline that a new node is ready (to be called by PKE installer)
110112
*ClustersApi* | [**UpdateCluster**](docs/ClustersApi.md#updatecluster) | **Put** /api/v1/orgs/{orgId}/clusters/{id} | Update cluster
111-
*ClustersApi* | [**UpdateMonitoring**](docs/ClustersApi.md#updatemonitoring) | **Post** /api/v1/orgs/{orgId}/clusters/{id}/monitoring | Update monitoring
112113
*CommonApi* | [**ApiVersionGet**](docs/CommonApi.md#apiversionget) | **Get** /api/version |
113114
*CommonApi* | [**ListEndpoints**](docs/CommonApi.md#listendpoints) | **Get** /api | List Pipeline API endpoints
114115
*DeploymentsApi* | [**CreateDeployment**](docs/DeploymentsApi.md#createdeployment) | **Post** /api/v1/orgs/{orgId}/clusters/{id}/deployments | Create a Helm deployment
@@ -135,15 +136,10 @@ Class | Method | HTTP request | Description
135136
*ImagesApi* | [**ListImages**](docs/ImagesApi.md#listimages) | **Get** /api/v1/orgs/{orgId}/clusters/{id}/images | List Images used in cluster
136137
*InfoApi* | [**CreateResourceGroup**](docs/InfoApi.md#createresourcegroup) | **Post** /api/v1/orgs/{orgId}/azure/resourcegroups | Create resource groups
137138
*InfoApi* | [**GetResourceGroups**](docs/InfoApi.md#getresourcegroups) | **Get** /api/v1/orgs/{orgId}/azure/resourcegroups | Get all resource groups
138-
*IntegratedServicesApi* | [**ActivateFeature**](docs/IntegratedServicesApi.md#activatefeature) | **Post** /api/v1/orgs/{orgId}/clusters/{id}/features/{featureName} | Activate a feature
139139
*IntegratedServicesApi* | [**ActivateIntegratedService**](docs/IntegratedServicesApi.md#activateintegratedservice) | **Post** /api/v1/orgs/{orgId}/clusters/{id}/services/{serviceName} | Activate an integrated service
140-
*IntegratedServicesApi* | [**DeactivateFeature**](docs/IntegratedServicesApi.md#deactivatefeature) | **Delete** /api/v1/orgs/{orgId}/clusters/{id}/features/{featureName} | Deactivate a feature
141140
*IntegratedServicesApi* | [**DeactivateIntegratedService**](docs/IntegratedServicesApi.md#deactivateintegratedservice) | **Delete** /api/v1/orgs/{orgId}/clusters/{id}/services/{serviceName} | Deactivate an integrated service
142-
*IntegratedServicesApi* | [**FeatureDetails**](docs/IntegratedServicesApi.md#featuredetails) | **Get** /api/v1/orgs/{orgId}/clusters/{id}/features/{featureName} | Get details of a feature
143141
*IntegratedServicesApi* | [**IntegratedServiceDetails**](docs/IntegratedServicesApi.md#integratedservicedetails) | **Get** /api/v1/orgs/{orgId}/clusters/{id}/services/{serviceName} | Get details of an integrated service
144-
*IntegratedServicesApi* | [**ListFeatures**](docs/IntegratedServicesApi.md#listfeatures) | **Get** /api/v1/orgs/{orgId}/clusters/{id}/features | List enabled features of a cluster
145142
*IntegratedServicesApi* | [**ListIntegratedServices**](docs/IntegratedServicesApi.md#listintegratedservices) | **Get** /api/v1/orgs/{orgId}/clusters/{id}/services | List enabled integrated services of a cluster
146-
*IntegratedServicesApi* | [**UpdateFeature**](docs/IntegratedServicesApi.md#updatefeature) | **Put** /api/v1/orgs/{orgId}/clusters/{id}/features/{featureName} | Update a feature
147143
*IntegratedServicesApi* | [**UpdateIntegratedService**](docs/IntegratedServicesApi.md#updateintegratedservice) | **Put** /api/v1/orgs/{orgId}/clusters/{id}/services/{serviceName} | Update an integrated service
148144
*NetworkApi* | [**ListRouteTables**](docs/NetworkApi.md#listroutetables) | **Get** /api/v1/orgs/{orgId}/networks/{networkId}/routeTables | List VPC route tables
149145
*NetworkApi* | [**ListVPCNetworks**](docs/NetworkApi.md#listvpcnetworks) | **Get** /api/v1/orgs/{orgId}/networks | List VPC networks
@@ -241,6 +237,8 @@ Class | Method | HTTP request | Description
241237
- [CreatePkeClusterRequestBaseAllOf](docs/CreatePkeClusterRequestBaseAllOf.md)
242238
- [CreatePkeOnAzureClusterRequest](docs/CreatePkeOnAzureClusterRequest.md)
243239
- [CreatePkeOnAzureClusterRequestAllOf](docs/CreatePkeOnAzureClusterRequestAllOf.md)
240+
- [CreatePkeOnVsphereClusterRequest](docs/CreatePkeOnVsphereClusterRequest.md)
241+
- [CreatePkeOnVsphereClusterRequestAllOf](docs/CreatePkeOnVsphereClusterRequestAllOf.md)
244242
- [CreatePkeProperties](docs/CreatePkeProperties.md)
245243
- [CreatePkePropertiesCri](docs/CreatePkePropertiesCri.md)
246244
- [CreatePkePropertiesKubernetes](docs/CreatePkePropertiesKubernetes.md)
@@ -351,6 +349,7 @@ Class | Method | HTTP request | Description
351349
- [PkeOnAzureClusterNetwork](docs/PkeOnAzureClusterNetwork.md)
352350
- [PkeOnAzureNodePool](docs/PkeOnAzureNodePool.md)
353351
- [PkeOnAzureNodePoolSubnet](docs/PkeOnAzureNodePoolSubnet.md)
352+
- [PkeOnVsphereNodePool](docs/PkeOnVsphereNodePool.md)
354353
- [PodCondition](docs/PodCondition.md)
355354
- [PodItem](docs/PodItem.md)
356355
- [PodItemLabels](docs/PodItemLabels.md)
@@ -433,6 +432,7 @@ r, err := client.Service.Operation(auth, args)
433432
```
434433

435434

435+
436436
## Author
437437

438438

0 commit comments

Comments
 (0)