Uses of Class
io.kubernetes.client.openapi.models.V1StatefulSetList
Packages that use V1StatefulSetList
-
Uses of V1StatefulSetList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1StatefulSetListModifier and TypeMethodDescriptionAppsV1Api.listNamespacedStatefulSet
(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 StatefulSetAppsV1Api.listStatefulSetForAllNamespaces
(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 StatefulSetMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1StatefulSetListModifier and TypeMethodDescriptionAppsV1Api.listNamespacedStatefulSetWithHttpInfo
(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 StatefulSetAppsV1Api.listStatefulSetForAllNamespacesWithHttpInfo
(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 StatefulSetMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1StatefulSetListModifier and TypeMethodDescriptionokhttp3.Call
AppsV1Api.listNamespacedStatefulSetAsync
(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<V1StatefulSetList> _callback) (asynchronously) list or watch objects of kind StatefulSetokhttp3.Call
AppsV1Api.listStatefulSetForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1StatefulSetList> _callback) (asynchronously) list or watch objects of kind StatefulSet -
Uses of V1StatefulSetList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1StatefulSetListModifier and TypeMethodDescriptionV1StatefulSetList.addItemsItem
(V1StatefulSet itemsItem) V1StatefulSetList.apiVersion
(String apiVersion) V1StatefulSetList.items
(List<V1StatefulSet> items) V1StatefulSetList.metadata
(V1ListMeta metadata)