Skip to content

Commit cc0ea4e

Browse files
fix table in docs
1 parent 8c94287 commit cc0ea4e

File tree

1 file changed

+9
-29
lines changed

1 file changed

+9
-29
lines changed

docs/user/02-configuration.md

+9-29
Original file line numberDiff line numberDiff line change
@@ -57,42 +57,22 @@ For high availability, the NATS servers must be set up across different availabi
5757
| **logging.​debug** | boolean | Debug allows debug logging. |
5858
| **logging.​trace** | boolean | Trace allows trace logging. |
5959
| **resources** | object | Resources defines resources for NATS. |
60-
| **resources.​claims** | \[\]object | Claims lists the names of resources, defined in spec.resourceClaims, |
61-
| | | that are used by this container. |
62-
| | | This is an alpha field and requires enabling the |
63-
| | | DynamicResourceAllocation feature gate. |
64-
| | | This field is immutable. It can only be set for containers. |
65-
| **resources.​claims.​name** (required) | string | Name must match the name of one entry in Pod.spec.resourceClaims of |
66-
| | | the Pod where this field is used. It makes that resource available |
67-
| | | inside a container. |
68-
| **resources.​claims.​request** | string | Request is the name chosen for a request in the referenced claim. |
69-
| | | If empty, everything from the claim is made available, otherwise |
70-
| | | only the result of this request. |
71-
| **resources.​limits** | map\[string\]\{integer or string\} | Limits describes the maximum amount of compute resources allowed. |
72-
| | | More info: <https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/> |
73-
| **resources.&#x200b;requests** | map\[string\]\{integer or string\} | Requests describes the minimum amount of compute resources required. |
74-
| | | If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, |
75-
| | | otherwise to an implementation-defined value. Requests cannot exceed Limits.|
76-
| | | More info: <https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/> |
60+
| **resources.&#x200b;claims** | \[\]object | Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. This field is immutable. It can only be set for containers.|
61+
| **resources.&#x200b;claims.&#x200b;name** (required) | string | Name must match the name of one entry in Pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.|
62+
| **resources.&#x200b;claims.&#x200b;request** | string | Request is the name chosen for a request in the referenced claim. If empty, everything from the claim is made available, otherwise only the result of this request.|
63+
| **resources.&#x200b;limits** | map\[string\]\{integer or string\} | Limits describes the maximum amount of compute resources allowed. More info: <https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/>|
64+
| **resources.&#x200b;requests** | map\[string\]\{integer or string\} | Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: <https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/> |
7765

7866
**Status:**
7967

8068
| Parameter | Type | Description |
8169
| ---- | ----------- | ---- |
8270
| **availabilityZonesUsed** | integer | |
8371
| **conditions** | \[\]object | Condition contains details for one aspect of the current state of this API Resource. |
84-
| **conditions.&#x200b;lastTransitionTime** (required) | string | lastTransitionTime is the last time the condition transitioned from one status to another. |
85-
| | |This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. |
86-
| **conditions.&#x200b;message** (required) | string | message is a human readable message indicating details about the transition. |
87-
| | | This may be an empty string. |
88-
| **conditions.&#x200b;observedGeneration** | integer | observedGeneration represents the .metadata.generation that the condition was set based upon. |
89-
| | | For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date |
90-
| | | with respect to the current state of the instance. |
91-
| **conditions.&#x200b;reason** (required) | string | reason contains a programmatic identifier indicating the reason for the condition's last transition. |
92-
| | | Producers of specific condition types may define expected values and meanings for this field, |
93-
| | | and whether the values are considered a guaranteed API. |
94-
| | | The value should be a CamelCase string. |
95-
| | | This field may not be empty. |
72+
| **conditions.&#x200b;lastTransitionTime** (required) | string | lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. |
73+
| **conditions.&#x200b;message** (required) | string | message is a human readable message indicating details about the transition. This may be an empty string.|
74+
| **conditions.&#x200b;observedGeneration** | integer | observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance. |
75+
| **conditions.&#x200b;reason** (required) | string | reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.|
9676
| **conditions.&#x200b;status** (required) | string | status of the condition, one of True, False, Unknown. |
9777
| **conditions.&#x200b;type** (required) | string | type of condition in CamelCase or in foo.example.com/CamelCase. |
9878
| **state** (required) | string | |

0 commit comments

Comments
 (0)