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.APIlistNamespacedStatefulSetRequest.execute()
Execute listNamespacedStatefulSet requestAppsV1Api.APIlistStatefulSetForAllNamespacesRequest.execute()
Execute listStatefulSetForAllNamespaces requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1StatefulSetListModifier and TypeMethodDescriptionAppsV1Api.APIlistNamespacedStatefulSetRequest.executeWithHttpInfo()
Execute listNamespacedStatefulSet request with HTTP info returnedAppsV1Api.APIlistStatefulSetForAllNamespacesRequest.executeWithHttpInfo()
Execute listStatefulSetForAllNamespaces request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1StatefulSetListModifier and TypeMethodDescriptionokhttp3.Call
AppsV1Api.APIlistNamespacedStatefulSetRequest.executeAsync
(ApiCallback<V1StatefulSetList> _callback) Execute listNamespacedStatefulSet request (asynchronously)okhttp3.Call
AppsV1Api.APIlistStatefulSetForAllNamespacesRequest.executeAsync
(ApiCallback<V1StatefulSetList> _callback) Execute listStatefulSetForAllNamespaces request (asynchronously) -
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) static V1StatefulSetList
Create an instance of V1StatefulSetList given an JSON stringV1StatefulSetList.items
(List<V1StatefulSet> items) V1StatefulSetList.metadata
(V1ListMeta metadata)