Class Event
Event is a report of an event somewhere in the cluster. It generally denotes some state change in the system.
Inheritance
Inherited Members
Namespace: Pulumi.Kubernetes.Types.Outputs.Events.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class Event
Fields
View SourceAction
What action was taken/failed regarding to the regarding object.
Declaration
public readonly string Action
Field Value
| Type | Description |
|---|---|
| System.String |
ApiVersion
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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
Declaration
public readonly string ApiVersion
Field Value
| Type | Description |
|---|---|
| System.String |
DeprecatedCount
Deprecated field assuring backward compatibility with core.v1 Event type
Declaration
public readonly int DeprecatedCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
DeprecatedFirstTimestamp
Deprecated field assuring backward compatibility with core.v1 Event type
Declaration
public readonly string DeprecatedFirstTimestamp
Field Value
| Type | Description |
|---|---|
| System.String |
DeprecatedLastTimestamp
Deprecated field assuring backward compatibility with core.v1 Event type
Declaration
public readonly string DeprecatedLastTimestamp
Field Value
| Type | Description |
|---|---|
| System.String |
DeprecatedSource
Deprecated field assuring backward compatibility with core.v1 Event type
Declaration
public readonly EventSource DeprecatedSource
Field Value
| Type | Description |
|---|---|
| EventSource |
EventTime
Required. Time when this Event was first observed.
Declaration
public readonly string EventTime
Field Value
| Type | Description |
|---|---|
| System.String |
Kind
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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
Declaration
public readonly string Kind
Field Value
| Type | Description |
|---|---|
| System.String |
Metadata
Declaration
public readonly ObjectMeta Metadata
Field Value
| Type | Description |
|---|---|
| ObjectMeta |
Note
Optional. A human-readable description of the status of this operation. Maximal length of the note is 1kB, but libraries should be prepared to handle values up to 64kB.
Declaration
public readonly string Note
Field Value
| Type | Description |
|---|---|
| System.String |
Reason
Why the action was taken.
Declaration
public readonly string Reason
Field Value
| Type | Description |
|---|---|
| System.String |
Regarding
The object this Event is about. In most cases it's an Object reporting controller implements. E.g. ReplicaSetController implements ReplicaSets and this event is emitted because it acts on some changes in a ReplicaSet object.
Declaration
public readonly ObjectReference Regarding
Field Value
| Type | Description |
|---|---|
| ObjectReference |
Related
Optional secondary object for more complex actions. E.g. when regarding object triggers a creation or deletion of related object.
Declaration
public readonly ObjectReference Related
Field Value
| Type | Description |
|---|---|
| ObjectReference |
ReportingController
Name of the controller that emitted this Event, e.g. kubernetes.io/kubelet.
Declaration
public readonly string ReportingController
Field Value
| Type | Description |
|---|---|
| System.String |
ReportingInstance
ID of the controller instance, e.g. kubelet-xyzf.
Declaration
public readonly string ReportingInstance
Field Value
| Type | Description |
|---|---|
| System.String |
Series
Data about the Event series this event represents or nil if it's a singleton Event.
Declaration
public readonly EventSeries Series
Field Value
| Type | Description |
|---|---|
| EventSeries |
Type
Type of this event (Normal, Warning), new types could be added in the future.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |