Skip to content

Commit

Permalink
chore: update kyverno.io CRDs (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
LindaArende authored Jan 27, 2024
1 parent d3943ff commit 44a6d4c
Show file tree
Hide file tree
Showing 10 changed files with 3,479 additions and 24 deletions.
1,173 changes: 1,173 additions & 0 deletions kyverno.io/cleanuppolicy_v2alpha1.json

Large diffs are not rendered by default.

1,173 changes: 1,173 additions & 0 deletions kyverno.io/clustercleanuppolicy_v2alpha1.json

Large diffs are not rendered by default.

22 changes: 16 additions & 6 deletions kyverno.io/clusterpolicy_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2118,6 +2118,11 @@
"description": "Preconditions are used to determine if a policy rule should be applied by evaluating a set of conditions. The declaration can contain nested `any` or `all` statements. A direct list of conditions (without `any` or `all` statements is supported for backwards compatibility but will be deprecated in the next major release. See: https://kyverno.io/docs/writing-policies/preconditions/",
"x-kubernetes-preserve-unknown-fields": true
},
"skipBackgroundRequests": {
"default": true,
"description": "SkipBackgroundRequests bypasses admission requests that are sent by the background controller. The default value is set to \"true\", it must be set to \"false\" to apply generate and mutateExisting rules to those requests.",
"type": "boolean"
},
"validate": {
"description": "Validation is used to validate matching resources.",
"properties": {
Expand Down Expand Up @@ -2823,7 +2828,7 @@
},
"signatureAlgorithm": {
"default": "sha256",
"description": "Specify signature algorithm for public keys. Supported values are sha256 and sha512.",
"description": "Specify signature algorithm for public keys. Supported values are sha224, sha256, sha384 and sha512.",
"type": "string"
}
},
Expand Down Expand Up @@ -3224,7 +3229,7 @@
},
"signatureAlgorithm": {
"default": "sha256",
"description": "Specify signature algorithm for public keys. Supported values are sha256 and sha512.",
"description": "Specify signature algorithm for public keys. Supported values are sha224, sha256, sha384 and sha512.",
"type": "string"
}
},
Expand Down Expand Up @@ -3570,7 +3575,7 @@
},
"signatureAlgorithm": {
"default": "sha256",
"description": "Specify signature algorithm for public keys. Supported values are sha256 and sha512.",
"description": "Specify signature algorithm for public keys. Supported values are sha224, sha256, sha384 and sha512.",
"type": "string"
}
},
Expand Down Expand Up @@ -5870,6 +5875,11 @@
"description": "Preconditions are used to determine if a policy rule should be applied by evaluating a set of conditions. The declaration can contain nested `any` or `all` statements. A direct list of conditions (without `any` or `all` statements is supported for backwards compatibility but will be deprecated in the next major release. See: https://kyverno.io/docs/writing-policies/preconditions/",
"x-kubernetes-preserve-unknown-fields": true
},
"skipBackgroundRequests": {
"default": true,
"description": "SkipBackgroundRequests bypasses admission requests that are sent by the background controller. The default value is set to \"true\", it must be set to \"false\" to apply generate and mutateExisting rules to those requests.",
"type": "boolean"
},
"validate": {
"description": "Validation is used to validate matching resources.",
"properties": {
Expand Down Expand Up @@ -6575,7 +6585,7 @@
},
"signatureAlgorithm": {
"default": "sha256",
"description": "Specify signature algorithm for public keys. Supported values are sha256 and sha512.",
"description": "Specify signature algorithm for public keys. Supported values are sha224, sha256, sha384 and sha512.",
"type": "string"
}
},
Expand Down Expand Up @@ -6976,7 +6986,7 @@
},
"signatureAlgorithm": {
"default": "sha256",
"description": "Specify signature algorithm for public keys. Supported values are sha256 and sha512.",
"description": "Specify signature algorithm for public keys. Supported values are sha224, sha256, sha384 and sha512.",
"type": "string"
}
},
Expand Down Expand Up @@ -7322,7 +7332,7 @@
},
"signatureAlgorithm": {
"default": "sha256",
"description": "Specify signature algorithm for public keys. Supported values are sha256 and sha512.",
"description": "Specify signature algorithm for public keys. Supported values are sha224, sha256, sha384 and sha512.",
"type": "string"
}
},
Expand Down
22 changes: 16 additions & 6 deletions kyverno.io/clusterpolicy_v2beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,11 @@
"type": "object",
"additionalProperties": false
},
"skipBackgroundRequests": {
"default": true,
"description": "SkipBackgroundRequests bypasses admission requests that are sent by the background controller. The default value is set to \"true\", it must be set to \"false\" to apply generate and mutateExisting rules to those requests.",
"type": "boolean"
},
"validate": {
"description": "Validation is used to validate matching resources.",
"properties": {
Expand Down Expand Up @@ -2619,7 +2624,7 @@
},
"signatureAlgorithm": {
"default": "sha256",
"description": "Specify signature algorithm for public keys. Supported values are sha256 and sha512.",
"description": "Specify signature algorithm for public keys. Supported values are sha224, sha256, sha384 and sha512.",
"type": "string"
}
},
Expand Down Expand Up @@ -3006,7 +3011,7 @@
},
"signatureAlgorithm": {
"default": "sha256",
"description": "Specify signature algorithm for public keys. Supported values are sha256 and sha512.",
"description": "Specify signature algorithm for public keys. Supported values are sha224, sha256, sha384 and sha512.",
"type": "string"
}
},
Expand Down Expand Up @@ -3352,7 +3357,7 @@
},
"signatureAlgorithm": {
"default": "sha256",
"description": "Specify signature algorithm for public keys. Supported values are sha256 and sha512.",
"description": "Specify signature algorithm for public keys. Supported values are sha224, sha256, sha384 and sha512.",
"type": "string"
}
},
Expand Down Expand Up @@ -5632,6 +5637,11 @@
"description": "Preconditions are used to determine if a policy rule should be applied by evaluating a set of conditions. The declaration can contain nested `any` or `all` statements. A direct list of conditions (without `any` or `all` statements is supported for backwards compatibility but will be deprecated in the next major release. See: https://kyverno.io/docs/writing-policies/preconditions/",
"x-kubernetes-preserve-unknown-fields": true
},
"skipBackgroundRequests": {
"default": true,
"description": "SkipBackgroundRequests bypasses admission requests that are sent by the background controller. The default value is set to \"true\", it must be set to \"false\" to apply generate and mutateExisting rules to those requests.",
"type": "boolean"
},
"validate": {
"description": "Validation is used to validate matching resources.",
"properties": {
Expand Down Expand Up @@ -6337,7 +6347,7 @@
},
"signatureAlgorithm": {
"default": "sha256",
"description": "Specify signature algorithm for public keys. Supported values are sha256 and sha512.",
"description": "Specify signature algorithm for public keys. Supported values are sha224, sha256, sha384 and sha512.",
"type": "string"
}
},
Expand Down Expand Up @@ -6738,7 +6748,7 @@
},
"signatureAlgorithm": {
"default": "sha256",
"description": "Specify signature algorithm for public keys. Supported values are sha256 and sha512.",
"description": "Specify signature algorithm for public keys. Supported values are sha224, sha256, sha384 and sha512.",
"type": "string"
}
},
Expand Down Expand Up @@ -7084,7 +7094,7 @@
},
"signatureAlgorithm": {
"default": "sha256",
"description": "Specify signature algorithm for public keys. Supported values are sha256 and sha512.",
"description": "Specify signature algorithm for public keys. Supported values are sha224, sha256, sha384 and sha512.",
"type": "string"
}
},
Expand Down
Loading

0 comments on commit 44a6d4c

Please sign in to comment.