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 |
V1CustomResourceDefinitionListBuilder.build() |
V1CustomResourceDefinitionList |
V1CustomResourceDefinitionList.items(List<V1CustomResourceDefinition> items) |
V1CustomResourceDefinitionList |
V1CustomResourceDefinitionList.kind(String kind) |
V1CustomResourceDefinitionList |
V1CustomResourceDefinitionList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1CustomResourceDefinitionListBuilder(V1CustomResourceDefinitionList instance) |
V1CustomResourceDefinitionListBuilder(V1CustomResourceDefinitionList instance,
Boolean validationEnabled) |
V1CustomResourceDefinitionListBuilder(V1CustomResourceDefinitionListFluent<?> fluent,
V1CustomResourceDefinitionList instance) |
V1CustomResourceDefinitionListBuilder(V1CustomResourceDefinitionListFluent<?> fluent,
V1CustomResourceDefinitionList instance,
Boolean validationEnabled) |
V1CustomResourceDefinitionListFluentImpl(V1CustomResourceDefinitionList instance) |
Copyright © 2020. All rights reserved.