Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1beta1Event |
EventsV1beta1Api.createNamespacedEvent(String namespace,
V1beta1Event body,
String pretty)
create an Event
|
V1beta1Event |
EventsV1beta1Api.patchNamespacedEvent(String name,
String namespace,
Object body,
String pretty)
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)
replace the specified Event
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1beta1Event> |
EventsV1beta1Api.createNamespacedEventWithHttpInfo(String namespace,
V1beta1Event body,
String pretty)
create an Event
|
ApiResponse<V1beta1Event> |
EventsV1beta1Api.patchNamespacedEventWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
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)
replace the specified Event
|
Modifier and Type | Method and Description |
---|---|
V1beta1Event |
EventsV1beta1Api.createNamespacedEvent(String namespace,
V1beta1Event body,
String pretty)
create an Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.createNamespacedEventAsync(String namespace,
V1beta1Event body,
String pretty,
ApiCallback<V1beta1Event> callback)
(asynchronously)
create an Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.createNamespacedEventCall(String namespace,
V1beta1Event body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedEvent
|
ApiResponse<V1beta1Event> |
EventsV1beta1Api.createNamespacedEventWithHttpInfo(String namespace,
V1beta1Event body,
String pretty)
create an Event
|
V1beta1Event |
EventsV1beta1Api.replaceNamespacedEvent(String name,
String namespace,
V1beta1Event body,
String pretty)
replace the specified Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.replaceNamespacedEventAsync(String name,
String namespace,
V1beta1Event body,
String pretty,
ApiCallback<V1beta1Event> callback)
(asynchronously)
replace the specified Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.replaceNamespacedEventCall(String name,
String namespace,
V1beta1Event body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedEvent
|
ApiResponse<V1beta1Event> |
EventsV1beta1Api.replaceNamespacedEventWithHttpInfo(String name,
String namespace,
V1beta1Event body,
String pretty)
replace the specified Event
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
EventsV1beta1Api.createNamespacedEventAsync(String namespace,
V1beta1Event body,
String pretty,
ApiCallback<V1beta1Event> callback)
(asynchronously)
create an Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.patchNamespacedEventAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta1Event> callback)
(asynchronously)
partially update the specified Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.readNamespacedEventAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1Event> callback)
(asynchronously)
read the specified Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.replaceNamespacedEventAsync(String name,
String namespace,
V1beta1Event body,
String pretty,
ApiCallback<V1beta1Event> callback)
(asynchronously)
replace the specified Event
|
Modifier and Type | Method and Description |
---|---|
V1beta1Event |
V1beta1Event.action(String action) |
V1beta1Event |
V1beta1Event.apiVersion(String apiVersion) |
V1beta1Event |
V1beta1Event.deprecatedCount(Integer deprecatedCount) |
V1beta1Event |
V1beta1Event.deprecatedFirstTimestamp(org.joda.time.DateTime deprecatedFirstTimestamp) |
V1beta1Event |
V1beta1Event.deprecatedLastTimestamp(org.joda.time.DateTime deprecatedLastTimestamp) |
V1beta1Event |
V1beta1Event.deprecatedSource(V1EventSource deprecatedSource) |
V1beta1Event |
V1beta1Event.eventTime(org.joda.time.DateTime eventTime) |
V1beta1Event |
V1beta1Event.kind(String kind) |
V1beta1Event |
V1beta1Event.metadata(V1ObjectMeta metadata) |
V1beta1Event |
V1beta1Event.note(String note) |
V1beta1Event |
V1beta1Event.reason(String reason) |
V1beta1Event |
V1beta1Event.regarding(V1ObjectReference regarding) |
V1beta1Event |
V1beta1Event.related(V1ObjectReference related) |
V1beta1Event |
V1beta1Event.reportingController(String reportingController) |
V1beta1Event |
V1beta1Event.reportingInstance(String reportingInstance) |
V1beta1Event |
V1beta1Event.series(V1beta1EventSeries series) |
V1beta1Event |
V1beta1Event.type(String type) |
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 © 2018. All rights reserved.