Uses of Class
io.kubernetes.client.openapi.models.CoreV1Event
Packages that use CoreV1Event
-
Uses of CoreV1Event in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return CoreV1EventModifier and TypeMethodDescriptionCoreV1Api.createNamespacedEvent
(String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an EventCoreV1Api.patchNamespacedEvent
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified EventCoreV1Api.readNamespacedEvent
(String name, String namespace, String pretty) read the specified EventCoreV1Api.replaceNamespacedEvent
(String name, String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified EventMethods in io.kubernetes.client.openapi.apis that return types with arguments of type CoreV1EventModifier and TypeMethodDescriptionCoreV1Api.createNamespacedEventWithHttpInfo
(String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an EventCoreV1Api.patchNamespacedEventWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified EventCoreV1Api.readNamespacedEventWithHttpInfo
(String name, String namespace, String pretty) read the specified EventCoreV1Api.replaceNamespacedEventWithHttpInfo
(String name, String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified EventMethods in io.kubernetes.client.openapi.apis with parameters of type CoreV1EventModifier and TypeMethodDescriptionCoreV1Api.createNamespacedEvent
(String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an Eventokhttp3.Call
CoreV1Api.createNamespacedEventAsync
(String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<CoreV1Event> _callback) (asynchronously) create an Eventokhttp3.Call
CoreV1Api.createNamespacedEventCall
(String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedEventCoreV1Api.createNamespacedEventWithHttpInfo
(String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an EventCoreV1Api.replaceNamespacedEvent
(String name, String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified Eventokhttp3.Call
CoreV1Api.replaceNamespacedEventAsync
(String name, String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<CoreV1Event> _callback) (asynchronously) replace the specified Eventokhttp3.Call
CoreV1Api.replaceNamespacedEventCall
(String name, String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedEventCoreV1Api.replaceNamespacedEventWithHttpInfo
(String name, String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified EventMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type CoreV1EventModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.createNamespacedEventAsync
(String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<CoreV1Event> _callback) (asynchronously) create an Eventokhttp3.Call
CoreV1Api.patchNamespacedEventAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<CoreV1Event> _callback) (asynchronously) partially update the specified Eventokhttp3.Call
CoreV1Api.readNamespacedEventAsync
(String name, String namespace, String pretty, ApiCallback<CoreV1Event> _callback) (asynchronously) read the specified Eventokhttp3.Call
CoreV1Api.replaceNamespacedEventAsync
(String name, String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<CoreV1Event> _callback) (asynchronously) replace the specified Event -
Uses of CoreV1Event in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return CoreV1EventModifier and TypeMethodDescriptionCoreV1Event.apiVersion
(String apiVersion) CoreV1Event.eventTime
(OffsetDateTime eventTime) CoreV1Event.firstTimestamp
(OffsetDateTime firstTimestamp) CoreV1Event.involvedObject
(V1ObjectReference involvedObject) CoreV1Event.lastTimestamp
(OffsetDateTime lastTimestamp) CoreV1Event.metadata
(V1ObjectMeta metadata) CoreV1Event.related
(V1ObjectReference related) CoreV1Event.reportingComponent
(String reportingComponent) CoreV1Event.reportingInstance
(String reportingInstance) CoreV1Event.series
(CoreV1EventSeries series) CoreV1Event.source
(V1EventSource source) Methods in io.kubernetes.client.openapi.models that return types with arguments of type CoreV1EventMethods in io.kubernetes.client.openapi.models with parameters of type CoreV1EventMethod parameters in io.kubernetes.client.openapi.models with type arguments of type CoreV1EventModifier and TypeMethodDescriptionCoreV1EventList.items
(List<CoreV1Event> items) void
CoreV1EventList.setItems
(List<CoreV1Event> items)