Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1ComponentStatusList |
CoreV1Api.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 ComponentStatus
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1ComponentStatusList> |
CoreV1Api.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 ComponentStatus
|
Modifier and Type | Method and Description |
---|---|
okhttp3.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
|
Modifier and Type | Method and Description |
---|---|
V1ComponentStatusList |
V1ComponentStatusList.addItemsItem(V1ComponentStatus itemsItem) |
V1ComponentStatusList |
V1ComponentStatusList.apiVersion(String apiVersion) |
V1ComponentStatusList |
V1ComponentStatusListBuilder.build() |
V1ComponentStatusList |
V1ComponentStatusList.items(List<V1ComponentStatus> items) |
V1ComponentStatusList |
V1ComponentStatusList.kind(String kind) |
V1ComponentStatusList |
V1ComponentStatusList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1ComponentStatusListBuilder(V1ComponentStatusList instance) |
V1ComponentStatusListBuilder(V1ComponentStatusList instance,
Boolean validationEnabled) |
V1ComponentStatusListBuilder(V1ComponentStatusListFluent<?> fluent,
V1ComponentStatusList instance) |
V1ComponentStatusListBuilder(V1ComponentStatusListFluent<?> fluent,
V1ComponentStatusList instance,
Boolean validationEnabled) |
V1ComponentStatusListFluentImpl(V1ComponentStatusList instance) |
Copyright © 2021. All rights reserved.