Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1CustomResourceDefinitionList |
ApiextensionsV1Api.listCustomResourceDefinition(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 CustomResourceDefinition
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1CustomResourceDefinitionList> |
ApiextensionsV1Api.listCustomResourceDefinitionWithHttpInfo(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 CustomResourceDefinition
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
ApiextensionsV1Api.listCustomResourceDefinitionAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1CustomResourceDefinitionList> _callback)
(asynchronously) list or watch objects of kind CustomResourceDefinition
|
Modifier and Type | Method and Description |
---|---|
V1CustomResourceDefinitionList |
V1CustomResourceDefinitionList.addItemsItem(V1CustomResourceDefinition itemsItem) |
V1CustomResourceDefinitionList |
V1CustomResourceDefinitionList.apiVersion(String apiVersion) |
V1CustomResourceDefinitionList |
V1CustomResourceDefinitionList.items(List<V1CustomResourceDefinition> items) |
V1CustomResourceDefinitionList |
V1CustomResourceDefinitionList.kind(String kind) |
V1CustomResourceDefinitionList |
V1CustomResourceDefinitionList.metadata(V1ListMeta metadata) |
Copyright © 2022. All rights reserved.