Skip to content

Commit 729eaf4

Browse files
committed
Fix the other place a kubebuilder default was breaking rendering
Signed-off-by: Flynn <[email protected]>
1 parent 2da2117 commit 729eaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geps/gep-3949/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ type MeshStatus struct {
400400
// +listType=map
401401
// +listMapKey=type
402402
// +kubebuilder:validation:MaxItems=8
403-
// +kubebuilder:default={{type: "Accepted", status: "Unknown", message: "Waiting for controller", reason: "Pending", lastTransitionTime: "1970-01-01T00:00:00Z"}}
403+
// Defaults to Accepted condition with status Unknown and reason Pending.
404404
Conditions []metav1.Condition `json:"conditions,omitempty"`
405405

406406
// SupportedFeatures is the set of features the Mesh support.

0 commit comments

Comments
 (0)