| Package | Description |
|---|---|
| io.alauda.devops.java.client.apis | |
| io.alauda.devops.java.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1ToolType |
DevopsAlaudaIoV1alpha1Api.createToolType(V1alpha1ToolType body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ToolType
|
V1alpha1ToolType |
DevopsAlaudaIoV1alpha1Api.createToolTypeStatus(String name,
V1alpha1ToolType body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create status of a ToolType
|
V1alpha1ToolType |
DevopsAlaudaIoV1alpha1Api.patchToolType(String name,
Object body,
String pretty,
String dryRun)
partially update the specified ToolType
|
V1alpha1ToolType |
DevopsAlaudaIoV1alpha1Api.patchToolTypeStatus(String name,
Object body,
String pretty,
String dryRun)
partially update status of the specified ToolType
|
V1alpha1ToolType |
DevopsAlaudaIoV1alpha1Api.readToolType(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified ToolType
|
V1alpha1ToolType |
DevopsAlaudaIoV1alpha1Api.readToolTypeStatus(String name,
String pretty,
Boolean exact,
Boolean export)
read status of the specified ToolType
|
V1alpha1ToolType |
DevopsAlaudaIoV1alpha1Api.replaceToolType(String name,
V1alpha1ToolType body,
String pretty,
String dryRun)
replace the specified ToolType
|
V1alpha1ToolType |
DevopsAlaudaIoV1alpha1Api.replaceToolTypeStatus(String name,
V1alpha1ToolType body,
String pretty,
String dryRun)
replace status of the specified ToolType
|
| Modifier and Type | Method and Description |
|---|---|
io.kubernetes.client.ApiResponse<V1alpha1ToolType> |
DevopsAlaudaIoV1alpha1Api.createToolTypeStatusWithHttpInfo(String name,
V1alpha1ToolType body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create status of a ToolType
|
io.kubernetes.client.ApiResponse<V1alpha1ToolType> |
DevopsAlaudaIoV1alpha1Api.createToolTypeWithHttpInfo(V1alpha1ToolType body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ToolType
|
io.kubernetes.client.ApiResponse<V1alpha1ToolType> |
DevopsAlaudaIoV1alpha1Api.patchToolTypeStatusWithHttpInfo(String name,
Object body,
String pretty,
String dryRun)
partially update status of the specified ToolType
|
io.kubernetes.client.ApiResponse<V1alpha1ToolType> |
DevopsAlaudaIoV1alpha1Api.patchToolTypeWithHttpInfo(String name,
Object body,
String pretty,
String dryRun)
partially update the specified ToolType
|
io.kubernetes.client.ApiResponse<V1alpha1ToolType> |
DevopsAlaudaIoV1alpha1Api.readToolTypeStatusWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read status of the specified ToolType
|
io.kubernetes.client.ApiResponse<V1alpha1ToolType> |
DevopsAlaudaIoV1alpha1Api.readToolTypeWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified ToolType
|
io.kubernetes.client.ApiResponse<V1alpha1ToolType> |
DevopsAlaudaIoV1alpha1Api.replaceToolTypeStatusWithHttpInfo(String name,
V1alpha1ToolType body,
String pretty,
String dryRun)
replace status of the specified ToolType
|
io.kubernetes.client.ApiResponse<V1alpha1ToolType> |
DevopsAlaudaIoV1alpha1Api.replaceToolTypeWithHttpInfo(String name,
V1alpha1ToolType body,
String pretty,
String dryRun)
replace the specified ToolType
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1ToolType |
DevopsAlaudaIoV1alpha1Api.createToolType(V1alpha1ToolType body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ToolType
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createToolTypeAsync(V1alpha1ToolType body,
Boolean includeUninitialized,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ToolType> callback)
(asynchronously)
create a ToolType
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createToolTypeCall(V1alpha1ToolType body,
Boolean includeUninitialized,
String pretty,
String dryRun,
io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener,
io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createToolType
|
V1alpha1ToolType |
DevopsAlaudaIoV1alpha1Api.createToolTypeStatus(String name,
V1alpha1ToolType body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create status of a ToolType
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createToolTypeStatusAsync(String name,
V1alpha1ToolType body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ApiCallback<V1alpha1ToolType> callback)
(asynchronously)
create status of a ToolType
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createToolTypeStatusCall(String name,
V1alpha1ToolType body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener,
io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createToolTypeStatus
|
io.kubernetes.client.ApiResponse<V1alpha1ToolType> |
DevopsAlaudaIoV1alpha1Api.createToolTypeStatusWithHttpInfo(String name,
V1alpha1ToolType body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create status of a ToolType
|
io.kubernetes.client.ApiResponse<V1alpha1ToolType> |
DevopsAlaudaIoV1alpha1Api.createToolTypeWithHttpInfo(V1alpha1ToolType body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ToolType
|
V1alpha1ToolType |
DevopsAlaudaIoV1alpha1Api.replaceToolType(String name,
V1alpha1ToolType body,
String pretty,
String dryRun)
replace the specified ToolType
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.replaceToolTypeAsync(String name,
V1alpha1ToolType body,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ToolType> callback)
(asynchronously)
replace the specified ToolType
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.replaceToolTypeCall(String name,
V1alpha1ToolType body,
String pretty,
String dryRun,
io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener,
io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceToolType
|
V1alpha1ToolType |
DevopsAlaudaIoV1alpha1Api.replaceToolTypeStatus(String name,
V1alpha1ToolType body,
String pretty,
String dryRun)
replace status of the specified ToolType
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.replaceToolTypeStatusAsync(String name,
V1alpha1ToolType body,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ToolType> callback)
(asynchronously)
replace status of the specified ToolType
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.replaceToolTypeStatusCall(String name,
V1alpha1ToolType body,
String pretty,
String dryRun,
io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener,
io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceToolTypeStatus
|
io.kubernetes.client.ApiResponse<V1alpha1ToolType> |
DevopsAlaudaIoV1alpha1Api.replaceToolTypeStatusWithHttpInfo(String name,
V1alpha1ToolType body,
String pretty,
String dryRun)
replace status of the specified ToolType
|
io.kubernetes.client.ApiResponse<V1alpha1ToolType> |
DevopsAlaudaIoV1alpha1Api.replaceToolTypeWithHttpInfo(String name,
V1alpha1ToolType body,
String pretty,
String dryRun)
replace the specified ToolType
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createToolTypeAsync(V1alpha1ToolType body,
Boolean includeUninitialized,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ToolType> callback)
(asynchronously)
create a ToolType
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createToolTypeStatusAsync(String name,
V1alpha1ToolType body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ApiCallback<V1alpha1ToolType> callback)
(asynchronously)
create status of a ToolType
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.patchToolTypeAsync(String name,
Object body,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ToolType> callback)
(asynchronously)
partially update the specified ToolType
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.patchToolTypeStatusAsync(String name,
Object body,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ToolType> callback)
(asynchronously)
partially update status of the specified ToolType
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.readToolTypeAsync(String name,
String pretty,
Boolean exact,
Boolean export,
io.kubernetes.client.ApiCallback<V1alpha1ToolType> callback)
(asynchronously)
read the specified ToolType
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.readToolTypeStatusAsync(String name,
String pretty,
Boolean exact,
Boolean export,
io.kubernetes.client.ApiCallback<V1alpha1ToolType> callback)
(asynchronously)
read status of the specified ToolType
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.replaceToolTypeAsync(String name,
V1alpha1ToolType body,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ToolType> callback)
(asynchronously)
replace the specified ToolType
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.replaceToolTypeStatusAsync(String name,
V1alpha1ToolType body,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ToolType> callback)
(asynchronously)
replace status of the specified ToolType
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1ToolType |
V1alpha1ToolType.apiVersion(String apiVersion) |
V1alpha1ToolType |
V1alpha1ToolTypeBuilder.build() |
V1alpha1ToolType |
V1alpha1ToolTypeListFluentImpl.buildFirstItem() |
V1alpha1ToolType |
V1alpha1ToolTypeListFluent.buildFirstItem() |
V1alpha1ToolType |
V1alpha1ToolTypeListFluentImpl.buildItem(int index) |
V1alpha1ToolType |
V1alpha1ToolTypeListFluent.buildItem(int index) |
V1alpha1ToolType |
V1alpha1ToolTypeListFluentImpl.buildLastItem() |
V1alpha1ToolType |
V1alpha1ToolTypeListFluent.buildLastItem() |
V1alpha1ToolType |
V1alpha1ToolTypeListFluentImpl.buildMatchingItem(Predicate<V1alpha1ToolTypeBuilder> predicate) |
V1alpha1ToolType |
V1alpha1ToolTypeListFluent.buildMatchingItem(Predicate<V1alpha1ToolTypeBuilder> predicate) |
V1alpha1ToolType |
V1alpha1ToolType.kind(String kind) |
V1alpha1ToolType |
V1alpha1ToolType.metadata(io.kubernetes.client.models.V1ObjectMeta metadata) |
V1alpha1ToolType |
V1alpha1ToolType.spec(V1alpha1ToolTypeSpec spec) |
V1alpha1ToolType |
V1alpha1ToolType.status(V1alpha1ToolTypeStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<V1alpha1ToolType> |
V1alpha1ToolTypeListFluentImpl.buildItems() |
List<V1alpha1ToolType> |
V1alpha1ToolTypeListFluent.buildItems() |
List<V1alpha1ToolType> |
V1alpha1ToolTypeListFluentImpl.getItems()
Deprecated.
|
List<V1alpha1ToolType> |
V1alpha1ToolTypeListFluent.getItems()
Deprecated.
|
List<V1alpha1ToolType> |
V1alpha1ToolTypeList.getItems()
Get items
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1ToolTypeList |
V1alpha1ToolTypeList.addItemsItem(V1alpha1ToolType itemsItem) |
V1alpha1ToolTypeListFluent.ItemsNested<A> |
V1alpha1ToolTypeListFluentImpl.addNewItemLike(V1alpha1ToolType item) |
V1alpha1ToolTypeListFluent.ItemsNested<A> |
V1alpha1ToolTypeListFluent.addNewItemLike(V1alpha1ToolType item) |
A |
V1alpha1ToolTypeListFluentImpl.addToItems(int index,
V1alpha1ToolType item) |
A |
V1alpha1ToolTypeListFluent.addToItems(int index,
V1alpha1ToolType item) |
A |
V1alpha1ToolTypeListFluentImpl.addToItems(V1alpha1ToolType... items) |
A |
V1alpha1ToolTypeListFluent.addToItems(V1alpha1ToolType... items) |
A |
V1alpha1ToolTypeListFluentImpl.removeFromItems(V1alpha1ToolType... items) |
A |
V1alpha1ToolTypeListFluent.removeFromItems(V1alpha1ToolType... items) |
V1alpha1ToolTypeListFluent.ItemsNested<A> |
V1alpha1ToolTypeListFluentImpl.setNewItemLike(int index,
V1alpha1ToolType item) |
V1alpha1ToolTypeListFluent.ItemsNested<A> |
V1alpha1ToolTypeListFluent.setNewItemLike(int index,
V1alpha1ToolType item) |
A |
V1alpha1ToolTypeListFluentImpl.setToItems(int index,
V1alpha1ToolType item) |
A |
V1alpha1ToolTypeListFluent.setToItems(int index,
V1alpha1ToolType item) |
A |
V1alpha1ToolTypeListFluentImpl.withItems(V1alpha1ToolType... items) |
A |
V1alpha1ToolTypeListFluent.withItems(V1alpha1ToolType... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
V1alpha1ToolTypeListFluentImpl.addAllToItems(Collection<V1alpha1ToolType> items) |
A |
V1alpha1ToolTypeListFluent.addAllToItems(Collection<V1alpha1ToolType> items) |
V1alpha1ToolTypeList |
V1alpha1ToolTypeList.items(List<V1alpha1ToolType> items) |
A |
V1alpha1ToolTypeListFluentImpl.removeAllFromItems(Collection<V1alpha1ToolType> items) |
A |
V1alpha1ToolTypeListFluent.removeAllFromItems(Collection<V1alpha1ToolType> items) |
void |
V1alpha1ToolTypeList.setItems(List<V1alpha1ToolType> items) |
A |
V1alpha1ToolTypeListFluentImpl.withItems(List<V1alpha1ToolType> items) |
A |
V1alpha1ToolTypeListFluent.withItems(List<V1alpha1ToolType> items) |
| Constructor and Description |
|---|
V1alpha1ToolTypeBuilder(V1alpha1ToolType instance) |
V1alpha1ToolTypeBuilder(V1alpha1ToolType instance,
Boolean validationEnabled) |
V1alpha1ToolTypeBuilder(V1alpha1ToolTypeFluent<?> fluent,
V1alpha1ToolType instance) |
V1alpha1ToolTypeBuilder(V1alpha1ToolTypeFluent<?> fluent,
V1alpha1ToolType instance,
Boolean validationEnabled) |
V1alpha1ToolTypeFluentImpl(V1alpha1ToolType instance) |
Copyright © 2020. All rights reserved.