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.APIlistNamespacedReplicaSetRequest.execute()
Execute listNamespacedReplicaSet requestAppsV1Api.APIlistReplicaSetForAllNamespacesRequest.execute()
Execute listReplicaSetForAllNamespaces requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ReplicaSetListModifier and TypeMethodDescriptionAppsV1Api.APIlistNamespacedReplicaSetRequest.executeWithHttpInfo()
Execute listNamespacedReplicaSet request with HTTP info returnedAppsV1Api.APIlistReplicaSetForAllNamespacesRequest.executeWithHttpInfo()
Execute listReplicaSetForAllNamespaces request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ReplicaSetListModifier and TypeMethodDescriptionokhttp3.Call
AppsV1Api.APIlistNamespacedReplicaSetRequest.executeAsync
(ApiCallback<V1ReplicaSetList> _callback) Execute listNamespacedReplicaSet request (asynchronously)okhttp3.Call
AppsV1Api.APIlistReplicaSetForAllNamespacesRequest.executeAsync
(ApiCallback<V1ReplicaSetList> _callback) Execute listReplicaSetForAllNamespaces request (asynchronously) -
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) static V1ReplicaSetList
Create an instance of V1ReplicaSetList given an JSON stringV1ReplicaSetList.items
(List<V1ReplicaSet> items) V1ReplicaSetList.metadata
(V1ListMeta metadata)