Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1NamespaceList |
CoreV1Api.listNamespace(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Namespace
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1NamespaceList> |
CoreV1Api.listNamespaceWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Namespace
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoreV1Api.listNamespaceAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1NamespaceList> callback)
(asynchronously)
list or watch objects of kind Namespace
|
Modifier and Type | Method and Description |
---|---|
V1NamespaceList |
V1NamespaceList.addItemsItem(V1Namespace itemsItem) |
V1NamespaceList |
V1NamespaceList.apiVersion(String apiVersion) |
V1NamespaceList |
V1NamespaceListBuilder.build() |
V1NamespaceList |
V1NamespaceList.items(List<V1Namespace> items) |
V1NamespaceList |
V1NamespaceList.kind(String kind) |
V1NamespaceList |
V1NamespaceList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1NamespaceListBuilder(V1NamespaceList instance) |
V1NamespaceListBuilder(V1NamespaceList instance,
Boolean validationEnabled) |
V1NamespaceListBuilder(V1NamespaceListFluent<?> fluent,
V1NamespaceList instance) |
V1NamespaceListBuilder(V1NamespaceListFluent<?> fluent,
V1NamespaceList instance,
Boolean validationEnabled) |
V1NamespaceListFluentImpl(V1NamespaceList instance) |
Copyright © 2019. All rights reserved.