| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta1Event |
EventsV1beta1Api.createNamespacedEvent(String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager)
create an Event
|
V1beta1Event |
EventsV1beta1Api.patchNamespacedEvent(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Event
|
V1beta1Event |
EventsV1beta1Api.readNamespacedEvent(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Event
|
V1beta1Event |
EventsV1beta1Api.replaceNamespacedEvent(String name,
String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Event
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1beta1Event> |
EventsV1beta1Api.createNamespacedEventWithHttpInfo(String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager)
create an Event
|
ApiResponse<V1beta1Event> |
EventsV1beta1Api.patchNamespacedEventWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Event
|
ApiResponse<V1beta1Event> |
EventsV1beta1Api.readNamespacedEventWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Event
|
ApiResponse<V1beta1Event> |
EventsV1beta1Api.replaceNamespacedEventWithHttpInfo(String name,
String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Event
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1Event |
EventsV1beta1Api.createNamespacedEvent(String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager)
create an Event
|
okhttp3.Call |
EventsV1beta1Api.createNamespacedEventAsync(String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1Event> _callback)
(asynchronously) create an Event
|
okhttp3.Call |
EventsV1beta1Api.createNamespacedEventCall(String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedEvent
|
ApiResponse<V1beta1Event> |
EventsV1beta1Api.createNamespacedEventWithHttpInfo(String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager)
create an Event
|
V1beta1Event |
EventsV1beta1Api.replaceNamespacedEvent(String name,
String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Event
|
okhttp3.Call |
EventsV1beta1Api.replaceNamespacedEventAsync(String name,
String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1Event> _callback)
(asynchronously) replace the specified Event
|
okhttp3.Call |
EventsV1beta1Api.replaceNamespacedEventCall(String name,
String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedEvent
|
ApiResponse<V1beta1Event> |
EventsV1beta1Api.replaceNamespacedEventWithHttpInfo(String name,
String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Event
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
EventsV1beta1Api.createNamespacedEventAsync(String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1Event> _callback)
(asynchronously) create an Event
|
okhttp3.Call |
EventsV1beta1Api.patchNamespacedEventAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1Event> _callback)
(asynchronously) partially update the specified Event
|
okhttp3.Call |
EventsV1beta1Api.readNamespacedEventAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1Event> _callback)
(asynchronously) read the specified Event
|
okhttp3.Call |
EventsV1beta1Api.replaceNamespacedEventAsync(String name,
String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1Event> _callback)
(asynchronously) replace the specified Event
|
| Modifier and Type | Method and Description |
|---|---|
List<V1beta1Event> |
V1beta1EventList.getItems()
items is a list of schema objects.
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1EventList |
V1beta1EventList.addItemsItem(V1beta1Event itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1beta1EventList |
V1beta1EventList.items(List<V1beta1Event> items) |
void |
V1beta1EventList.setItems(List<V1beta1Event> items) |
Copyright © 2021. All rights reserved.