Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1Namespace |
CoreV1Api.createNamespace(V1Namespace body,
String pretty,
String dryRun,
String fieldManager)
create a Namespace
|
V1Namespace |
CoreV1Api.patchNamespace(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Namespace
|
V1Namespace |
CoreV1Api.patchNamespaceStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Namespace
|
V1Namespace |
CoreV1Api.readNamespace(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified Namespace
|
V1Namespace |
CoreV1Api.readNamespaceStatus(String name,
String pretty)
read status of the specified Namespace
|
V1Namespace |
CoreV1Api.replaceNamespace(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Namespace
|
V1Namespace |
CoreV1Api.replaceNamespaceFinalize(String name,
V1Namespace body,
String dryRun,
String fieldManager,
String pretty)
replace finalize of the specified Namespace
|
V1Namespace |
CoreV1Api.replaceNamespaceStatus(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Namespace
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Namespace> |
CoreV1Api.createNamespaceWithHttpInfo(V1Namespace body,
String pretty,
String dryRun,
String fieldManager)
create a Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.patchNamespaceStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.patchNamespaceWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.readNamespaceStatusWithHttpInfo(String name,
String pretty)
read status of the specified Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.readNamespaceWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.replaceNamespaceFinalizeWithHttpInfo(String name,
V1Namespace body,
String dryRun,
String fieldManager,
String pretty)
replace finalize of the specified Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.replaceNamespaceStatusWithHttpInfo(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.replaceNamespaceWithHttpInfo(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Namespace
|
Modifier and Type | Method and Description |
---|---|
V1Namespace |
CoreV1Api.createNamespace(V1Namespace body,
String pretty,
String dryRun,
String fieldManager)
create a Namespace
|
okhttp3.Call |
CoreV1Api.createNamespaceAsync(V1Namespace body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Namespace> _callback)
(asynchronously) create a Namespace
|
okhttp3.Call |
CoreV1Api.createNamespaceCall(V1Namespace body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespace
|
ApiResponse<V1Namespace> |
CoreV1Api.createNamespaceWithHttpInfo(V1Namespace body,
String pretty,
String dryRun,
String fieldManager)
create a Namespace
|
V1Namespace |
CoreV1Api.replaceNamespace(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Namespace
|
okhttp3.Call |
CoreV1Api.replaceNamespaceAsync(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Namespace> _callback)
(asynchronously) replace the specified Namespace
|
okhttp3.Call |
CoreV1Api.replaceNamespaceCall(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespace
|
V1Namespace |
CoreV1Api.replaceNamespaceFinalize(String name,
V1Namespace body,
String dryRun,
String fieldManager,
String pretty)
replace finalize of the specified Namespace
|
okhttp3.Call |
CoreV1Api.replaceNamespaceFinalizeAsync(String name,
V1Namespace body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1Namespace> _callback)
(asynchronously) replace finalize of the specified Namespace
|
okhttp3.Call |
CoreV1Api.replaceNamespaceFinalizeCall(String name,
V1Namespace body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback _callback)
Build call for replaceNamespaceFinalize
|
ApiResponse<V1Namespace> |
CoreV1Api.replaceNamespaceFinalizeWithHttpInfo(String name,
V1Namespace body,
String dryRun,
String fieldManager,
String pretty)
replace finalize of the specified Namespace
|
V1Namespace |
CoreV1Api.replaceNamespaceStatus(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Namespace
|
okhttp3.Call |
CoreV1Api.replaceNamespaceStatusAsync(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Namespace> _callback)
(asynchronously) replace status of the specified Namespace
|
okhttp3.Call |
CoreV1Api.replaceNamespaceStatusCall(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespaceStatus
|
ApiResponse<V1Namespace> |
CoreV1Api.replaceNamespaceStatusWithHttpInfo(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.replaceNamespaceWithHttpInfo(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Namespace
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CoreV1Api.createNamespaceAsync(V1Namespace body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Namespace> _callback)
(asynchronously) create a Namespace
|
okhttp3.Call |
CoreV1Api.patchNamespaceAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Namespace> _callback)
(asynchronously) partially update the specified Namespace
|
okhttp3.Call |
CoreV1Api.patchNamespaceStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Namespace> _callback)
(asynchronously) partially update status of the specified Namespace
|
okhttp3.Call |
CoreV1Api.readNamespaceAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Namespace> _callback)
(asynchronously) read the specified Namespace
|
okhttp3.Call |
CoreV1Api.readNamespaceStatusAsync(String name,
String pretty,
ApiCallback<V1Namespace> _callback)
(asynchronously) read status of the specified Namespace
|
okhttp3.Call |
CoreV1Api.replaceNamespaceAsync(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Namespace> _callback)
(asynchronously) replace the specified Namespace
|
okhttp3.Call |
CoreV1Api.replaceNamespaceFinalizeAsync(String name,
V1Namespace body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1Namespace> _callback)
(asynchronously) replace finalize of the specified Namespace
|
okhttp3.Call |
CoreV1Api.replaceNamespaceStatusAsync(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Namespace> _callback)
(asynchronously) replace status of the specified Namespace
|
Modifier and Type | Method and Description |
---|---|
V1Namespace |
V1Namespace.apiVersion(String apiVersion) |
V1Namespace |
V1NamespaceBuilder.build() |
V1Namespace |
V1NamespaceListFluent.buildFirstItem() |
V1Namespace |
V1NamespaceListFluentImpl.buildFirstItem() |
V1Namespace |
V1NamespaceListFluent.buildItem(int index) |
V1Namespace |
V1NamespaceListFluentImpl.buildItem(int index) |
V1Namespace |
V1NamespaceListFluent.buildLastItem() |
V1Namespace |
V1NamespaceListFluentImpl.buildLastItem() |
V1Namespace |
V1NamespaceListFluent.buildMatchingItem(Predicate<V1NamespaceBuilder> predicate) |
V1Namespace |
V1NamespaceListFluentImpl.buildMatchingItem(Predicate<V1NamespaceBuilder> predicate) |
V1Namespace |
V1Namespace.kind(String kind) |
V1Namespace |
V1Namespace.metadata(V1ObjectMeta metadata) |
V1Namespace |
V1Namespace.spec(V1NamespaceSpec spec) |
V1Namespace |
V1Namespace.status(V1NamespaceStatus status) |
Modifier and Type | Method and Description |
---|---|
List<V1Namespace> |
V1NamespaceListFluent.buildItems() |
List<V1Namespace> |
V1NamespaceListFluentImpl.buildItems() |
List<V1Namespace> |
V1NamespaceListFluent.getItems()
Deprecated.
|
List<V1Namespace> |
V1NamespaceListFluentImpl.getItems()
Deprecated.
|
List<V1Namespace> |
V1NamespaceList.getItems()
Items is the list of Namespace objects in the list.
|
Modifier and Type | Method and Description |
---|---|
V1NamespaceList |
V1NamespaceList.addItemsItem(V1Namespace itemsItem) |
V1NamespaceListFluent.ItemsNested<A> |
V1NamespaceListFluent.addNewItemLike(V1Namespace item) |
V1NamespaceListFluent.ItemsNested<A> |
V1NamespaceListFluentImpl.addNewItemLike(V1Namespace item) |
A |
V1NamespaceListFluent.addToItems(int index,
V1Namespace item) |
A |
V1NamespaceListFluentImpl.addToItems(int index,
V1Namespace item) |
A |
V1NamespaceListFluent.addToItems(V1Namespace... items) |
A |
V1NamespaceListFluentImpl.addToItems(V1Namespace... items) |
A |
V1NamespaceListFluent.removeFromItems(V1Namespace... items) |
A |
V1NamespaceListFluentImpl.removeFromItems(V1Namespace... items) |
V1NamespaceListFluent.ItemsNested<A> |
V1NamespaceListFluent.setNewItemLike(int index,
V1Namespace item) |
V1NamespaceListFluent.ItemsNested<A> |
V1NamespaceListFluentImpl.setNewItemLike(int index,
V1Namespace item) |
A |
V1NamespaceListFluent.setToItems(int index,
V1Namespace item) |
A |
V1NamespaceListFluentImpl.setToItems(int index,
V1Namespace item) |
A |
V1NamespaceListFluent.withItems(V1Namespace... items) |
A |
V1NamespaceListFluentImpl.withItems(V1Namespace... items) |
Modifier and Type | Method and Description |
---|---|
A |
V1NamespaceListFluent.addAllToItems(Collection<V1Namespace> items) |
A |
V1NamespaceListFluentImpl.addAllToItems(Collection<V1Namespace> items) |
V1NamespaceList |
V1NamespaceList.items(List<V1Namespace> items) |
A |
V1NamespaceListFluent.removeAllFromItems(Collection<V1Namespace> items) |
A |
V1NamespaceListFluentImpl.removeAllFromItems(Collection<V1Namespace> items) |
void |
V1NamespaceList.setItems(List<V1Namespace> items) |
A |
V1NamespaceListFluent.withItems(List<V1Namespace> items) |
A |
V1NamespaceListFluentImpl.withItems(List<V1Namespace> items) |
Constructor and Description |
---|
V1NamespaceBuilder(V1Namespace instance) |
V1NamespaceBuilder(V1Namespace instance,
Boolean validationEnabled) |
V1NamespaceBuilder(V1NamespaceFluent<?> fluent,
V1Namespace instance) |
V1NamespaceBuilder(V1NamespaceFluent<?> fluent,
V1Namespace instance,
Boolean validationEnabled) |
V1NamespaceFluentImpl(V1Namespace instance) |
Copyright © 2020. All rights reserved.