Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RoundTime (0.17 sec)

  1. pkg/controller/certificates/authority/authority_test.go

    				cmpopts.IgnoreFields(x509.Certificate{},
    					"SignatureAlgorithm",
    					"PublicKeyAlgorithm",
    					"Version",
    					"MaxPathLen",
    				),
    				diff.IgnoreUnset(),
    				cmp.Transformer("RoundTime", func(x time.Time) time.Time {
    					return x.Truncate(time.Second)
    				}),
    				cmp.Comparer(func(x, y *url.URL) bool {
    					return ((x == nil) && (y == nil)) || x.String() == y.String()
    				}),
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 23 19:36:11 UTC 2021
    - 7.3K bytes
    - Viewed (0)
Back to top