diff --git a/docs/api.md b/docs/api.md index a0d3b6f2f..97497a6d2 100644 --- a/docs/api.md +++ b/docs/api.md @@ -27400,30 +27400,38 @@ PodDisruptionBudget defines the PDB configuration for this node spec + enabled + boolean + + Enabled indicates whether PodDisruptionBudget is enabled for this NodePool.
+ + false + maxUnavailable int or string - MaxUnavailable represents the maximum number of pods that can be unavailable for this Humio node pool -If not set, the operator will not use a MaxUnavailable value for the node pool's PodDisruptionBudget. -Can be a percentage or a fixed number.
+ MaxUnavailable is the maximum number of pods that can be unavailable during a disruption.
+
+ Format: int-or-string
false minAvailable int or string - MinAvailable represents the minimum number of pods that should be available for this Humio node pool. -If not set, the operator will not create a PodDisruptionBudget for the node pool. -Can be a percentage or a fixed number.
+ MinAvailable is the minimum number of pods that must be available during a disruption.
+
+ Format: int-or-string
false unhealthyPodEvictionPolicy enum - UnhealthyPodEvictionPolicy defines the policy for evicting unhealthy pods
+ UnhealthyPodEvictionPolicy defines the policy for evicting unhealthy pods. +Requires Kubernetes 1.26+.

- Enum: AlwaysAllow, IfHealthyBudget
+ Enum: IfHealthyBudget, AlwaysAllow
false @@ -31052,30 +31060,38 @@ PodDisruptionBudget defines the PDB configuration for this node spec + enabled + boolean + + Enabled indicates whether PodDisruptionBudget is enabled for this NodePool.
+ + false + maxUnavailable int or string - MaxUnavailable represents the maximum number of pods that can be unavailable for this Humio node pool -If not set, the operator will not use a MaxUnavailable value for the node pool's PodDisruptionBudget. -Can be a percentage or a fixed number.
+ MaxUnavailable is the maximum number of pods that can be unavailable during a disruption.
+
+ Format: int-or-string
false minAvailable int or string - MinAvailable represents the minimum number of pods that should be available for this Humio node pool. -If not set, the operator will not create a PodDisruptionBudget for the node pool. -Can be a percentage or a fixed number.
+ MinAvailable is the minimum number of pods that must be available during a disruption.
+
+ Format: int-or-string
false unhealthyPodEvictionPolicy enum - UnhealthyPodEvictionPolicy defines the policy for evicting unhealthy pods
+ UnhealthyPodEvictionPolicy defines the policy for evicting unhealthy pods. +Requires Kubernetes 1.26+.

- Enum: AlwaysAllow, IfHealthyBudget
+ Enum: IfHealthyBudget, AlwaysAllow
false