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.listDeploymentForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind DeploymentAppsV1Api.listNamespacedDeployment
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind DeploymentMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1DeploymentListModifier and TypeMethodDescriptionAppsV1Api.listDeploymentForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind DeploymentAppsV1Api.listNamespacedDeploymentWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind DeploymentMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1DeploymentListModifier and TypeMethodDescriptionokhttp3.Call
AppsV1Api.listDeploymentForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1DeploymentList> _callback) (asynchronously) list or watch objects of kind Deploymentokhttp3.Call
AppsV1Api.listNamespacedDeploymentAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1DeploymentList> _callback) (asynchronously) list or watch objects of kind Deployment -
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) V1DeploymentList.items
(List<V1Deployment> items) V1DeploymentList.metadata
(V1ListMeta metadata)