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
| - [hosted](#controlPlane_hosted)| No | boolean | No | - | Whether the control plane is hosted on the management cluster |
356
+
| + [flavor](#controlPlane_flavor)| No | string | No | - | - |
357
+
| - [singleNode](#controlPlane_singleNode)| No | boolean | No | - | - |
358
+
| - [additionalSecurityGroups](#controlPlane_additionalSecurityGroups)| No | array of string | No | In #/$defs/securityGroups | - |
359
+
| - [additionalSecurityGroupRules](#controlPlane_additionalSecurityGroupRules)| No | object | No | - | - |
360
+
| - [allowedCIDRs](#controlPlane_allowedCIDRs)| No | array of string | No | - | - |
361
+
| - [resources](#controlPlane_resources)| No | object | No | In #/$defs/resourceRequirements | ResourceRequirements describes the compute resource requirements. |
|**Must match regular expression**|```^((25[0-5]\|2[0-4]\d\|1\d\d\|[1-9]?\d)\.){3}(25[0-5]\|2[0-4]\d\|1\d\d\|[1-9]?\d)(/([0-9]\|[1-2][0-9]\|3[0-2]))?$```[Test](https://regex101.com/?regex=%5E%28%2825%5B0-5%5D%7C2%5B0-4%5D%5Cd%7C1%5Cd%5Cd%7C%5B1-9%5D%3F%5Cd%29%5C.%29%7B3%7D%2825%5B0-5%5D%7C2%5B0-4%5D%5Cd%7C1%5Cd%5Cd%7C%5B1-9%5D%3F%5Cd%29%28%2F%28%5B0-9%5D%7C%5B1-2%5D%5B0-9%5D%7C3%5B0-2%5D%29%29%3F%24)|
| - [claims](#controlPlane_resources_claims)| No | array | No | - | Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.<br /><br />This is an alpha field and requires enabling the DynamicResourceAllocation feature gate.<br /><br />This field is immutable. It can only be set for containers. |
547
+
| - [limits](#controlPlane_resources_limits)| No | object | No | - | Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/|
548
+
| - [requests](#controlPlane_resources_requests)| No | object | No | - | 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/|
| + [name](#controlPlane_resources_claims_items_name)| No | string | No | - | 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. |
587
+
| - [request](#controlPlane_resources_claims_items_request)| No | string | No | - | 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. |
**Description:** 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.
**Description:** 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.
**Description:** Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
**Description:** 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/
| - [](#controlPlane_resources_requests_additionalProperties)| No | object | No | Same as [controlPlane_resources_limits_additionalProperties](#controlPlane_resources_limits_additionalProperties)| - |
0 commit comments