Uses of Class
io.kubernetes.client.openapi.models.V1ReplicationControllerList
Packages that use V1ReplicationControllerList
-
Uses of V1ReplicationControllerList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1ReplicationControllerListModifier and TypeMethodDescriptionCoreV1Api.APIlistNamespacedReplicationControllerRequest.execute()
Execute listNamespacedReplicationController requestCoreV1Api.APIlistReplicationControllerForAllNamespacesRequest.execute()
Execute listReplicationControllerForAllNamespaces requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ReplicationControllerListModifier and TypeMethodDescriptionCoreV1Api.APIlistNamespacedReplicationControllerRequest.executeWithHttpInfo()
Execute listNamespacedReplicationController request with HTTP info returnedCoreV1Api.APIlistReplicationControllerForAllNamespacesRequest.executeWithHttpInfo()
Execute listReplicationControllerForAllNamespaces request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ReplicationControllerListModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.APIlistNamespacedReplicationControllerRequest.executeAsync
(ApiCallback<V1ReplicationControllerList> _callback) Execute listNamespacedReplicationController request (asynchronously)okhttp3.Call
CoreV1Api.APIlistReplicationControllerForAllNamespacesRequest.executeAsync
(ApiCallback<V1ReplicationControllerList> _callback) Execute listReplicationControllerForAllNamespaces request (asynchronously) -
Uses of V1ReplicationControllerList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ReplicationControllerListModifier and TypeMethodDescriptionV1ReplicationControllerList.addItemsItem
(V1ReplicationController itemsItem) V1ReplicationControllerList.apiVersion
(String apiVersion) static V1ReplicationControllerList
Create an instance of V1ReplicationControllerList given an JSON stringV1ReplicationControllerList.items
(List<V1ReplicationController> items) V1ReplicationControllerList.metadata
(V1ListMeta metadata)