Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
CoreV1Event |
CoreV1Api.createNamespacedEvent(String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager)
create an Event
|
CoreV1Event |
CoreV1Api.patchNamespacedEvent(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Event
|
CoreV1Event |
CoreV1Api.readNamespacedEvent(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Event
|
CoreV1Event |
CoreV1Api.replaceNamespacedEvent(String name,
String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Event
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<CoreV1Event> |
CoreV1Api.createNamespacedEventWithHttpInfo(String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager)
create an Event
|
ApiResponse<CoreV1Event> |
CoreV1Api.patchNamespacedEventWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Event
|
ApiResponse<CoreV1Event> |
CoreV1Api.readNamespacedEventWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Event
|
ApiResponse<CoreV1Event> |
CoreV1Api.replaceNamespacedEventWithHttpInfo(String name,
String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Event
|
Modifier and Type | Method and Description |
---|---|
CoreV1Event |
CoreV1Api.createNamespacedEvent(String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager)
create an Event
|
okhttp3.Call |
CoreV1Api.createNamespacedEventAsync(String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<CoreV1Event> _callback)
(asynchronously) create an Event
|
okhttp3.Call |
CoreV1Api.createNamespacedEventCall(String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedEvent
|
ApiResponse<CoreV1Event> |
CoreV1Api.createNamespacedEventWithHttpInfo(String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager)
create an Event
|
CoreV1Event |
CoreV1Api.replaceNamespacedEvent(String name,
String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Event
|
okhttp3.Call |
CoreV1Api.replaceNamespacedEventAsync(String name,
String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<CoreV1Event> _callback)
(asynchronously) replace the specified Event
|
okhttp3.Call |
CoreV1Api.replaceNamespacedEventCall(String name,
String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedEvent
|
ApiResponse<CoreV1Event> |
CoreV1Api.replaceNamespacedEventWithHttpInfo(String name,
String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Event
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CoreV1Api.createNamespacedEventAsync(String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<CoreV1Event> _callback)
(asynchronously) create an Event
|
okhttp3.Call |
CoreV1Api.patchNamespacedEventAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<CoreV1Event> _callback)
(asynchronously) partially update the specified Event
|
okhttp3.Call |
CoreV1Api.readNamespacedEventAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<CoreV1Event> _callback)
(asynchronously) read the specified Event
|
okhttp3.Call |
CoreV1Api.replaceNamespacedEventAsync(String name,
String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<CoreV1Event> _callback)
(asynchronously) replace the specified Event
|
Modifier and Type | Method and Description |
---|---|
List<CoreV1Event> |
CoreV1EventListFluentImpl.buildItems() |
List<CoreV1Event> |
CoreV1EventListFluent.buildItems() |
List<CoreV1Event> |
CoreV1EventListFluentImpl.getItems()
Deprecated.
|
List<CoreV1Event> |
CoreV1EventListFluent.getItems()
Deprecated.
|
List<CoreV1Event> |
CoreV1EventList.getItems()
List of events
|
Modifier and Type | Method and Description |
---|---|
CoreV1EventList |
CoreV1EventList.addItemsItem(CoreV1Event itemsItem) |
CoreV1EventListFluent.ItemsNested<A> |
CoreV1EventListFluentImpl.addNewItemLike(CoreV1Event item) |
CoreV1EventListFluent.ItemsNested<A> |
CoreV1EventListFluent.addNewItemLike(CoreV1Event item) |
A |
CoreV1EventListFluentImpl.addToItems(CoreV1Event... items) |
A |
CoreV1EventListFluent.addToItems(CoreV1Event... items) |
A |
CoreV1EventListFluentImpl.addToItems(int index,
CoreV1Event item) |
A |
CoreV1EventListFluent.addToItems(int index,
CoreV1Event item) |
A |
CoreV1EventListFluentImpl.removeFromItems(CoreV1Event... items) |
A |
CoreV1EventListFluent.removeFromItems(CoreV1Event... items) |
CoreV1EventListFluent.ItemsNested<A> |
CoreV1EventListFluentImpl.setNewItemLike(int index,
CoreV1Event item) |
CoreV1EventListFluent.ItemsNested<A> |
CoreV1EventListFluent.setNewItemLike(int index,
CoreV1Event item) |
A |
CoreV1EventListFluentImpl.setToItems(int index,
CoreV1Event item) |
A |
CoreV1EventListFluent.setToItems(int index,
CoreV1Event item) |
A |
CoreV1EventListFluentImpl.withItems(CoreV1Event... items) |
A |
CoreV1EventListFluent.withItems(CoreV1Event... items) |
Modifier and Type | Method and Description |
---|---|
A |
CoreV1EventListFluentImpl.addAllToItems(Collection<CoreV1Event> items) |
A |
CoreV1EventListFluent.addAllToItems(Collection<CoreV1Event> items) |
CoreV1EventList |
CoreV1EventList.items(List<CoreV1Event> items) |
A |
CoreV1EventListFluentImpl.removeAllFromItems(Collection<CoreV1Event> items) |
A |
CoreV1EventListFluent.removeAllFromItems(Collection<CoreV1Event> items) |
void |
CoreV1EventList.setItems(List<CoreV1Event> items) |
A |
CoreV1EventListFluentImpl.withItems(List<CoreV1Event> items) |
A |
CoreV1EventListFluent.withItems(List<CoreV1Event> items) |
Constructor and Description |
---|
CoreV1EventBuilder(CoreV1Event instance) |
CoreV1EventBuilder(CoreV1Event instance,
Boolean validationEnabled) |
CoreV1EventBuilder(CoreV1EventFluent<?> fluent,
CoreV1Event instance) |
CoreV1EventBuilder(CoreV1EventFluent<?> fluent,
CoreV1Event instance,
Boolean validationEnabled) |
CoreV1EventFluentImpl(CoreV1Event instance) |
Copyright © 2021. All rights reserved.