Uses of Class
io.kubernetes.client.openapi.models.V1DeploymentList
Packages that use V1DeploymentList
-
Uses of V1DeploymentList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1DeploymentListModifier and TypeMethodDescriptionAppsV1Api.APIlistDeploymentForAllNamespacesRequest.execute()
Execute listDeploymentForAllNamespaces requestAppsV1Api.APIlistNamespacedDeploymentRequest.execute()
Execute listNamespacedDeployment requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1DeploymentListModifier and TypeMethodDescriptionAppsV1Api.APIlistDeploymentForAllNamespacesRequest.executeWithHttpInfo()
Execute listDeploymentForAllNamespaces request with HTTP info returnedAppsV1Api.APIlistNamespacedDeploymentRequest.executeWithHttpInfo()
Execute listNamespacedDeployment request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1DeploymentListModifier and TypeMethodDescriptionokhttp3.Call
AppsV1Api.APIlistDeploymentForAllNamespacesRequest.executeAsync
(ApiCallback<V1DeploymentList> _callback) Execute listDeploymentForAllNamespaces request (asynchronously)okhttp3.Call
AppsV1Api.APIlistNamespacedDeploymentRequest.executeAsync
(ApiCallback<V1DeploymentList> _callback) Execute listNamespacedDeployment request (asynchronously) -
Uses of V1DeploymentList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1DeploymentListModifier and TypeMethodDescriptionV1DeploymentList.addItemsItem
(V1Deployment itemsItem) V1DeploymentList.apiVersion
(String apiVersion) static V1DeploymentList
Create an instance of V1DeploymentList given an JSON stringV1DeploymentList.items
(List<V1Deployment> items) V1DeploymentList.metadata
(V1ListMeta metadata)