mirror of
https://github.com/kubernetes/client-go.git
synced 2026-07-16 17:14:36 +00:00
events: regenerate API docs for commentstart rule
Regenerated swagger docs, openapi spec, protobuf definitions, and apply configurations to reflect the updated metadata field godoc. Kubernetes-commit: fb3cf74c50ec5d117a7d17f1115c9413fd492c3d
This commit is contained in:
committed by
Kubernetes Publisher
parent
e41ce8170c
commit
7627ac214b
@@ -39,7 +39,7 @@ import (
|
||||
// treated as informative, best-effort, supplemental data.
|
||||
type EventApplyConfiguration struct {
|
||||
metav1.TypeMetaApplyConfiguration `json:""`
|
||||
// Standard object's metadata.
|
||||
// metadata is the standard object's metadata.
|
||||
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
||||
*metav1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
|
||||
// eventTime is the time when this Event was first observed. It is required.
|
||||
|
||||
@@ -39,7 +39,7 @@ import (
|
||||
// treated as informative, best-effort, supplemental data.
|
||||
type EventApplyConfiguration struct {
|
||||
v1.TypeMetaApplyConfiguration `json:""`
|
||||
// Standard object's metadata.
|
||||
// metadata is the standard object's metadata.
|
||||
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
||||
*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
|
||||
// eventTime is the time when this Event was first observed. It is required.
|
||||
|
||||
Reference in New Issue
Block a user