Uses of Class
io.kubernetes.client.openapi.models.V1ReplicaSetList
Packages that use V1ReplicaSetList
-
Uses of V1ReplicaSetList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1ReplicaSetListModifier and TypeMethodDescriptionAppsV1Api.listNamespacedReplicaSet
(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 ReplicaSetAppsV1Api.listReplicaSetForAllNamespaces
(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 ReplicaSetMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ReplicaSetListModifier and TypeMethodDescriptionAppsV1Api.listNamespacedReplicaSetWithHttpInfo
(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 ReplicaSetAppsV1Api.listReplicaSetForAllNamespacesWithHttpInfo
(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 ReplicaSetMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ReplicaSetListModifier and TypeMethodDescriptionokhttp3.Call
AppsV1Api.listNamespacedReplicaSetAsync
(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<V1ReplicaSetList> _callback) (asynchronously) list or watch objects of kind ReplicaSetokhttp3.Call
AppsV1Api.listReplicaSetForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ReplicaSetList> _callback) (asynchronously) list or watch objects of kind ReplicaSet -
Uses of V1ReplicaSetList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ReplicaSetListModifier and TypeMethodDescriptionV1ReplicaSetList.addItemsItem
(V1ReplicaSet itemsItem) V1ReplicaSetList.apiVersion
(String apiVersion) V1ReplicaSetList.items
(List<V1ReplicaSet> items) V1ReplicaSetList.metadata
(V1ListMeta metadata)