Commit 293ab0f8 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #50143 from gmarek/microtime

Automatic merge from submit-queue (batch tested with PRs 49868, 50143, 49377, 50141, 50145) Add metav1.MicroTime to exceptions in tag tests
parents fb661268 300fd264
......@@ -73,6 +73,7 @@ func TestTypeTags(t *testing.T) {
var typesAllowedTags = map[reflect.Type]bool{
reflect.TypeOf(intstr.IntOrString{}): true,
reflect.TypeOf(metav1.Time{}): true,
reflect.TypeOf(metav1.MicroTime{}): true,
reflect.TypeOf(metav1.Duration{}): true,
reflect.TypeOf(metav1.TypeMeta{}): true,
reflect.TypeOf(metav1.ListMeta{}): true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment