Skip to content

Commit

Permalink
chore: update kyverno/v1 crd schemas as per v1.11.0 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
LindaArende authored Dec 14, 2023
1 parent f6f4afd commit be5a55c
Show file tree
Hide file tree
Showing 10 changed files with 11,532 additions and 1,397 deletions.
4 changes: 2 additions & 2 deletions kyverno.io/admissionreport_v1alpha2.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"type": "string"
},
"name": {
"description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names",
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names",
"type": "string"
},
"uid": {
"description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids",
"description": "UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids",
"type": "string"
}
},
Expand Down
1,173 changes: 1,173 additions & 0 deletions kyverno.io/cleanuppolicy_v2beta1.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions kyverno.io/clusteradmissionreport_v1alpha2.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"type": "string"
},
"name": {
"description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names",
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names",
"type": "string"
},
"uid": {
"description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids",
"description": "UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids",
"type": "string"
}
},
Expand Down
1,173 changes: 1,173 additions & 0 deletions kyverno.io/clustercleanuppolicy_v2beta1.json

Large diffs are not rendered by default.

1,393 changes: 1,286 additions & 107 deletions kyverno.io/clusterpolicy_v1.json

Large diffs are not rendered by default.

2,596 changes: 2,316 additions & 280 deletions kyverno.io/clusterpolicy_v2beta1.json

Large diffs are not rendered by default.

3,492 changes: 2,770 additions & 722 deletions kyverno.io/policy_v1.json

Large diffs are not rendered by default.

2,596 changes: 2,316 additions & 280 deletions kyverno.io/policy_v2beta1.json

Large diffs are not rendered by default.

468 changes: 468 additions & 0 deletions kyverno.io/policyexception_v2beta1.json

Large diffs are not rendered by default.

30 changes: 26 additions & 4 deletions kyverno.io/updaterequest_v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "object"
},
"spec": {
"description": "Spec is the information to identify the update request.",
"description": "ResourceSpec is the information to identify the trigger resource.",
"properties": {
"context": {
"description": "Context ...",
Expand Down Expand Up @@ -263,6 +263,10 @@
"type": "object",
"additionalProperties": false
},
"deleteDownstream": {
"description": "DeleteDownstream represents whether the downstream needs to be deleted.",
"type": "boolean"
},
"policy": {
"description": "Specifies the name of the policy.",
"type": "string"
Expand All @@ -276,7 +280,7 @@
"type": "string"
},
"resource": {
"description": "ResourceSpec is the information to identify the update request.",
"description": "ResourceSpec is the information to identify the trigger resource.",
"properties": {
"apiVersion": {
"description": "APIVersion specifies resource apiVersion.",
Expand All @@ -293,16 +297,30 @@
"namespace": {
"description": "Namespace specifies resource namespace.",
"type": "string"
},
"uid": {
"description": "UID specifies the resource uid.",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"rule": {
"description": "Rule is the associate rule name of the current UR.",
"type": "string"
},
"synchronize": {
"description": "Synchronize represents the sync behavior of the corresponding rule Optional. Defaults to \"false\" if not specified.",
"type": "boolean"
}
},
"required": [
"context",
"deleteDownstream",
"policy",
"resource"
"resource",
"rule"
],
"type": "object",
"additionalProperties": false
Expand All @@ -329,6 +347,10 @@
"namespace": {
"description": "Namespace specifies resource namespace.",
"type": "string"
},
"uid": {
"description": "UID specifies the resource uid.",
"type": "string"
}
},
"type": "object",
Expand All @@ -337,7 +359,7 @@
"type": "array"
},
"handler": {
"description": "Handler represents the instance ID that handles the UR",
"description": "Deprecated",
"type": "string"
},
"message": {
Expand Down

0 comments on commit be5a55c

Please sign in to comment.