Uses of Class
io.kubernetes.client.openapi.models.V1ComponentStatusList
Packages that use V1ComponentStatusList
-
Uses of V1ComponentStatusList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1ComponentStatusListModifier and TypeMethodDescriptionCoreV1Api.listComponentStatus
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list objects of kind ComponentStatusMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ComponentStatusListModifier and TypeMethodDescriptionCoreV1Api.listComponentStatusWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list objects of kind ComponentStatusMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ComponentStatusListModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.listComponentStatusAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ComponentStatusList> _callback) (asynchronously) list objects of kind ComponentStatus -
Uses of V1ComponentStatusList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ComponentStatusListModifier and TypeMethodDescriptionV1ComponentStatusList.addItemsItem
(V1ComponentStatus itemsItem) V1ComponentStatusList.apiVersion
(String apiVersion) V1ComponentStatusList.items
(List<V1ComponentStatus> items) V1ComponentStatusList.metadata
(V1ListMeta metadata)