| Package | Description |
|---|---|
| io.alauda.devops.java.client.apis | |
| io.alauda.devops.java.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1ClusterPipelineTaskTemplate |
DevopsAlaudaIoV1alpha1Api.createClusterPipelineTaskTemplate(V1alpha1ClusterPipelineTaskTemplate body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ClusterPipelineTaskTemplate
|
V1alpha1ClusterPipelineTaskTemplate |
DevopsAlaudaIoV1alpha1Api.createClusterPipelineTaskTemplateStatus(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create status of a ClusterPipelineTaskTemplate
|
V1alpha1ClusterPipelineTaskTemplate |
DevopsAlaudaIoV1alpha1Api.patchClusterPipelineTaskTemplate(String name,
Object body,
String pretty,
String dryRun)
partially update the specified ClusterPipelineTaskTemplate
|
V1alpha1ClusterPipelineTaskTemplate |
DevopsAlaudaIoV1alpha1Api.patchClusterPipelineTaskTemplateStatus(String name,
Object body,
String pretty,
String dryRun)
partially update status of the specified ClusterPipelineTaskTemplate
|
V1alpha1ClusterPipelineTaskTemplate |
DevopsAlaudaIoV1alpha1Api.readClusterPipelineTaskTemplate(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified ClusterPipelineTaskTemplate
|
V1alpha1ClusterPipelineTaskTemplate |
DevopsAlaudaIoV1alpha1Api.readClusterPipelineTaskTemplateStatus(String name,
String pretty,
Boolean exact,
Boolean export)
read status of the specified ClusterPipelineTaskTemplate
|
V1alpha1ClusterPipelineTaskTemplate |
DevopsAlaudaIoV1alpha1Api.replaceClusterPipelineTaskTemplate(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun)
replace the specified ClusterPipelineTaskTemplate
|
V1alpha1ClusterPipelineTaskTemplate |
DevopsAlaudaIoV1alpha1Api.replaceClusterPipelineTaskTemplateStatus(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun)
replace status of the specified ClusterPipelineTaskTemplate
|
| Modifier and Type | Method and Description |
|---|---|
io.kubernetes.client.ApiResponse<V1alpha1ClusterPipelineTaskTemplate> |
DevopsAlaudaIoV1alpha1Api.createClusterPipelineTaskTemplateStatusWithHttpInfo(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create status of a ClusterPipelineTaskTemplate
|
io.kubernetes.client.ApiResponse<V1alpha1ClusterPipelineTaskTemplate> |
DevopsAlaudaIoV1alpha1Api.createClusterPipelineTaskTemplateWithHttpInfo(V1alpha1ClusterPipelineTaskTemplate body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ClusterPipelineTaskTemplate
|
io.kubernetes.client.ApiResponse<V1alpha1ClusterPipelineTaskTemplate> |
DevopsAlaudaIoV1alpha1Api.patchClusterPipelineTaskTemplateStatusWithHttpInfo(String name,
Object body,
String pretty,
String dryRun)
partially update status of the specified ClusterPipelineTaskTemplate
|
io.kubernetes.client.ApiResponse<V1alpha1ClusterPipelineTaskTemplate> |
DevopsAlaudaIoV1alpha1Api.patchClusterPipelineTaskTemplateWithHttpInfo(String name,
Object body,
String pretty,
String dryRun)
partially update the specified ClusterPipelineTaskTemplate
|
io.kubernetes.client.ApiResponse<V1alpha1ClusterPipelineTaskTemplate> |
DevopsAlaudaIoV1alpha1Api.readClusterPipelineTaskTemplateStatusWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read status of the specified ClusterPipelineTaskTemplate
|
io.kubernetes.client.ApiResponse<V1alpha1ClusterPipelineTaskTemplate> |
DevopsAlaudaIoV1alpha1Api.readClusterPipelineTaskTemplateWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified ClusterPipelineTaskTemplate
|
io.kubernetes.client.ApiResponse<V1alpha1ClusterPipelineTaskTemplate> |
DevopsAlaudaIoV1alpha1Api.replaceClusterPipelineTaskTemplateStatusWithHttpInfo(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun)
replace status of the specified ClusterPipelineTaskTemplate
|
io.kubernetes.client.ApiResponse<V1alpha1ClusterPipelineTaskTemplate> |
DevopsAlaudaIoV1alpha1Api.replaceClusterPipelineTaskTemplateWithHttpInfo(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun)
replace the specified ClusterPipelineTaskTemplate
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1ClusterPipelineTaskTemplate |
DevopsAlaudaIoV1alpha1Api.createClusterPipelineTaskTemplate(V1alpha1ClusterPipelineTaskTemplate body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ClusterPipelineTaskTemplate
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createClusterPipelineTaskTemplateAsync(V1alpha1ClusterPipelineTaskTemplate body,
Boolean includeUninitialized,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ClusterPipelineTaskTemplate> callback)
(asynchronously)
create a ClusterPipelineTaskTemplate
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createClusterPipelineTaskTemplateCall(V1alpha1ClusterPipelineTaskTemplate body,
Boolean includeUninitialized,
String pretty,
String dryRun,
io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener,
io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createClusterPipelineTaskTemplate
|
V1alpha1ClusterPipelineTaskTemplate |
DevopsAlaudaIoV1alpha1Api.createClusterPipelineTaskTemplateStatus(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create status of a ClusterPipelineTaskTemplate
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createClusterPipelineTaskTemplateStatusAsync(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ApiCallback<V1alpha1ClusterPipelineTaskTemplate> callback)
(asynchronously)
create status of a ClusterPipelineTaskTemplate
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createClusterPipelineTaskTemplateStatusCall(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener,
io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createClusterPipelineTaskTemplateStatus
|
io.kubernetes.client.ApiResponse<V1alpha1ClusterPipelineTaskTemplate> |
DevopsAlaudaIoV1alpha1Api.createClusterPipelineTaskTemplateStatusWithHttpInfo(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create status of a ClusterPipelineTaskTemplate
|
io.kubernetes.client.ApiResponse<V1alpha1ClusterPipelineTaskTemplate> |
DevopsAlaudaIoV1alpha1Api.createClusterPipelineTaskTemplateWithHttpInfo(V1alpha1ClusterPipelineTaskTemplate body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ClusterPipelineTaskTemplate
|
V1alpha1ClusterPipelineTaskTemplate |
DevopsAlaudaIoV1alpha1Api.replaceClusterPipelineTaskTemplate(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun)
replace the specified ClusterPipelineTaskTemplate
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.replaceClusterPipelineTaskTemplateAsync(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ClusterPipelineTaskTemplate> callback)
(asynchronously)
replace the specified ClusterPipelineTaskTemplate
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.replaceClusterPipelineTaskTemplateCall(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun,
io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener,
io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceClusterPipelineTaskTemplate
|
V1alpha1ClusterPipelineTaskTemplate |
DevopsAlaudaIoV1alpha1Api.replaceClusterPipelineTaskTemplateStatus(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun)
replace status of the specified ClusterPipelineTaskTemplate
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.replaceClusterPipelineTaskTemplateStatusAsync(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ClusterPipelineTaskTemplate> callback)
(asynchronously)
replace status of the specified ClusterPipelineTaskTemplate
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.replaceClusterPipelineTaskTemplateStatusCall(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun,
io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener,
io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceClusterPipelineTaskTemplateStatus
|
io.kubernetes.client.ApiResponse<V1alpha1ClusterPipelineTaskTemplate> |
DevopsAlaudaIoV1alpha1Api.replaceClusterPipelineTaskTemplateStatusWithHttpInfo(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun)
replace status of the specified ClusterPipelineTaskTemplate
|
io.kubernetes.client.ApiResponse<V1alpha1ClusterPipelineTaskTemplate> |
DevopsAlaudaIoV1alpha1Api.replaceClusterPipelineTaskTemplateWithHttpInfo(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun)
replace the specified ClusterPipelineTaskTemplate
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createClusterPipelineTaskTemplateAsync(V1alpha1ClusterPipelineTaskTemplate body,
Boolean includeUninitialized,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ClusterPipelineTaskTemplate> callback)
(asynchronously)
create a ClusterPipelineTaskTemplate
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createClusterPipelineTaskTemplateStatusAsync(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ApiCallback<V1alpha1ClusterPipelineTaskTemplate> callback)
(asynchronously)
create status of a ClusterPipelineTaskTemplate
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.patchClusterPipelineTaskTemplateAsync(String name,
Object body,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ClusterPipelineTaskTemplate> callback)
(asynchronously)
partially update the specified ClusterPipelineTaskTemplate
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.patchClusterPipelineTaskTemplateStatusAsync(String name,
Object body,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ClusterPipelineTaskTemplate> callback)
(asynchronously)
partially update status of the specified ClusterPipelineTaskTemplate
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.readClusterPipelineTaskTemplateAsync(String name,
String pretty,
Boolean exact,
Boolean export,
io.kubernetes.client.ApiCallback<V1alpha1ClusterPipelineTaskTemplate> callback)
(asynchronously)
read the specified ClusterPipelineTaskTemplate
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.readClusterPipelineTaskTemplateStatusAsync(String name,
String pretty,
Boolean exact,
Boolean export,
io.kubernetes.client.ApiCallback<V1alpha1ClusterPipelineTaskTemplate> callback)
(asynchronously)
read status of the specified ClusterPipelineTaskTemplate
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.replaceClusterPipelineTaskTemplateAsync(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ClusterPipelineTaskTemplate> callback)
(asynchronously)
replace the specified ClusterPipelineTaskTemplate
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.replaceClusterPipelineTaskTemplateStatusAsync(String name,
V1alpha1ClusterPipelineTaskTemplate body,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ClusterPipelineTaskTemplate> callback)
(asynchronously)
replace status of the specified ClusterPipelineTaskTemplate
|
| Modifier and Type | Method and Description |
|---|---|
List<V1alpha1ClusterPipelineTaskTemplate> |
V1alpha1ClusterPipelineTaskTemplateListFluent.buildItems() |
List<V1alpha1ClusterPipelineTaskTemplate> |
V1alpha1ClusterPipelineTaskTemplateListFluentImpl.buildItems() |
List<V1alpha1ClusterPipelineTaskTemplate> |
V1alpha1ClusterPipelineTaskTemplateListFluent.getItems()
Deprecated.
|
List<V1alpha1ClusterPipelineTaskTemplate> |
V1alpha1ClusterPipelineTaskTemplateListFluentImpl.getItems()
Deprecated.
|
List<V1alpha1ClusterPipelineTaskTemplate> |
V1alpha1ClusterPipelineTaskTemplateList.getItems()
Items contains all ClusterPipelineTaskTemplate in this list
|
| Modifier and Type | Method and Description |
|---|---|
A |
V1alpha1ClusterPipelineTaskTemplateListFluent.addAllToItems(Collection<V1alpha1ClusterPipelineTaskTemplate> items) |
A |
V1alpha1ClusterPipelineTaskTemplateListFluentImpl.addAllToItems(Collection<V1alpha1ClusterPipelineTaskTemplate> items) |
V1alpha1ClusterPipelineTaskTemplateList |
V1alpha1ClusterPipelineTaskTemplateList.items(List<V1alpha1ClusterPipelineTaskTemplate> items) |
A |
V1alpha1ClusterPipelineTaskTemplateListFluent.removeAllFromItems(Collection<V1alpha1ClusterPipelineTaskTemplate> items) |
A |
V1alpha1ClusterPipelineTaskTemplateListFluentImpl.removeAllFromItems(Collection<V1alpha1ClusterPipelineTaskTemplate> items) |
void |
V1alpha1ClusterPipelineTaskTemplateList.setItems(List<V1alpha1ClusterPipelineTaskTemplate> items) |
A |
V1alpha1ClusterPipelineTaskTemplateListFluent.withItems(List<V1alpha1ClusterPipelineTaskTemplate> items) |
A |
V1alpha1ClusterPipelineTaskTemplateListFluentImpl.withItems(List<V1alpha1ClusterPipelineTaskTemplate> items) |
| Constructor and Description |
|---|
V1alpha1ClusterPipelineTaskTemplateBuilder(V1alpha1ClusterPipelineTaskTemplate instance) |
V1alpha1ClusterPipelineTaskTemplateBuilder(V1alpha1ClusterPipelineTaskTemplate instance,
Boolean validationEnabled) |
V1alpha1ClusterPipelineTaskTemplateBuilder(V1alpha1ClusterPipelineTaskTemplateFluent<?> fluent,
V1alpha1ClusterPipelineTaskTemplate instance) |
V1alpha1ClusterPipelineTaskTemplateBuilder(V1alpha1ClusterPipelineTaskTemplateFluent<?> fluent,
V1alpha1ClusterPipelineTaskTemplate instance,
Boolean validationEnabled) |
V1alpha1ClusterPipelineTaskTemplateFluentImpl(V1alpha1ClusterPipelineTaskTemplate instance) |
Copyright © 2020. All rights reserved.