Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Fix openapi generate rule violation
Browse files Browse the repository at this point in the history
  • Loading branch information
pugangxa committed Nov 6, 2021
1 parent 24f751f commit 410ba7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/apis/common/v1/openapi_generated.go

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

1 change: 1 addition & 0 deletions pkg/apis/common/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (
// +k8s:deepcopy-gen=true
// JobStatus represents the current observed state of the training Job.
type JobStatus struct {
// +listType=set
// Conditions is an array of current observed job conditions.
Conditions []JobCondition `json:"conditions"`

Expand Down

0 comments on commit 410ba7f

Please sign in to comment.