Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1DeploymentList |
AppsV1Api.listDeploymentForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
V1DeploymentList |
AppsV1Api.listNamespacedDeployment(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 Deployment
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1DeploymentList> |
AppsV1Api.listDeploymentForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
ApiResponse<V1DeploymentList> |
AppsV1Api.listNamespacedDeploymentWithHttpInfo(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 Deployment
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
AppsV1Api.listDeploymentForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1DeploymentList> _callback)
(asynchronously) list or watch objects of kind Deployment
|
okhttp3.Call |
AppsV1Api.listNamespacedDeploymentAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1DeploymentList> _callback)
(asynchronously) list or watch objects of kind Deployment
|
Modifier and Type | Method and Description |
---|---|
V1DeploymentList |
V1DeploymentList.addItemsItem(V1Deployment itemsItem) |
V1DeploymentList |
V1DeploymentList.apiVersion(String apiVersion) |
V1DeploymentList |
V1DeploymentListBuilder.build() |
V1DeploymentList |
V1DeploymentList.items(List<V1Deployment> items) |
V1DeploymentList |
V1DeploymentList.kind(String kind) |
V1DeploymentList |
V1DeploymentList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1DeploymentListBuilder(V1DeploymentList instance) |
V1DeploymentListBuilder(V1DeploymentList instance,
Boolean validationEnabled) |
V1DeploymentListBuilder(V1DeploymentListFluent<?> fluent,
V1DeploymentList instance) |
V1DeploymentListBuilder(V1DeploymentListFluent<?> fluent,
V1DeploymentList instance,
Boolean validationEnabled) |
V1DeploymentListFluentImpl(V1DeploymentList instance) |
Copyright © 2020. All rights reserved.