Merge branch 'hall:main' into main

This commit is contained in:
Technofab 2024-11-12 18:13:52 +01:00 committed by GitHub
commit 3c7ebe910a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 57199 additions and 83 deletions

View file

@ -4039,13 +4039,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;
};
};

View file

@ -3823,13 +3823,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;
};
};

View file

@ -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;
};
};

18424
modules/generated/v1.28.nix Normal file

File diff suppressed because it is too large Load diff

18646
modules/generated/v1.29.nix Normal file

File diff suppressed because it is too large Load diff

20023
modules/generated/v1.30.nix Normal file

File diff suppressed because it is too large Load diff