Skip to content

Commit

Permalink
Update apis/analysis/v1alpha1/recommendation_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Zhu <zzqshu@126.com>
Signed-off-by: zwzhang <zzw261520@alibaba-inc.com>
  • Loading branch information
zwzhang0107 and zqzten committed Mar 6, 2024
1 parent 591eac4 commit 64c0a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/analysis/v1alpha1/recommendation_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ type RecommendedContainerStatus struct {
// RecommendationStatus defines the observed state of Recommendation
type RecommendationStatus struct {
// PodStatus records the most recently computed amount of resources recommended
PodStatus RecommendedPodStatus `json:"podStatus,omitempty"`
PodStatus *RecommendedPodStatus `json:"podStatus,omitempty"`
// UpdateTime is the update time of the distribution
UpdateTime *metav1.Time `json:"updateTime,omitempty"`
// Conditions is the list of conditions representing the status of the distribution
Expand Down

0 comments on commit 64c0a76

Please sign in to comment.