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.listNamespacedReplicationController
(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 ReplicationControllerCoreV1Api.listReplicationControllerForAllNamespaces
(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 ReplicationControllerMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ReplicationControllerListModifier and TypeMethodDescriptionCoreV1Api.listNamespacedReplicationControllerWithHttpInfo
(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 ReplicationControllerCoreV1Api.listReplicationControllerForAllNamespacesWithHttpInfo
(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 ReplicationControllerMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ReplicationControllerListModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.listNamespacedReplicationControllerAsync
(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<V1ReplicationControllerList> _callback) (asynchronously) list or watch objects of kind ReplicationControllerokhttp3.Call
CoreV1Api.listReplicationControllerForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ReplicationControllerList> _callback) (asynchronously) list or watch objects of kind ReplicationController -
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) V1ReplicationControllerList.items
(List<V1ReplicationController> items) V1ReplicationControllerList.metadata
(V1ListMeta metadata)