Skip to content

Commit

Permalink
Merge pull request #827 from cncf/coverage-update-for-2023-12-09-12-04
Browse files Browse the repository at this point in the history
Update APISnoop coverage 2023-12-09-12-04
  • Loading branch information
heyste authored Dec 10, 2023
2 parents e163779 + 919681a commit f7fe343
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/coverage/1.29.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -8204,7 +8204,7 @@
],
"release": "1.29.0",
"sources": [
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-audit-kind-conformance/1730867494198972416",
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-audit-kind-conformance/1733409288921026560",
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce/1705686590900146176",
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-gce-conformance-latest/1705668219261423616"
],
Expand Down Expand Up @@ -15629,6 +15629,7 @@
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing validating webhooks should work [Conformance]",
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a mutating webhook should work [Conformance]",
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a validating webhook should work [Conformance]",
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should deny crd creation [Conformance]",
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should honor timeout [Conformance]",
"[sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a configMap. [Conformance]",
"[sig-api-machinery] Watchers should be able to restart watching from the last resource version observed by the previous watch [Conformance]",
Expand Down Expand Up @@ -32940,7 +32941,7 @@
"description": "replace the specified VolumeAttributesClass"
}
],
"release_date": "2023-12-02T12:03:10",
"release_date": "2023-12-09T12:02:55",
"total endpoints": 717,
"tested endpoints": 489,
"new conformance eligible endpoints": 21,
Expand Down
6 changes: 6 additions & 0 deletions resources/coverage/conformance-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -14394,6 +14394,12 @@
"codename": "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a validating webhook should work [Conformance]",
"testname": "Admission webhook, update validating webhook"
},
{
"file": "test/e2e/apimachinery/webhook.go",
"release": "1.16.0",
"codename": "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should deny crd creation [Conformance]",
"testname": "Admission webhook, deny custom resource definition"
},
{
"file": "test/e2e/apimachinery/webhook.go",
"release": "1.16.0",
Expand Down

0 comments on commit f7fe343

Please sign in to comment.