Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1DeploymentList |
AppsV1Api.listDeploymentForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
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,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
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(String _continue,
String fieldSelector,
Boolean includeUninitialized,
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,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
AppsV1Api.listDeploymentForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1DeploymentList> callback)
(asynchronously)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.listNamespacedDeploymentAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
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 |
V1DeploymentList.items(List<V1Deployment> items) |
V1DeploymentList |
V1DeploymentList.kind(String kind) |
V1DeploymentList |
V1DeploymentList.metadata(V1ListMeta metadata) |
Copyright © 2018. All rights reserved.