| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta2ReplicaSetList |
AppsV1beta2Api.listNamespacedReplicaSet(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
V1beta2ReplicaSetList |
AppsV1beta2Api.listReplicaSetForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1beta2ReplicaSetList> |
AppsV1beta2Api.listNamespacedReplicaSetWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
ApiResponse<V1beta2ReplicaSetList> |
AppsV1beta2Api.listReplicaSetForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
AppsV1beta2Api.listNamespacedReplicaSetAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta2ReplicaSetList> _callback)
(asynchronously) list or watch objects of kind ReplicaSet
|
okhttp3.Call |
AppsV1beta2Api.listReplicaSetForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta2ReplicaSetList> _callback)
(asynchronously) list or watch objects of kind ReplicaSet
|
| Modifier and Type | Method and Description |
|---|---|
V1beta2ReplicaSetList |
V1beta2ReplicaSetList.addItemsItem(V1beta2ReplicaSet itemsItem) |
V1beta2ReplicaSetList |
V1beta2ReplicaSetList.apiVersion(String apiVersion) |
V1beta2ReplicaSetList |
V1beta2ReplicaSetListBuilder.build() |
V1beta2ReplicaSetList |
V1beta2ReplicaSetList.items(List<V1beta2ReplicaSet> items) |
V1beta2ReplicaSetList |
V1beta2ReplicaSetList.kind(String kind) |
V1beta2ReplicaSetList |
V1beta2ReplicaSetList.metadata(V1ListMeta metadata) |
| Constructor and Description |
|---|
V1beta2ReplicaSetListBuilder(V1beta2ReplicaSetList instance) |
V1beta2ReplicaSetListBuilder(V1beta2ReplicaSetList instance,
Boolean validationEnabled) |
V1beta2ReplicaSetListBuilder(V1beta2ReplicaSetListFluent<?> fluent,
V1beta2ReplicaSetList instance) |
V1beta2ReplicaSetListBuilder(V1beta2ReplicaSetListFluent<?> fluent,
V1beta2ReplicaSetList instance,
Boolean validationEnabled) |
V1beta2ReplicaSetListFluentImpl(V1beta2ReplicaSetList instance) |
Copyright © 2020. All rights reserved.