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
|**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.​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.​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.​claims.​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.​claims.​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.​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.​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/>|
77
65
78
66
**Status:**
79
67
80
68
| Parameter | Type | Description |
81
69
| ---- | ----------- | ---- |
82
70
|**availabilityZonesUsed**| integer ||
83
71
|**conditions**|\[\]object | Condition contains details for one aspect of the current state of this API Resource. |
84
-
|**conditions.​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.​message** (required) | string | message is a human readable message indicating details about the transition. |
87
-
||| This may be an empty string. |
88
-
|**conditions.​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.​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.​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.​message** (required) | string | message is a human readable message indicating details about the transition. This may be an empty string.|
74
+
|**conditions.​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.​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.|
96
76
|**conditions.​status** (required) | string | status of the condition, one of True, False, Unknown. |
97
77
|**conditions.​type** (required) | string | type of condition in CamelCase or in foo.example.com/CamelCase. |
0 commit comments