update k8s supported versions (#68)

This commit is contained in:
Xavier Maillard 2024-06-11 14:55:23 +02:00 committed by GitHub
parent b5dc95c847
commit 823cc87e64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 57106 additions and 7 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