Skip to content

Commit

Permalink
Merge pull request #99681 from shiyajuan123/master
Browse files Browse the repository at this point in the history
 add descriptions to these event/types.go files
  • Loading branch information
k8s-ci-robot committed Mar 4, 2021
2 parents 7afa538 + e726ce9 commit e959ecc
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 6 deletions.
8 changes: 4 additions & 4 deletions api/openapi-spec/swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions hack/.descriptions_failures
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
./staging/src/k8s.io/api/certificates/v1/types.go
./staging/src/k8s.io/api/certificates/v1beta1/types.go
./staging/src/k8s.io/api/core/v1/types.go
./staging/src/k8s.io/api/events/v1/types.go
./staging/src/k8s.io/api/events/v1beta1/types.go
./staging/src/k8s.io/api/extensions/v1beta1/types.go
./staging/src/k8s.io/api/flowcontrol/v1alpha1/types.go
./staging/src/k8s.io/api/flowcontrol/v1beta1/types.go
Expand Down
3 changes: 3 additions & 0 deletions staging/src/k8s.io/api/events/v1/generated.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions staging/src/k8s.io/api/events/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ import (
type Event struct {
metav1.TypeMeta `json:",inline"`

// Standard object's metadata.
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
// +optional
metav1.ObjectMeta `json:"metadata" protobuf:"bytes,1,opt,name=metadata"`

// eventTime is the time when this Event was first observed. It is required.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions staging/src/k8s.io/api/events/v1beta1/generated.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions staging/src/k8s.io/api/events/v1beta1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ import (
type Event struct {
metav1.TypeMeta `json:",inline"`

// Standard object's metadata.
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
// +optional
metav1.ObjectMeta `json:"metadata" protobuf:"bytes,1,opt,name=metadata"`

// eventTime is the time when this Event was first observed. It is required.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e959ecc

Please sign in to comment.