mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
update k8s supported versions (#68)
This commit is contained in:
parent
b5dc95c847
commit
823cc87e64
7 changed files with 57106 additions and 7 deletions
|
|
@ -4015,13 +4015,14 @@ let
|
|||
};
|
||||
"onPodConditions" = mkOption {
|
||||
description = "Represents the requirement on the pod conditions. The requirement is represented as a list of pod condition patterns. The requirement is satisfied if at least one pattern matches an actual pod condition. At most 20 elements are allowed.";
|
||||
type = (types.listOf (submoduleOf "io.k8s.api.batch.v1.PodFailurePolicyOnPodConditionsPattern"));
|
||||
type = (types.nullOr (types.listOf (submoduleOf "io.k8s.api.batch.v1.PodFailurePolicyOnPodConditionsPattern")));
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
config = {
|
||||
"onExitCodes" = mkOverride 1002 null;
|
||||
"onPodConditions" = mkOverride 1002 null;
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue