| Package | Description |
|---|---|
| io.kubernetes.client.apis | |
| io.kubernetes.client.models |
| Modifier and Type | Method and Description |
|---|---|
AppsV1beta1DeploymentList |
AppsV1beta1Api.listDeploymentForAllNamespaces(String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
AppsV1beta1DeploymentList |
AppsV1beta1Api.listNamespacedDeployment(String namespace,
String pretty,
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<AppsV1beta1DeploymentList> |
AppsV1beta1Api.listDeploymentForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
ApiResponse<AppsV1beta1DeploymentList> |
AppsV1beta1Api.listNamespacedDeploymentWithHttpInfo(String namespace,
String pretty,
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 |
|---|---|
com.squareup.okhttp.Call |
AppsV1beta1Api.listDeploymentForAllNamespacesAsync(String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<AppsV1beta1DeploymentList> callback)
(asynchronously)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listNamespacedDeploymentAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<AppsV1beta1DeploymentList> callback)
(asynchronously)
list or watch objects of kind Deployment
|
| Modifier and Type | Method and Description |
|---|---|
AppsV1beta1DeploymentList |
AppsV1beta1DeploymentList.addItemsItem(AppsV1beta1Deployment itemsItem) |
AppsV1beta1DeploymentList |
AppsV1beta1DeploymentList.apiVersion(String apiVersion) |
AppsV1beta1DeploymentList |
AppsV1beta1DeploymentListBuilder.build() |
AppsV1beta1DeploymentList |
AppsV1beta1DeploymentList.items(List<AppsV1beta1Deployment> items) |
AppsV1beta1DeploymentList |
AppsV1beta1DeploymentList.kind(String kind) |
AppsV1beta1DeploymentList |
AppsV1beta1DeploymentList.metadata(V1ListMeta metadata) |
| Constructor and Description |
|---|
AppsV1beta1DeploymentListBuilder(AppsV1beta1DeploymentList instance) |
AppsV1beta1DeploymentListBuilder(AppsV1beta1DeploymentList instance,
Boolean validationEnabled) |
AppsV1beta1DeploymentListBuilder(AppsV1beta1DeploymentListFluent<?> fluent,
AppsV1beta1DeploymentList instance) |
AppsV1beta1DeploymentListBuilder(AppsV1beta1DeploymentListFluent<?> fluent,
AppsV1beta1DeploymentList instance,
Boolean validationEnabled) |
AppsV1beta1DeploymentListFluentImpl(AppsV1beta1DeploymentList instance) |
Copyright © 2019. All rights reserved.