You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 fix: remove inline HTML from codercontrolplane API docs
Update the OperatorTokenSecretRef field comment to a single line so generated API reference markdown no longer emits an inline <br />, fixing docs-quality markdownlint failures.
---
_Generated with `mux` • Model: `openai:gpt-5.3-codex` • Thinking: `xhigh` • Cost: `$3.91`_
<!-- mux-attribution: model=openai:gpt-5.3-codex thinking=xhigh costs=3.91 -->
Copy file name to clipboardExpand all lines: docs/reference/api/codercontrolplane.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
|`status.observedGeneration`|`int64`| ObservedGeneration tracks the spec generation this status reflects. |
29
29
|`status.readyReplicas`|`int32`| ReadyReplicas is the number of ready pods observed in the deployment. |
30
30
|`status.url`|`string`| URL is the in-cluster URL for the control plane service. |
31
-
|`status.operatorTokenSecretRef`|`github.com/coder/coder-k8s/api/v1alpha1.SecretKeySelector`| OperatorTokenSecretRef points to the Secret key containing the<br />`coder-k8s-operator` API token. |
31
+
|`status.operatorTokenSecretRef`|`github.com/coder/coder-k8s/api/v1alpha1.SecretKeySelector`| OperatorTokenSecretRef points to the Secret key containing the`coder-k8s-operator` API token. |
32
32
|`status.operatorAccessReady`|`bool`| OperatorAccessReady reports whether operator API access bootstrap succeeded. |
33
33
|`status.phase`|`string`| Phase is a high-level readiness indicator. |
34
34
|`status.conditions`|`[]metav1.Condition`| Conditions are Kubernetes-standard conditions for this resource. |
0 commit comments