Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1Event |
CoreV1Api.createNamespacedEvent(String namespace,
V1Event body,
String pretty,
String dryRun,
String fieldManager)
create an Event
|
V1Event |
CoreV1Api.patchNamespacedEvent(String name,
String namespace,
Object body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Event
|
V1Event |
CoreV1Api.readNamespacedEvent(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Event
|
V1Event |
CoreV1Api.replaceNamespacedEvent(String name,
String namespace,
V1Event body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Event
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Event> |
CoreV1Api.createNamespacedEventWithHttpInfo(String namespace,
V1Event body,
String pretty,
String dryRun,
String fieldManager)
create an Event
|
ApiResponse<V1Event> |
CoreV1Api.patchNamespacedEventWithHttpInfo(String name,
String namespace,
Object body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Event
|
ApiResponse<V1Event> |
CoreV1Api.readNamespacedEventWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Event
|
ApiResponse<V1Event> |
CoreV1Api.replaceNamespacedEventWithHttpInfo(String name,
String namespace,
V1Event body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Event
|
Modifier and Type | Method and Description |
---|---|
V1Event |
CoreV1Api.createNamespacedEvent(String namespace,
V1Event body,
String pretty,
String dryRun,
String fieldManager)
create an Event
|
okhttp3.Call |
CoreV1Api.createNamespacedEventAsync(String namespace,
V1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Event> _callback)
(asynchronously)
create an Event
|
okhttp3.Call |
CoreV1Api.createNamespacedEventCall(String namespace,
V1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedEvent
|
ApiResponse<V1Event> |
CoreV1Api.createNamespacedEventWithHttpInfo(String namespace,
V1Event body,
String pretty,
String dryRun,
String fieldManager)
create an Event
|
V1Event |
CoreV1Api.replaceNamespacedEvent(String name,
String namespace,
V1Event body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Event
|
okhttp3.Call |
CoreV1Api.replaceNamespacedEventAsync(String name,
String namespace,
V1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Event> _callback)
(asynchronously)
replace the specified Event
|
okhttp3.Call |
CoreV1Api.replaceNamespacedEventCall(String name,
String namespace,
V1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedEvent
|
ApiResponse<V1Event> |
CoreV1Api.replaceNamespacedEventWithHttpInfo(String name,
String namespace,
V1Event body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Event
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CoreV1Api.createNamespacedEventAsync(String namespace,
V1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Event> _callback)
(asynchronously)
create an Event
|
okhttp3.Call |
CoreV1Api.patchNamespacedEventAsync(String name,
String namespace,
Object body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Event> _callback)
(asynchronously)
partially update the specified Event
|
okhttp3.Call |
CoreV1Api.readNamespacedEventAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Event> _callback)
(asynchronously)
read the specified Event
|
okhttp3.Call |
CoreV1Api.replaceNamespacedEventAsync(String name,
String namespace,
V1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Event> _callback)
(asynchronously)
replace the specified Event
|
Modifier and Type | Method and Description |
---|---|
V1Event |
V1Event.action(String action) |
V1Event |
V1Event.apiVersion(String apiVersion) |
V1Event |
V1EventBuilder.build() |
V1Event |
V1EventListFluentImpl.buildFirstItem() |
V1Event |
V1EventListFluent.buildFirstItem() |
V1Event |
V1EventListFluentImpl.buildItem(int index) |
V1Event |
V1EventListFluent.buildItem(int index) |
V1Event |
V1EventListFluentImpl.buildLastItem() |
V1Event |
V1EventListFluent.buildLastItem() |
V1Event |
V1EventListFluentImpl.buildMatchingItem(Predicate<V1EventBuilder> predicate) |
V1Event |
V1EventListFluent.buildMatchingItem(Predicate<V1EventBuilder> predicate) |
V1Event |
V1Event.count(Integer count) |
V1Event |
V1Event.eventTime(org.joda.time.DateTime eventTime) |
V1Event |
V1Event.firstTimestamp(org.joda.time.DateTime firstTimestamp) |
V1Event |
V1Event.involvedObject(V1ObjectReference involvedObject) |
V1Event |
V1Event.kind(String kind) |
V1Event |
V1Event.lastTimestamp(org.joda.time.DateTime lastTimestamp) |
V1Event |
V1Event.message(String message) |
V1Event |
V1Event.metadata(V1ObjectMeta metadata) |
V1Event |
V1Event.reason(String reason) |
V1Event |
V1Event.related(V1ObjectReference related) |
V1Event |
V1Event.reportingComponent(String reportingComponent) |
V1Event |
V1Event.reportingInstance(String reportingInstance) |
V1Event |
V1Event.series(V1EventSeries series) |
V1Event |
V1Event.source(V1EventSource source) |
V1Event |
V1Event.type(String type) |
Modifier and Type | Method and Description |
---|---|
List<V1Event> |
V1EventListFluentImpl.buildItems() |
List<V1Event> |
V1EventListFluent.buildItems() |
List<V1Event> |
V1EventListFluentImpl.getItems()
Deprecated.
|
List<V1Event> |
V1EventListFluent.getItems()
Deprecated.
|
List<V1Event> |
V1EventList.getItems()
List of events
|
Modifier and Type | Method and Description |
---|---|
V1EventList |
V1EventList.addItemsItem(V1Event itemsItem) |
V1EventListFluent.ItemsNested<A> |
V1EventListFluentImpl.addNewItemLike(V1Event item) |
V1EventListFluent.ItemsNested<A> |
V1EventListFluent.addNewItemLike(V1Event item) |
A |
V1EventListFluentImpl.addToItems(int index,
V1Event item) |
A |
V1EventListFluent.addToItems(int index,
V1Event item) |
A |
V1EventListFluentImpl.addToItems(V1Event... items) |
A |
V1EventListFluent.addToItems(V1Event... items) |
A |
V1EventListFluentImpl.removeFromItems(V1Event... items) |
A |
V1EventListFluent.removeFromItems(V1Event... items) |
V1EventListFluent.ItemsNested<A> |
V1EventListFluentImpl.setNewItemLike(int index,
V1Event item) |
V1EventListFluent.ItemsNested<A> |
V1EventListFluent.setNewItemLike(int index,
V1Event item) |
A |
V1EventListFluentImpl.setToItems(int index,
V1Event item) |
A |
V1EventListFluent.setToItems(int index,
V1Event item) |
A |
V1EventListFluentImpl.withItems(V1Event... items) |
A |
V1EventListFluent.withItems(V1Event... items) |
Modifier and Type | Method and Description |
---|---|
A |
V1EventListFluentImpl.addAllToItems(Collection<V1Event> items) |
A |
V1EventListFluent.addAllToItems(Collection<V1Event> items) |
V1EventList |
V1EventList.items(List<V1Event> items) |
A |
V1EventListFluentImpl.removeAllFromItems(Collection<V1Event> items) |
A |
V1EventListFluent.removeAllFromItems(Collection<V1Event> items) |
void |
V1EventList.setItems(List<V1Event> items) |
A |
V1EventListFluentImpl.withItems(List<V1Event> items) |
A |
V1EventListFluent.withItems(List<V1Event> items) |
Constructor and Description |
---|
V1EventBuilder(V1Event instance) |
V1EventBuilder(V1Event instance,
Boolean validationEnabled) |
V1EventBuilder(V1EventFluent<?> fluent,
V1Event instance) |
V1EventBuilder(V1EventFluent<?> fluent,
V1Event instance,
Boolean validationEnabled) |
V1EventFluentImpl(V1Event instance) |
Copyright © 2019. All rights reserved.