NAME

IO::K8s::Api::Core::V1::Event - Event is a report of an event somewhere in the cluster. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data.

VERSION

version 1.000

DESCRIPTION

Event is a report of an event somewhere in the cluster. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data.

This is a Kubernetes API object. See IO::K8s::Role::APIObject for metadata, api_version(), and kind().

action

What action was taken/failed regarding to the Regarding object.

count

The number of times this event has occurred.

eventTime

Time when this Event was first observed.

firstTimestamp

The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)

involvedObject

The object that this event is about.

lastTimestamp

The time at which the most recent occurrence of this event was recorded.

message

A human-readable description of the status of this operation.

reason

This should be a short, machine understandable string that gives the reason for the transition into the object's current status.

Optional secondary object for more complex actions.

reportingComponent

Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`.

reportingInstance

ID of the controller instance, e.g. `kubelet-xyzf`.

series

Data about the Event series this event represents or nil if it's a singleton Event.

source

The component reporting this event. Should be a short machine understandable string.

type

Type of this event (Normal, Warning), new types could be added in the future

SEE ALSO

https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#event-v1-core

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/pplu/io-k8s-p5/issues.

IRC

Join #kubernetes on irc.perl.org or message Getty directly.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHORS

  • Torsten Raudssus <torsten@raudssus.de>

  • Jose Luis Martinez <jlmartinez@capside.com> (original author, inactive)

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by CAPSiDE.

This is free software, licensed under:

The Apache License, Version 2.0, January 2004