Prepare for v1.21 + indentation + local common definitions
This commit is contained in:
@@ -26,6 +26,10 @@ Event is a report of an event somewhere in the cluster. It generally denotes som
|
||||
- **kind**: Event
|
||||
|
||||
|
||||
- **metadata** (<a href="{{< ref "../common-definitions/object-meta#ObjectMeta" >}}">ObjectMeta</a>)
|
||||
|
||||
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
||||
|
||||
- **eventTime** (MicroTime), required
|
||||
|
||||
eventTime is the time when this Event was first observed. It is required.
|
||||
@@ -33,9 +37,6 @@ Event is a report of an event somewhere in the cluster. It generally denotes som
|
||||
<a name="MicroTime"></a>
|
||||
*MicroTime is version of Time with microsecond level precision.*
|
||||
|
||||
- **metadata** (<a href="{{< ref "../common-definitions/object-meta#ObjectMeta" >}}">ObjectMeta</a>), required
|
||||
|
||||
|
||||
- **action** (string)
|
||||
|
||||
action is what action was taken/failed regarding to the regarding object. It is machine-readable. This field cannot be empty for new Events and it can have at most 128 characters.
|
||||
|
||||
Reference in New Issue
Block a user