| Package | Description |
|---|---|
| io.alauda.devops.java.client.apis | |
| io.alauda.devops.java.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1ImageRegistry |
DevopsAlaudaIoV1alpha1Api.createImageRegistry(V1alpha1ImageRegistry body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create an ImageRegistry
|
V1alpha1ImageRegistry |
DevopsAlaudaIoV1alpha1Api.createImageRegistryStatus(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create status of an ImageRegistry
|
V1alpha1ImageRegistry |
DevopsAlaudaIoV1alpha1Api.patchImageRegistry(String name,
Object body,
String pretty,
String dryRun)
partially update the specified ImageRegistry
|
V1alpha1ImageRegistry |
DevopsAlaudaIoV1alpha1Api.patchImageRegistryStatus(String name,
Object body,
String pretty,
String dryRun)
partially update status of the specified ImageRegistry
|
V1alpha1ImageRegistry |
DevopsAlaudaIoV1alpha1Api.readImageRegistry(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified ImageRegistry
|
V1alpha1ImageRegistry |
DevopsAlaudaIoV1alpha1Api.readImageRegistryStatus(String name,
String pretty,
Boolean exact,
Boolean export)
read status of the specified ImageRegistry
|
V1alpha1ImageRegistry |
DevopsAlaudaIoV1alpha1Api.replaceImageRegistry(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun)
replace the specified ImageRegistry
|
V1alpha1ImageRegistry |
DevopsAlaudaIoV1alpha1Api.replaceImageRegistryStatus(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun)
replace status of the specified ImageRegistry
|
| Modifier and Type | Method and Description |
|---|---|
io.kubernetes.client.ApiResponse<V1alpha1ImageRegistry> |
DevopsAlaudaIoV1alpha1Api.createImageRegistryStatusWithHttpInfo(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create status of an ImageRegistry
|
io.kubernetes.client.ApiResponse<V1alpha1ImageRegistry> |
DevopsAlaudaIoV1alpha1Api.createImageRegistryWithHttpInfo(V1alpha1ImageRegistry body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create an ImageRegistry
|
io.kubernetes.client.ApiResponse<V1alpha1ImageRegistry> |
DevopsAlaudaIoV1alpha1Api.patchImageRegistryStatusWithHttpInfo(String name,
Object body,
String pretty,
String dryRun)
partially update status of the specified ImageRegistry
|
io.kubernetes.client.ApiResponse<V1alpha1ImageRegistry> |
DevopsAlaudaIoV1alpha1Api.patchImageRegistryWithHttpInfo(String name,
Object body,
String pretty,
String dryRun)
partially update the specified ImageRegistry
|
io.kubernetes.client.ApiResponse<V1alpha1ImageRegistry> |
DevopsAlaudaIoV1alpha1Api.readImageRegistryStatusWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read status of the specified ImageRegistry
|
io.kubernetes.client.ApiResponse<V1alpha1ImageRegistry> |
DevopsAlaudaIoV1alpha1Api.readImageRegistryWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified ImageRegistry
|
io.kubernetes.client.ApiResponse<V1alpha1ImageRegistry> |
DevopsAlaudaIoV1alpha1Api.replaceImageRegistryStatusWithHttpInfo(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun)
replace status of the specified ImageRegistry
|
io.kubernetes.client.ApiResponse<V1alpha1ImageRegistry> |
DevopsAlaudaIoV1alpha1Api.replaceImageRegistryWithHttpInfo(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun)
replace the specified ImageRegistry
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1ImageRegistry |
DevopsAlaudaIoV1alpha1Api.createImageRegistry(V1alpha1ImageRegistry body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create an ImageRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createImageRegistryAsync(V1alpha1ImageRegistry body,
Boolean includeUninitialized,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ImageRegistry> callback)
(asynchronously)
create an ImageRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createImageRegistryCall(V1alpha1ImageRegistry body,
Boolean includeUninitialized,
String pretty,
String dryRun,
io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener,
io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createImageRegistry
|
V1alpha1ImageRegistry |
DevopsAlaudaIoV1alpha1Api.createImageRegistryStatus(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create status of an ImageRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createImageRegistryStatusAsync(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ApiCallback<V1alpha1ImageRegistry> callback)
(asynchronously)
create status of an ImageRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createImageRegistryStatusCall(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener,
io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createImageRegistryStatus
|
io.kubernetes.client.ApiResponse<V1alpha1ImageRegistry> |
DevopsAlaudaIoV1alpha1Api.createImageRegistryStatusWithHttpInfo(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create status of an ImageRegistry
|
io.kubernetes.client.ApiResponse<V1alpha1ImageRegistry> |
DevopsAlaudaIoV1alpha1Api.createImageRegistryWithHttpInfo(V1alpha1ImageRegistry body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create an ImageRegistry
|
V1alpha1ImageRegistry |
DevopsAlaudaIoV1alpha1Api.replaceImageRegistry(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun)
replace the specified ImageRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.replaceImageRegistryAsync(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ImageRegistry> callback)
(asynchronously)
replace the specified ImageRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.replaceImageRegistryCall(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun,
io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener,
io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceImageRegistry
|
V1alpha1ImageRegistry |
DevopsAlaudaIoV1alpha1Api.replaceImageRegistryStatus(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun)
replace status of the specified ImageRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.replaceImageRegistryStatusAsync(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ImageRegistry> callback)
(asynchronously)
replace status of the specified ImageRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.replaceImageRegistryStatusCall(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun,
io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener,
io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceImageRegistryStatus
|
io.kubernetes.client.ApiResponse<V1alpha1ImageRegistry> |
DevopsAlaudaIoV1alpha1Api.replaceImageRegistryStatusWithHttpInfo(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun)
replace status of the specified ImageRegistry
|
io.kubernetes.client.ApiResponse<V1alpha1ImageRegistry> |
DevopsAlaudaIoV1alpha1Api.replaceImageRegistryWithHttpInfo(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun)
replace the specified ImageRegistry
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createImageRegistryAsync(V1alpha1ImageRegistry body,
Boolean includeUninitialized,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ImageRegistry> callback)
(asynchronously)
create an ImageRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createImageRegistryStatusAsync(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ApiCallback<V1alpha1ImageRegistry> callback)
(asynchronously)
create status of an ImageRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.patchImageRegistryAsync(String name,
Object body,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ImageRegistry> callback)
(asynchronously)
partially update the specified ImageRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.patchImageRegistryStatusAsync(String name,
Object body,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ImageRegistry> callback)
(asynchronously)
partially update status of the specified ImageRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.readImageRegistryAsync(String name,
String pretty,
Boolean exact,
Boolean export,
io.kubernetes.client.ApiCallback<V1alpha1ImageRegistry> callback)
(asynchronously)
read the specified ImageRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.readImageRegistryStatusAsync(String name,
String pretty,
Boolean exact,
Boolean export,
io.kubernetes.client.ApiCallback<V1alpha1ImageRegistry> callback)
(asynchronously)
read status of the specified ImageRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.replaceImageRegistryAsync(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ImageRegistry> callback)
(asynchronously)
replace the specified ImageRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.replaceImageRegistryStatusAsync(String name,
V1alpha1ImageRegistry body,
String pretty,
String dryRun,
io.kubernetes.client.ApiCallback<V1alpha1ImageRegistry> callback)
(asynchronously)
replace status of the specified ImageRegistry
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1ImageRegistry |
V1alpha1ImageRegistry.apiVersion(String apiVersion) |
V1alpha1ImageRegistry |
V1alpha1ImageRegistryBuilder.build() |
V1alpha1ImageRegistry |
V1alpha1ImageRegistryListFluentImpl.buildFirstItem() |
V1alpha1ImageRegistry |
V1alpha1ImageRegistryListFluent.buildFirstItem() |
V1alpha1ImageRegistry |
V1alpha1ImageRegistryListFluentImpl.buildItem(int index) |
V1alpha1ImageRegistry |
V1alpha1ImageRegistryListFluent.buildItem(int index) |
V1alpha1ImageRegistry |
V1alpha1ImageRegistryListFluentImpl.buildLastItem() |
V1alpha1ImageRegistry |
V1alpha1ImageRegistryListFluent.buildLastItem() |
V1alpha1ImageRegistry |
V1alpha1ImageRegistryListFluentImpl.buildMatchingItem(Predicate<V1alpha1ImageRegistryBuilder> predicate) |
V1alpha1ImageRegistry |
V1alpha1ImageRegistryListFluent.buildMatchingItem(Predicate<V1alpha1ImageRegistryBuilder> predicate) |
V1alpha1ImageRegistry |
V1alpha1ImageRegistry.kind(String kind) |
V1alpha1ImageRegistry |
V1alpha1ImageRegistry.metadata(io.kubernetes.client.models.V1ObjectMeta metadata) |
V1alpha1ImageRegistry |
V1alpha1ImageRegistry.spec(V1alpha1ImageRegistrySpec spec) |
V1alpha1ImageRegistry |
V1alpha1ImageRegistry.status(V1alpha1ServiceStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<V1alpha1ImageRegistry> |
V1alpha1ImageRegistryListFluentImpl.buildItems() |
List<V1alpha1ImageRegistry> |
V1alpha1ImageRegistryListFluent.buildItems() |
List<V1alpha1ImageRegistry> |
V1alpha1ImageRegistryListFluentImpl.getItems()
Deprecated.
|
List<V1alpha1ImageRegistry> |
V1alpha1ImageRegistryListFluent.getItems()
Deprecated.
|
List<V1alpha1ImageRegistry> |
V1alpha1ImageRegistryList.getItems()
Items is a list of ImageRegistry objects
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1ImageRegistryList |
V1alpha1ImageRegistryList.addItemsItem(V1alpha1ImageRegistry itemsItem) |
V1alpha1ImageRegistryListFluent.ItemsNested<A> |
V1alpha1ImageRegistryListFluentImpl.addNewItemLike(V1alpha1ImageRegistry item) |
V1alpha1ImageRegistryListFluent.ItemsNested<A> |
V1alpha1ImageRegistryListFluent.addNewItemLike(V1alpha1ImageRegistry item) |
A |
V1alpha1ImageRegistryListFluentImpl.addToItems(int index,
V1alpha1ImageRegistry item) |
A |
V1alpha1ImageRegistryListFluent.addToItems(int index,
V1alpha1ImageRegistry item) |
A |
V1alpha1ImageRegistryListFluentImpl.addToItems(V1alpha1ImageRegistry... items) |
A |
V1alpha1ImageRegistryListFluent.addToItems(V1alpha1ImageRegistry... items) |
A |
V1alpha1ImageRegistryListFluentImpl.removeFromItems(V1alpha1ImageRegistry... items) |
A |
V1alpha1ImageRegistryListFluent.removeFromItems(V1alpha1ImageRegistry... items) |
V1alpha1ImageRegistryListFluent.ItemsNested<A> |
V1alpha1ImageRegistryListFluentImpl.setNewItemLike(int index,
V1alpha1ImageRegistry item) |
V1alpha1ImageRegistryListFluent.ItemsNested<A> |
V1alpha1ImageRegistryListFluent.setNewItemLike(int index,
V1alpha1ImageRegistry item) |
A |
V1alpha1ImageRegistryListFluentImpl.setToItems(int index,
V1alpha1ImageRegistry item) |
A |
V1alpha1ImageRegistryListFluent.setToItems(int index,
V1alpha1ImageRegistry item) |
A |
V1alpha1ImageRegistryListFluentImpl.withItems(V1alpha1ImageRegistry... items) |
A |
V1alpha1ImageRegistryListFluent.withItems(V1alpha1ImageRegistry... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
V1alpha1ImageRegistryListFluentImpl.addAllToItems(Collection<V1alpha1ImageRegistry> items) |
A |
V1alpha1ImageRegistryListFluent.addAllToItems(Collection<V1alpha1ImageRegistry> items) |
V1alpha1ImageRegistryList |
V1alpha1ImageRegistryList.items(List<V1alpha1ImageRegistry> items) |
A |
V1alpha1ImageRegistryListFluentImpl.removeAllFromItems(Collection<V1alpha1ImageRegistry> items) |
A |
V1alpha1ImageRegistryListFluent.removeAllFromItems(Collection<V1alpha1ImageRegistry> items) |
void |
V1alpha1ImageRegistryList.setItems(List<V1alpha1ImageRegistry> items) |
A |
V1alpha1ImageRegistryListFluentImpl.withItems(List<V1alpha1ImageRegistry> items) |
A |
V1alpha1ImageRegistryListFluent.withItems(List<V1alpha1ImageRegistry> items) |
| Constructor and Description |
|---|
V1alpha1ImageRegistryBuilder(V1alpha1ImageRegistry instance) |
V1alpha1ImageRegistryBuilder(V1alpha1ImageRegistry instance,
Boolean validationEnabled) |
V1alpha1ImageRegistryBuilder(V1alpha1ImageRegistryFluent<?> fluent,
V1alpha1ImageRegistry instance) |
V1alpha1ImageRegistryBuilder(V1alpha1ImageRegistryFluent<?> fluent,
V1alpha1ImageRegistry instance,
Boolean validationEnabled) |
V1alpha1ImageRegistryFluentImpl(V1alpha1ImageRegistry instance) |
Copyright © 2019. All rights reserved.