Uses of Class
io.kubernetes.client.openapi.models.V1PodDisruptionBudgetList
Packages that use V1PodDisruptionBudgetList
-
Uses of V1PodDisruptionBudgetList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1PodDisruptionBudgetListModifier and TypeMethodDescriptionPolicyV1Api.listNamespacedPodDisruptionBudget
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodDisruptionBudgetPolicyV1Api.listPodDisruptionBudgetForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodDisruptionBudgetMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1PodDisruptionBudgetListModifier and TypeMethodDescriptionPolicyV1Api.listNamespacedPodDisruptionBudgetWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodDisruptionBudgetPolicyV1Api.listPodDisruptionBudgetForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodDisruptionBudgetMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1PodDisruptionBudgetListModifier and TypeMethodDescriptionokhttp3.Call
PolicyV1Api.listNamespacedPodDisruptionBudgetAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1PodDisruptionBudgetList> _callback) (asynchronously) list or watch objects of kind PodDisruptionBudgetokhttp3.Call
PolicyV1Api.listPodDisruptionBudgetForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1PodDisruptionBudgetList> _callback) (asynchronously) list or watch objects of kind PodDisruptionBudget -
Uses of V1PodDisruptionBudgetList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1PodDisruptionBudgetListModifier and TypeMethodDescriptionV1PodDisruptionBudgetList.addItemsItem
(V1PodDisruptionBudget itemsItem) V1PodDisruptionBudgetList.apiVersion
(String apiVersion) V1PodDisruptionBudgetList.items
(List<V1PodDisruptionBudget> items) V1PodDisruptionBudgetList.metadata
(V1ListMeta metadata)