Commit 300fd264 authored by gmarek's avatar gmarek

Add metav1.MicroTime to exceptions in tag tests

parent 1284d78c
...@@ -73,6 +73,7 @@ func TestTypeTags(t *testing.T) { ...@@ -73,6 +73,7 @@ func TestTypeTags(t *testing.T) {
var typesAllowedTags = map[reflect.Type]bool{ var typesAllowedTags = map[reflect.Type]bool{
reflect.TypeOf(intstr.IntOrString{}): true, reflect.TypeOf(intstr.IntOrString{}): true,
reflect.TypeOf(metav1.Time{}): true, reflect.TypeOf(metav1.Time{}): true,
reflect.TypeOf(metav1.MicroTime{}): true,
reflect.TypeOf(metav1.Duration{}): true, reflect.TypeOf(metav1.Duration{}): true,
reflect.TypeOf(metav1.TypeMeta{}): true, reflect.TypeOf(metav1.TypeMeta{}): true,
reflect.TypeOf(metav1.ListMeta{}): 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