diff --git a/docs/content/reference/api.md b/docs/content/reference/api.md index bae33c0..0a51b0e 100644 --- a/docs/content/reference/api.md +++ b/docs/content/reference/api.md @@ -9971,21 +9971,28 @@ Resources defines the amount of memory and CPU to allocate to each component of apiServer object - ComponentResourceRequirements describes the compute resource requirements.
+ ResourceRequirements describes the compute resource requirements.
false controllerManager object - ComponentResourceRequirements describes the compute resource requirements.
+ ResourceRequirements describes the compute resource requirements.
+ + false + + kine + object + + Define the kine container resources. Available only if Kamaji is running using Kine as backing storage.
false scheduler object - ComponentResourceRequirements describes the compute resource requirements.
+ ResourceRequirements describes the compute resource requirements.
false @@ -9996,7 +10003,7 @@ Resources defines the amount of memory and CPU to allocate to each component of -ComponentResourceRequirements describes the compute resource requirements. +ResourceRequirements describes the compute resource requirements. @@ -10008,6 +10015,15 @@ ComponentResourceRequirements describes the compute resource requirements. + + + + +
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.
+
false
limits map[string]int or string @@ -10025,11 +10041,37 @@ ComponentResourceRequirements describes the compute resource requirements.
+### TenantControlPlane.spec.controlPlane.deployment.resources.apiServer.claims[index] + + + +ResourceClaim references one entry in PodSpec.ResourceClaims. + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
namestring + 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.
+
true
+ + ### TenantControlPlane.spec.controlPlane.deployment.resources.controllerManager -ComponentResourceRequirements describes the compute resource requirements. +ResourceRequirements describes the compute resource requirements. @@ -10041,6 +10083,15 @@ ComponentResourceRequirements describes the compute resource requirements. + + + + +
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.
+
false
limits map[string]int or string @@ -10058,11 +10109,11 @@ ComponentResourceRequirements describes the compute resource requirements.
-### TenantControlPlane.spec.controlPlane.deployment.resources.scheduler +### TenantControlPlane.spec.controlPlane.deployment.resources.controllerManager.claims[index] -ComponentResourceRequirements describes the compute resource requirements. +ResourceClaim references one entry in PodSpec.ResourceClaims. @@ -10074,6 +10125,41 @@ ComponentResourceRequirements describes the compute resource requirements. + + + + + +
namestring + 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.
+
true
+ + +### TenantControlPlane.spec.controlPlane.deployment.resources.kine + + + +Define the kine container resources. Available only if Kamaji is running using Kine as backing storage. + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
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.
+
false
limits map[string]int or string @@ -10091,6 +10177,100 @@ ComponentResourceRequirements describes the compute resource requirements.
+### TenantControlPlane.spec.controlPlane.deployment.resources.kine.claims[index] + + + +ResourceClaim references one entry in PodSpec.ResourceClaims. + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
namestring + 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.
+
true
+ + +### TenantControlPlane.spec.controlPlane.deployment.resources.scheduler + + + +ResourceRequirements describes the compute resource requirements. + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
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.
+
false
limitsmap[string]int or string + Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
+
false
requestsmap[string]int 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. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
+
false
+ + +### TenantControlPlane.spec.controlPlane.deployment.resources.scheduler.claims[index] + + + +ResourceClaim references one entry in PodSpec.ResourceClaims. + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
namestring + 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.
+
true
+ + ### TenantControlPlane.spec.controlPlane.deployment.strategy @@ -10751,6 +10931,15 @@ Resources define the amount of CPU and memory to allocate to the Konnectivity se + 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.
+ + false + limits map[string]int or string @@ -10768,6 +10957,32 @@ Resources define the amount of CPU and memory to allocate to the Konnectivity se +### TenantControlPlane.spec.addons.konnectivity.server.resources.claims[index] + + + +ResourceClaim references one entry in PodSpec.ResourceClaims. + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
namestring + 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.
+
true
+ + ### TenantControlPlane.spec.addons.kubeProxy