Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1ReplicaSetList |
AppsV1Api.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
|
V1ReplicaSetList |
AppsV1Api.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<V1ReplicaSetList> |
AppsV1Api.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<V1ReplicaSetList> |
AppsV1Api.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 |
AppsV1Api.listNamespacedReplicaSetAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ReplicaSetList> _callback)
(asynchronously) list or watch objects of kind ReplicaSet
|
okhttp3.Call |
AppsV1Api.listReplicaSetForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ReplicaSetList> _callback)
(asynchronously) list or watch objects of kind ReplicaSet
|
Modifier and Type | Method and Description |
---|---|
V1ReplicaSetList |
V1ReplicaSetList.addItemsItem(V1ReplicaSet itemsItem) |
V1ReplicaSetList |
V1ReplicaSetList.apiVersion(String apiVersion) |
V1ReplicaSetList |
V1ReplicaSetListBuilder.build() |
V1ReplicaSetList |
V1ReplicaSetList.items(List<V1ReplicaSet> items) |
V1ReplicaSetList |
V1ReplicaSetList.kind(String kind) |
V1ReplicaSetList |
V1ReplicaSetList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1ReplicaSetListBuilder(V1ReplicaSetList instance) |
V1ReplicaSetListBuilder(V1ReplicaSetList instance,
Boolean validationEnabled) |
V1ReplicaSetListBuilder(V1ReplicaSetListFluent<?> fluent,
V1ReplicaSetList instance) |
V1ReplicaSetListBuilder(V1ReplicaSetListFluent<?> fluent,
V1ReplicaSetList instance,
Boolean validationEnabled) |
V1ReplicaSetListFluentImpl(V1ReplicaSetList instance) |
Copyright © 2020. All rights reserved.