Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1ReplicaSet |
AppsV1Api.createNamespacedReplicaSet(String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a ReplicaSet
|
V1ReplicaSet |
AppsV1Api.patchNamespacedReplicaSet(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update the specified ReplicaSet
|
V1ReplicaSet |
AppsV1Api.patchNamespacedReplicaSetStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update status of the specified ReplicaSet
|
V1ReplicaSet |
AppsV1Api.readNamespacedReplicaSet(String name,
String namespace,
String pretty)
read the specified ReplicaSet
|
V1ReplicaSet |
AppsV1Api.readNamespacedReplicaSetStatus(String name,
String namespace,
String pretty)
read status of the specified ReplicaSet
|
V1ReplicaSet |
AppsV1Api.replaceNamespacedReplicaSet(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified ReplicaSet
|
V1ReplicaSet |
AppsV1Api.replaceNamespacedReplicaSetStatus(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified ReplicaSet
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1ReplicaSet> |
AppsV1Api.createNamespacedReplicaSetWithHttpInfo(String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a ReplicaSet
|
ApiResponse<V1ReplicaSet> |
AppsV1Api.patchNamespacedReplicaSetStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update status of the specified ReplicaSet
|
ApiResponse<V1ReplicaSet> |
AppsV1Api.patchNamespacedReplicaSetWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update the specified ReplicaSet
|
ApiResponse<V1ReplicaSet> |
AppsV1Api.readNamespacedReplicaSetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified ReplicaSet
|
ApiResponse<V1ReplicaSet> |
AppsV1Api.readNamespacedReplicaSetWithHttpInfo(String name,
String namespace,
String pretty)
read the specified ReplicaSet
|
ApiResponse<V1ReplicaSet> |
AppsV1Api.replaceNamespacedReplicaSetStatusWithHttpInfo(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified ReplicaSet
|
ApiResponse<V1ReplicaSet> |
AppsV1Api.replaceNamespacedReplicaSetWithHttpInfo(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified ReplicaSet
|
Modifier and Type | Method and Description |
---|---|
V1ReplicaSet |
AppsV1Api.createNamespacedReplicaSet(String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a ReplicaSet
|
okhttp3.Call |
AppsV1Api.createNamespacedReplicaSetAsync(String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1ReplicaSet> _callback)
(asynchronously) create a ReplicaSet
|
okhttp3.Call |
AppsV1Api.createNamespacedReplicaSetCall(String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for createNamespacedReplicaSet
|
ApiResponse<V1ReplicaSet> |
AppsV1Api.createNamespacedReplicaSetWithHttpInfo(String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a ReplicaSet
|
V1ReplicaSet |
AppsV1Api.replaceNamespacedReplicaSet(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedReplicaSetAsync(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1ReplicaSet> _callback)
(asynchronously) replace the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedReplicaSetCall(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for replaceNamespacedReplicaSet
|
V1ReplicaSet |
AppsV1Api.replaceNamespacedReplicaSetStatus(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedReplicaSetStatusAsync(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1ReplicaSet> _callback)
(asynchronously) replace status of the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedReplicaSetStatusCall(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for replaceNamespacedReplicaSetStatus
|
ApiResponse<V1ReplicaSet> |
AppsV1Api.replaceNamespacedReplicaSetStatusWithHttpInfo(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified ReplicaSet
|
ApiResponse<V1ReplicaSet> |
AppsV1Api.replaceNamespacedReplicaSetWithHttpInfo(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified ReplicaSet
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
AppsV1Api.createNamespacedReplicaSetAsync(String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1ReplicaSet> _callback)
(asynchronously) create a ReplicaSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedReplicaSetAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force,
ApiCallback<V1ReplicaSet> _callback)
(asynchronously) partially update the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedReplicaSetStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force,
ApiCallback<V1ReplicaSet> _callback)
(asynchronously) partially update status of the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.readNamespacedReplicaSetAsync(String name,
String namespace,
String pretty,
ApiCallback<V1ReplicaSet> _callback)
(asynchronously) read the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.readNamespacedReplicaSetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1ReplicaSet> _callback)
(asynchronously) read status of the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedReplicaSetAsync(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1ReplicaSet> _callback)
(asynchronously) replace the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedReplicaSetStatusAsync(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1ReplicaSet> _callback)
(asynchronously) replace status of the specified ReplicaSet
|
Modifier and Type | Method and Description |
---|---|
V1ReplicaSet |
V1ReplicaSet.apiVersion(String apiVersion) |
V1ReplicaSet |
V1ReplicaSet.kind(String kind) |
V1ReplicaSet |
V1ReplicaSet.metadata(V1ObjectMeta metadata) |
V1ReplicaSet |
V1ReplicaSet.spec(V1ReplicaSetSpec spec) |
V1ReplicaSet |
V1ReplicaSet.status(V1ReplicaSetStatus status) |
Modifier and Type | Method and Description |
---|---|
List<V1ReplicaSet> |
V1ReplicaSetList.getItems()
List of ReplicaSets.
|
Modifier and Type | Method and Description |
---|---|
V1ReplicaSetList |
V1ReplicaSetList.addItemsItem(V1ReplicaSet itemsItem) |
Modifier and Type | Method and Description |
---|---|
V1ReplicaSetList |
V1ReplicaSetList.items(List<V1ReplicaSet> items) |
void |
V1ReplicaSetList.setItems(List<V1ReplicaSet> items) |
Copyright © 2022. All rights reserved.