diff --git a/docs/reference/api/codercontrolplane.md b/docs/reference/api/codercontrolplane.md index 785bed27..2b3d1434 100644 --- a/docs/reference/api/codercontrolplane.md +++ b/docs/reference/api/codercontrolplane.md @@ -16,16 +16,16 @@ | `image` | `string` | Image is the container image used for the Coder control plane pod. | | `replicas` | `int32` | Replicas is the desired number of control plane pods. | | `service` | `ServiceSpec` | Service controls the service created in front of the control plane. | -|   `type` | `corev1.ServiceType` | Type controls the Kubernetes service type. | -|   `port` | `int32` | Port controls the exposed service port. | -|   `annotations` | `map[string]string` | Annotations are applied to the reconciled service object. | +| ├─ `type` | `corev1.ServiceType` | Type controls the Kubernetes service type. | +| ├─ `port` | `int32` | Port controls the exposed service port. | +| └─ `annotations` | `map[string]string` | Annotations are applied to the reconciled service object. | | `extraArgs` | `[]string` | ExtraArgs are appended to the default Coder server arguments. | | `extraEnv` | `[]corev1.EnvVar` | ExtraEnv are injected into the Coder control plane container. | | `imagePullSecrets` | `[]corev1.LocalObjectReference` | ImagePullSecrets are used by the pod to pull private images. | -|   `name` | `string` | Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: [https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names) | +| └─ `name` | `string` | Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: [https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names) | | `operatorAccess` | `OperatorAccessSpec` | OperatorAccess configures bootstrap API access to the coderd instance. | -|   `disabled` | `bool` | Disabled turns off creation and management of the `coder-k8s-operator` user and API token. | -|   `generatedTokenSecretName` | `string` | GeneratedTokenSecretName stores the generated operator API token. | +| ├─ `disabled` | `bool` | Disabled turns off creation and management of the `coder-k8s-operator` user and API token. | +| └─ `generatedTokenSecretName` | `string` | GeneratedTokenSecretName stores the generated operator API token. | ## Status @@ -35,8 +35,8 @@ | `readyReplicas` | `int32` | ReadyReplicas is the number of ready pods observed in the deployment. | | `url` | `string` | URL is the in-cluster URL for the control plane service. | | `operatorTokenSecretRef` | `SecretKeySelector` | OperatorTokenSecretRef points to the Secret key containing the `coder-k8s-operator` API token. | -|   `name` | `string` | Name is the Kubernetes Secret name. | -|   `key` | `string` | Key is the key inside the Secret data map. | +| ├─ `name` | `string` | Name is the Kubernetes Secret name. | +| └─ `key` | `string` | Key is the key inside the Secret data map. | | `operatorAccessReady` | `bool` | OperatorAccessReady reports whether operator API access bootstrap succeeded. | | `phase` | `string` | Phase is a high-level readiness indicator. | | `conditions` | `[]metav1.Condition` | Conditions are Kubernetes-standard conditions for this resource. | diff --git a/docs/reference/api/coderprovisioner.md b/docs/reference/api/coderprovisioner.md index 9574aeff..5c7a2d8d 100644 --- a/docs/reference/api/coderprovisioner.md +++ b/docs/reference/api/coderprovisioner.md @@ -14,16 +14,16 @@ | Field | Type | Description | | --- | --- | --- | | `controlPlaneRef` | `corev1.LocalObjectReference` | ControlPlaneRef identifies which CoderControlPlane instance to join. | -|   `name` | `string` | Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: [https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names) | +| └─ `name` | `string` | Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: [https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names) | | `organizationName` | `string` | OrganizationName is the Coder organization. Defaults to "default". | | `bootstrap` | `CoderProvisionerBootstrapSpec` | Bootstrap configures credentials for provisioner key management. | -|   `credentialsSecretRef` | `SecretKeySelector` | CredentialsSecretRef points to a Secret containing a Coder session token with permission to manage provisioner keys. | -|     `name` | `string` | Name is the Kubernetes Secret name. | -|     `key` | `string` | Key is the key inside the Secret data map. | +| └─ `credentialsSecretRef` | `SecretKeySelector` | CredentialsSecretRef points to a Secret containing a Coder session token with permission to manage provisioner keys. | +|    ├─ `name` | `string` | Name is the Kubernetes Secret name. | +|    └─ `key` | `string` | Key is the key inside the Secret data map. | | `key` | `CoderProvisionerKeySpec` | Key configures provisioner key naming and secret storage. | -|   `name` | `string` | Name is the provisioner key name in coderd. Defaults to the CR name. | -|   `secretName` | `string` | SecretName is the Kubernetes Secret to store the key. Defaults to "\{crName\}-provisioner-key". | -|   `secretKey` | `string` | SecretKey is the data key in the Secret. Defaults to "key". | +| ├─ `name` | `string` | Name is the provisioner key name in coderd. Defaults to the CR name. | +| ├─ `secretName` | `string` | SecretName is the Kubernetes Secret to store the key. Defaults to "\{crName\}-provisioner-key". | +| └─ `secretKey` | `string` | SecretKey is the data key in the Secret. Defaults to "key". | | `replicas` | `int32` | Replicas is the desired number of provisioner pods. | | `tags` | `map[string]string` | Tags are attached to the provisioner key for job routing. | | `image` | `string` | Image is the container image. Defaults to the control plane image. | @@ -31,7 +31,7 @@ | `extraEnv` | `[]corev1.EnvVar` | ExtraEnv are injected into the provisioner container. | | `resources` | `corev1.ResourceRequirements` | Resources for the provisioner container. | | `imagePullSecrets` | `[]corev1.LocalObjectReference` | ImagePullSecrets are used by the pod to pull private images. | -|   `name` | `string` | Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: [https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names) | +| └─ `name` | `string` | Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: [https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names) | | `terminationGracePeriodSeconds` | `int64` | TerminationGracePeriodSeconds for the provisioner pods. | ## Status @@ -50,8 +50,8 @@ | `controlPlaneRefName` | `string` | ControlPlaneRefName is the control plane ref name last applied to the provisioner key. | | `controlPlaneURL` | `string` | ControlPlaneURL is the control plane URL last applied to the provisioner key. | | `secretRef` | `SecretKeySelector` | SecretRef references the provisioner key secret data currently in use. | -|   `name` | `string` | Name is the Kubernetes Secret name. | -|   `key` | `string` | Key is the key inside the Secret data map. | +| ├─ `name` | `string` | Name is the Kubernetes Secret name. | +| └─ `key` | `string` | Key is the key inside the Secret data map. | ## Source diff --git a/docs/reference/api/workspaceproxy.md b/docs/reference/api/workspaceproxy.md index e56fe52b..462712c7 100644 --- a/docs/reference/api/workspaceproxy.md +++ b/docs/reference/api/workspaceproxy.md @@ -16,27 +16,27 @@ | `image` | `string` | Image is the container image used for the workspace proxy pod. | | `replicas` | `int32` | Replicas is the desired number of proxy pods. | | `service` | `ServiceSpec` | Service controls the service created in front of the workspace proxy. | -|   `type` | `corev1.ServiceType` | Type controls the Kubernetes service type. | -|   `port` | `int32` | Port controls the exposed service port. | -|   `annotations` | `map[string]string` | Annotations are applied to the reconciled service object. | +| ├─ `type` | `corev1.ServiceType` | Type controls the Kubernetes service type. | +| ├─ `port` | `int32` | Port controls the exposed service port. | +| └─ `annotations` | `map[string]string` | Annotations are applied to the reconciled service object. | | `primaryAccessURL` | `string` | PrimaryAccessURL is the coderd URL the proxy should connect to. | | `proxySessionTokenSecretRef` | `SecretKeySelector` | ProxySessionTokenSecretRef points to a Secret key containing the proxy token. | -|   `name` | `string` | Name is the Kubernetes Secret name. | -|   `key` | `string` | Key is the key inside the Secret data map. | +| ├─ `name` | `string` | Name is the Kubernetes Secret name. | +| └─ `key` | `string` | Key is the key inside the Secret data map. | | `bootstrap` | `ProxyBootstrapSpec` | Bootstrap optionally registers the proxy and mints a proxy token. | -|   `coderURL` | `string` | CoderURL is the URL for the primary Coder control plane API. | -|   `credentialsSecretRef` | `SecretKeySelector` | CredentialsSecretRef points to a Secret containing a Coder session token. | -|     `name` | `string` | Name is the Kubernetes Secret name. | -|     `key` | `string` | Key is the key inside the Secret data map. | -|   `proxyName` | `string` | ProxyName is the name used when registering the proxy in Coder. | -|   `displayName` | `string` | DisplayName is the human-readable name for the proxy region. | -|   `icon` | `string` | Icon is the optional icon URL or emoji path for the proxy region. | -|   `generatedTokenSecretName` | `string` | GeneratedTokenSecretName stores the generated proxy token. | +| ├─ `coderURL` | `string` | CoderURL is the URL for the primary Coder control plane API. | +| ├─ `credentialsSecretRef` | `SecretKeySelector` | CredentialsSecretRef points to a Secret containing a Coder session token. | +| │  ├─ `name` | `string` | Name is the Kubernetes Secret name. | +| │  └─ `key` | `string` | Key is the key inside the Secret data map. | +| ├─ `proxyName` | `string` | ProxyName is the name used when registering the proxy in Coder. | +| ├─ `displayName` | `string` | DisplayName is the human-readable name for the proxy region. | +| ├─ `icon` | `string` | Icon is the optional icon URL or emoji path for the proxy region. | +| └─ `generatedTokenSecretName` | `string` | GeneratedTokenSecretName stores the generated proxy token. | | `derpOnly` | `bool` | DerpOnly configures the workspace proxy to only serve DERP traffic. | | `extraArgs` | `[]string` | ExtraArgs are appended to the default workspace proxy arguments. | | `extraEnv` | `[]corev1.EnvVar` | ExtraEnv are injected into the workspace proxy container. | | `imagePullSecrets` | `[]corev1.LocalObjectReference` | ImagePullSecrets are used by the pod to pull private images. | -|   `name` | `string` | Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: [https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names) | +| └─ `name` | `string` | Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: [https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names) | ## Status @@ -46,8 +46,8 @@ | `readyReplicas` | `int32` | ReadyReplicas is the number of ready pods observed in the deployment. | | `registered` | `bool` | Registered reports whether bootstrap registration completed successfully. | | `proxyTokenSecretRef` | `SecretKeySelector` | ProxyTokenSecretRef is the Secret used for the proxy session token. | -|   `name` | `string` | Name is the Kubernetes Secret name. | -|   `key` | `string` | Key is the key inside the Secret data map. | +| ├─ `name` | `string` | Name is the Kubernetes Secret name. | +| └─ `key` | `string` | Key is the key inside the Secret data map. | | `phase` | `string` | Phase is a high-level readiness indicator. | | `conditions` | `[]metav1.Condition` | Conditions are Kubernetes-standard conditions for this resource. | diff --git a/hack/crd-ref-docs/templates/markdown/gv_list.tpl b/hack/crd-ref-docs/templates/markdown/gv_list.tpl index 97493d19..29c4578e 100644 --- a/hack/crd-ref-docs/templates/markdown/gv_list.tpl +++ b/hack/crd-ref-docs/templates/markdown/gv_list.tpl @@ -17,8 +17,9 @@ {{- $fields := .fields -}} {{- $depth := int .depth -}} {{- $maxDepth := int .maxDepth -}} -{{- $indent := repeat $depth "  " -}} -{{- range $field := $fields }} +{{- $treePrefix := .treePrefix -}} +{{- $fieldCount := len $fields -}} +{{- range $index, $field := $fields }} {{- if not $field.Type }}{{ fail (printf "field %q is missing type information" $field.Name) }}{{- end }} {{- $memberType := $field.Type -}} {{- $members := $memberType.Members -}} @@ -27,11 +28,30 @@ {{- $isProjectLocal := contains "github.com/coder/coder-k8s/api/" $memberTypeString -}} {{- $isLocalObjectRef := contains "k8s.io/api/core/v1.LocalObjectReference" $memberTypeString -}} {{- $shouldExpand := and $hasMembers (lt $depth $maxDepth) (or $isProjectLocal $isLocalObjectRef) -}} +{{- $isLast := eq (add $index 1) $fieldCount -}} +{{- $branch := "" -}} +{{- if gt $depth 0 -}} +{{- if $isLast -}} +{{- $branch = "└─ " -}} +{{- else -}} +{{- $branch = "├─ " -}} +{{- end -}} +{{- end -}} {{- $fieldDoc := markdownRenderFieldDoc $field.Doc -}} {{- $fieldDoc = $fieldDoc | replace "
" " " -}} {{- $fieldDoc = regexReplaceAll "(https?://[^[:space:]<]+)" $fieldDoc "[$1]($1)" -}} -| {{ $indent }}`{{ $field.Name }}` | `{{ template "typeName" $memberType }}` | {{ $fieldDoc }} | -{{ if $shouldExpand }}{{ template "renderFields" (dict "fields" $members "depth" (add $depth 1) "maxDepth" $maxDepth) }}{{ end }} +| {{ $treePrefix }}{{ $branch }}`{{ $field.Name }}` | `{{ template "typeName" $memberType }}` | {{ $fieldDoc }} | +{{ $childPrefix := $treePrefix -}} +{{- if gt $depth 0 -}} +{{- if $isLast -}} +{{- $childPrefix = printf "%s   " $treePrefix -}} +{{- else -}} +{{- $childPrefix = printf "%s│  " $treePrefix -}} +{{- end -}} +{{- else -}} +{{- $childPrefix = "" -}} +{{- end -}} +{{ if $shouldExpand }}{{ template "renderFields" (dict "fields" $members "depth" (add $depth 1) "maxDepth" $maxDepth "treePrefix" $childPrefix) }}{{ end }} {{- end -}} {{- end -}} @@ -103,12 +123,12 @@ | Field | Type | Description | | --- | --- | --- | -{{ template "renderFields" (dict "fields" $specMembers "depth" 0 "maxDepth" $maxFieldDepth) }} +{{ template "renderFields" (dict "fields" $specMembers "depth" 0 "maxDepth" $maxFieldDepth "treePrefix" "") }} ## Status | Field | Type | Description | | --- | --- | --- | -{{ template "renderFields" (dict "fields" $statusMembers "depth" 0 "maxDepth" $maxFieldDepth) }} +{{ template "renderFields" (dict "fields" $statusMembers "depth" 0 "maxDepth" $maxFieldDepth "treePrefix" "") }} ## Source - Go type: `{{ $goType }}`