Kazan v0.4.0 Kazan.Models.Api.V1.Event View Source
Event is a report of an event somewhere in the cluster.
OpenAPI Definition: io.k8s.kubernetes.pkg.api.v1.Event
Properties
api_version
::String
- APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info.
count
::Integer
- The number of times this event has occurred.
first_timestamp
::Kazan.Models.ApiMachinery.Apis.Meta.V1.Time
- The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)
involved_object
::Kazan.Models.Api.V1.ObjectReference
- The object that this event is about.
kind
::String
- Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info.
last_timestamp
::Kazan.Models.ApiMachinery.Apis.Meta.V1.Time
- The time at which the most recent occurrence of this event was recorded.
message
::String
- A human-readable description of the status of this operation.
metadata
::Kazan.Models.ApiMachinery.Apis.Meta.V1.ObjectMeta
- Standard object’s metadata. More info.
reason
::String
- This should be a short, machine understandable string that gives the reason for the transition into the object’s current status.
source
::Kazan.Models.Api.V1.EventSource
- The component reporting this event. Should be a short machine understandable string.
type
::String
- Type of this event (Normal, Warning), new types could be added in the future