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)
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)
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,
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> |
CoreV1EventList.getItems()
List of events
|
Modifier and Type | Method and Description |
---|---|
CoreV1EventList |
CoreV1EventList.addItemsItem(CoreV1Event itemsItem) |
Modifier and Type | Method and Description |
---|---|
CoreV1EventList |
CoreV1EventList.items(List<CoreV1Event> items) |
void |
CoreV1EventList.setItems(List<CoreV1Event> items) |
Copyright © 2021. All rights reserved.