@@ -510,8 +510,8 @@ point to it.
510510### Test Plan
511511
512512[ x] I/we understand the owners of the involved components may require updates to
513- existing tests to make this code solid enough prior to committing the changes necessary
514- to implement this enhancement.
513+ existing tests to make this code solid enough prior to committing the changes
514+ necessary to implement this enhancement.
515515
516516##### Prerequisite testing updates
517517
@@ -532,9 +532,39 @@ This can inform certain test coverage improvements that we want to do before
532532extending the production code to implement this enhancement.
533533-->
534534
535- (I'm not yet sure precisely which packages will need to be adjusted.)
536-
537- - ` <package> ` : ` <date> ` - ` <test coverage> `
535+ | Package | Date | Coverage |
536+ | ------- | ---- | -------- |
537+ | k8s.io/api/ | 2023-06-15 | (not listed) |
538+ | k8s.io/api/certificates/v1alpha1 | 2023-06-15 | (not listed) |
539+ | k8s.io/api/core/v1 | 2023-06-15 | (not listed) |
540+ | k8s.io/kubernetes/cmd/kube-apiserver/app | 2023-06-15 | 32% |
541+ | k8s.io/kubernetes/pkg/api/pod | 2023-06-15 | 78%|
542+ | k8s.io/kubernetes/pkg/apis/certificates/install | 2023-06-15 | (not listed) |
543+ | k8s.io/kubernetes/pkg/apis/certificates | 2023-06-15 | (not listed) |
544+ | k8s.io/kubernetes/pkg/apis/certificates/v1alpha1 | 2023-06-15 | (not listed) |
545+ | k8s.io/kubernetes/pkg/apis/certificates/validation | 2023-06-15 | 97% |
546+ | k8s.io/kubernetes/pkg/apis/core | 2023-06-15 | 80% |
547+ | k8s.io/kubernetes/pkg/apis/core/validation | 2023-06-15 | 84% |
548+ | k8s.io/kubernetes/pkg/controller/volume/attachdetach | 2023-06-15 | 65% |
549+ | k8s.io/kubernetes/pkg/controller/volume/expand | 2023-06-15 | 30% |
550+ | k8s.io/kubernetes/pkg/controller/volume/persistentvolume | 2023-06-15 | 80% |
551+ | k8s.io/kubernetes/pkg/controlplane/ | 2023-06-15 | (not listed) |
552+ | k8s.io/kubernetes/pkg/features | 2023-06-15 | (not listed) |
553+ | k8s.io/kubernetes/pkg/kubeapiserver | 2023-06-15 | (not listed) |
554+ | k8s.io/kubernetes/pkg/kubeapiserver/options | 2023-06-15 | 79% |
555+ | k8s.io/kubernetes/pkg/kubelet | 2023-06-15 | (not listed) |
556+ | k8s.io/kubernetes/pkg/kubelet/clustertrustbundle | 2023-06-15 | (newly added) |
557+ | k8s.io/kubernetes/pkg/printers/internalversion | 2023-06-15 | 71% |
558+ | k8s.io/kubernetes/pkg/registry/certificates/clustertrustbundle/storage | 2023-06-15 | (newly added) |
559+ | k8s.io/kubernetes/pkg/registry/certificates/clustertrustbundle | 2023-06-15 | (newly added) |
560+ | k8s.io/kubernetes/pkg/registry/certificates/rest | 2023-06-15 | (not listed) |
561+ | k8s.io/kubernetes/pkg/registry/registrytest | 2023-06-15 | (not listed) |
562+ | k8s.io/kubernetes/pkg/volume | 2023-06-15 | 46% |
563+ | k8s.io/kubernetes/pkg/volume/projected | 2023-06-15 | 69% |
564+ | k8s.io/kubernetes/pkg/volume/testing | 2023-06-15 | (not listed) |
565+ | k8s.io/kubernetes/plugin/pkg/admission/certificates/ctbattest | 2023-06-15 | (newly added) |
566+ | k8s.io/kubernetes/plugin/pkg/admission/serviceaccount | 2023-06-15 | 89% |
567+ | k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/ | 2023-06-15 | (not listed) |
538568
539569##### Integration tests
540570
0 commit comments