You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .gen/pipeline/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
# Go API client for pipeline
2
2
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
+
4
7
5
8
## Overview
6
9
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.
*ClustersApi* | [**PostLeaderElection**](docs/ClustersApi.md#postleaderelection) | **Post** /api/v1/orgs/{orgId}/clusters/{id}/pke/leader | Apply as new cluster leader
109
111
*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)
*ImagesApi* | [**ListImages**](docs/ImagesApi.md#listimages) | **Get** /api/v1/orgs/{orgId}/clusters/{id}/images | List Images used in cluster
136
137
*InfoApi* | [**CreateResourceGroup**](docs/InfoApi.md#createresourcegroup) | **Post** /api/v1/orgs/{orgId}/azure/resourcegroups | Create resource groups
137
138
*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
139
139
*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
141
140
*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
143
141
*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
145
142
*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
147
143
*IntegratedServicesApi* | [**UpdateIntegratedService**](docs/IntegratedServicesApi.md#updateintegratedservice) | **Put** /api/v1/orgs/{orgId}/clusters/{id}/services/{serviceName} | Update an integrated service
0 commit comments