Skip to content

Commit

Permalink
fix(crd): remove additional comment mark
Browse files Browse the repository at this point in the history
Signed-off-by: Zespre Chang <[email protected]>
  • Loading branch information
starbops committed Jan 22, 2024
1 parent 733fe3d commit 303b6c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 1 addition & 4 deletions pkg/apis/network.harvesterhci.io/v1alpha1/ippool.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,7 @@ type IPPoolStatus struct {
// +optional
AgentPodRef *PodReference `json:"agentPodRef,omitempty"`

// // +optional
// Conditions []Condition `json:"conditions,omitempty"`
// Conditions is a list of Wrangler conditions that describe the state
// of the IPPool.
// +optional
Conditions []genericcondition.GenericCondition `json:"conditions,omitempty"`
}

Expand Down

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

0 comments on commit 303b6c8

Please sign in to comment.