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 d20189a
Showing 1 changed file with 1 addition and 0 deletions.
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 d20189a

Please sign in to comment.