| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
AppsV1beta1DeploymentList |
AppsV1beta1Api.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
|
AppsV1beta1DeploymentList |
AppsV1beta1Api.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<AppsV1beta1DeploymentList> |
AppsV1beta1Api.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<AppsV1beta1DeploymentList> |
AppsV1beta1Api.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 |
AppsV1beta1Api.listDeploymentForAllNamespacesAsync(Boolean allowWatchBookmarks,
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
|
okhttp3.Call |
AppsV1beta1Api.listNamespacedDeploymentAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
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 © 2020. All rights reserved.