Skip to content

Commit 6cb457b

Browse files
authored
Merge pull request kubernetes#130664 from jpbetz/time-in-extra-pkgs
Add time to extra-pkgs for validation-gen
2 parents 0eaee48 + 6798e2d commit 6cb457b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/update-codegen.sh

+1
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ function codegen::validation() {
440440
k8s.io/apimachinery/pkg/runtime
441441
k8s.io/apimachinery/pkg/types
442442
k8s.io/apimachinery/pkg/util/intstr
443+
time
443444
)
444445

445446
kube::log::status "Generating validation code for ${#tag_pkgs[@]} targets"

0 commit comments

Comments
 (0)