Uses of Class
io.kubernetes.client.openapi.models.V1ControllerRevisionList
Packages that use V1ControllerRevisionList
-
Uses of V1ControllerRevisionList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1ControllerRevisionListModifier and TypeMethodDescriptionAppsV1Api.listControllerRevisionForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ControllerRevisionAppsV1Api.listNamespacedControllerRevision
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ControllerRevisionMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ControllerRevisionListModifier and TypeMethodDescriptionAppsV1Api.listControllerRevisionForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ControllerRevisionAppsV1Api.listNamespacedControllerRevisionWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ControllerRevisionMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ControllerRevisionListModifier and TypeMethodDescriptionokhttp3.Call
AppsV1Api.listControllerRevisionForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ControllerRevisionList> _callback) (asynchronously) list or watch objects of kind ControllerRevisionokhttp3.Call
AppsV1Api.listNamespacedControllerRevisionAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ControllerRevisionList> _callback) (asynchronously) list or watch objects of kind ControllerRevision -
Uses of V1ControllerRevisionList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ControllerRevisionListModifier and TypeMethodDescriptionV1ControllerRevisionList.addItemsItem
(V1ControllerRevision itemsItem) V1ControllerRevisionList.apiVersion
(String apiVersion) V1ControllerRevisionList.items
(List<V1ControllerRevision> items) V1ControllerRevisionList.metadata
(V1ListMeta metadata)